:root {
  --kw-black: #030709;
  --kw-ink: #0b0d0e;
  --kw-muted: #5d6366;
  --kw-line: rgba(18, 22, 24, 0.14);
  --kw-line-strong: rgba(255, 255, 255, 0.54);
  --kw-green: #22d62f;
  --kw-cyan: #19c6d4;
  --kw-violet: #7d4cff;
  --kw-red: #ff3b30;
  --kw-orange: #ff8a00;
  --kw-peach: #ffe1d0;
  --kw-mint: #e4f7f5;
  --kw-paper: #fbfbfa;
  --kw-radius: 8px;
  --kw-mono: "JetBrains Mono", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

body {
  margin: 0;
  background: var(--kw-paper);
  overflow-x: hidden;
}

.kw-home,
.kw-home * {
  box-sizing: border-box;
}

.kw-home {
  margin: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0, #f7f7f4 44rem, #ffffff 100%);
  color: var(--kw-ink);
  font-family: var(--kw-mono);
  isolation: isolate;
  letter-spacing: 0;
}

.kw-home a {
  color: inherit;
  text-decoration: none;
}

.kw-home a:focus-visible,
.kw-home button:focus-visible {
  outline: 2px solid var(--kw-green);
  outline-offset: 4px;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.kw-command {
  margin: 0;
  color: var(--kw-green);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

.kw-label-mobile {
  display: none;
}

.kw-hero {
  min-height: 580px;
  padding: 20px 48px 0;
  background: #ffffff;
}

.kw-hero__frame {
  position: relative;
  height: 560px;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--kw-line-strong);
  border-radius: 14px;
  background:
    radial-gradient(circle at 52% 46%, rgba(30, 214, 55, 0.15), transparent 18rem),
    radial-gradient(circle at 86% 64%, rgba(255, 255, 255, 0.08), transparent 18rem),
    linear-gradient(90deg, rgba(3, 7, 9, 0.95), rgba(3, 7, 9, 0.9) 54%, rgba(3, 7, 9, 0.78)),
    #030709;
  color: #ffffff;
}

.kw-hero__frame::before,
.kw-hero__frame::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.kw-hero__frame::before {
  opacity: 0.8;
  background-image:
    linear-gradient(rgba(22, 199, 210, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 199, 210, 0.11) 1px, transparent 1px),
    radial-gradient(circle, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-position:
    -1px -1px,
    -1px -1px,
    0 0;
  background-size:
    24px 24px,
    24px 24px,
    24px 24px;
}

.kw-hero__frame::after {
  background:
    linear-gradient(180deg, transparent 0 78%, rgba(3, 7, 9, 0.94) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.25), transparent 35%, rgba(0, 0, 0, 0.45));
}

.kw-hero__nav {
  position: relative;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding: 16px 28px 0;
}

.kw-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}

.kw-logo strong {
  color: var(--kw-green);
  font-weight: 800;
}

.kw-navlinks {
  position: absolute;
  top: 16px;
  left: 164px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 700px;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.28);
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.05);
}

.kw-navlinks a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  height: 48px;
  padding: 0 12px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.kw-navlinks span,
.kw-system-pill span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-radius: 50%;
  background: var(--kw-green);
  box-shadow: 0 0 16px rgba(34, 214, 47, 0.82);
}

.kw-system-pill {
  display: none;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.18);
  color: #ffffff;
  font-size: 15px;
  white-space: nowrap;
}

.kw-system-pill span {
  margin-left: 0;
}

.kw-menu {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  flex-direction: column;
  justify-content: center;
}

.kw-menu span {
  display: block;
  width: 34px;
  height: 4px;
  margin: 6px 0;
  border-radius: 999px;
  background: #ffffff;
}

.kw-hero__content {
  position: relative;
  z-index: 3;
  height: 496px;
}

.kw-hero__copy {
  position: absolute;
  top: 44px;
  left: 60px;
  z-index: 5;
  width: 620px;
}

.kw-hero__copy .kw-command {
  margin-bottom: 16px;
}

.kw-hero h1 {
  max-width: 620px;
  margin: 0;
  color: #ffffff;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.18;
  text-wrap: balance;
}

.kw-hero h1 span {
  color: var(--kw-green);
}

.kw-hero__lead {
  max-width: 430px;
  margin: 14px 0 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.55;
}

.kw-hero__actions {
  display: flex;
  gap: 14px;
  margin-top: 18px;
}

.kw-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 218px;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.32);
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
}

.kw-button span {
  color: var(--kw-green);
  font-size: 24px;
  line-height: 0;
}

.kw-button--primary span {
  margin-right: 12px;
}

.kw-telemetry {
  display: none;
  width: 320px;
  margin: 20px 0 0;
  color: #ffffff;
  font-size: 12px;
}

.kw-telemetry div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  margin: 8px 0;
}

.kw-telemetry dt {
  color: rgba(255, 255, 255, 0.78);
}

.kw-telemetry dd {
  margin: 0;
  color: var(--kw-green);
}

.kw-orbit {
  position: absolute;
  top: 12px;
  left: 50%;
  z-index: 2;
  width: 260px;
  height: 260px;
  margin-left: -84px;
  opacity: 0.92;
}

.kw-orbit__ring,
.kw-orbit::before,
.kw-orbit::after {
  position: absolute;
  inset: 50%;
  width: var(--kw-size);
  height: var(--kw-size);
  transform: translate(-50%, -50%);
  border: 1px dashed rgba(255, 255, 255, 0.23);
  border-radius: 50%;
  content: "";
}

.kw-orbit__ring:nth-child(1) {
  --kw-size: 230px;
}

.kw-orbit__ring:nth-child(2) {
  --kw-size: 180px;
}

.kw-orbit__ring:nth-child(3) {
  --kw-size: 130px;
}

.kw-orbit__ring:nth-child(4) {
  --kw-size: 82px;
}

.kw-orbit::before {
  --kw-size: 1px;
  width: 210px;
  height: 1px;
  border: 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.38);
  border-radius: 0;
  transform: translate(-50%, -50%) rotate(20deg);
}

.kw-orbit::after {
  --kw-size: 1px;
  width: 1px;
  height: 210px;
  border: 0;
  border-left: 1px dashed rgba(255, 255, 255, 0.38);
  border-radius: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.kw-orbit__brain {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 44px;
  height: 44px;
  transform: translate(-50%, -50%);
  place-items: center;
  border: 1px solid rgba(34, 214, 47, 0.56);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 7.2c-1.7-2-5.5-1.2-5.5 2.1-2.4.3-3.6 2.5-2.7 4.5-1.8 1.5-1.2 4.9 1.5 5.3-.2 2.8 3.3 4.2 5.1 2 .6.7 1.5 1.2 2.6 1.2V7.8c-.4 0-.7-.2-1-.6Z' stroke='%2322d62f' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 7.2c1.7-2 5.5-1.2 5.5 2.1 2.4.3 3.6 2.5 2.7 4.5 1.8 1.5 1.2 4.9-1.5 5.3.2 2.8-3.3 4.2-5.1 2-.6.7-1.5 1.2-2.6 1.2V7.8c.4 0 .7-.2 1-.6Z' stroke='%2322d62f' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 12.5c1.6.1 2.5.9 2.8 2.4M20 12.5c-1.6.1-2.5.9-2.8 2.4M11.7 18.6c.8-.3 1.5-.9 1.9-1.8M18.3 18.6c-.8-.3-1.5-.9-1.9-1.8' stroke='%2322d62f' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.kw-node {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.kw-node--green {
  top: 16px;
  right: 62px;
  background: var(--kw-green);
}

.kw-node--cyan {
  top: 86px;
  left: 10px;
  background: var(--kw-cyan);
}

.kw-node--violet {
  top: 110px;
  right: 10px;
  background: var(--kw-violet);
}

.kw-node--orange {
  right: 28px;
  bottom: 44px;
  background: #ff6736;
}

.kw-operator {
  position: absolute;
  top: 24px;
  right: 56px;
  z-index: 5;
  display: none;
  width: 190px;
}

.kw-operator ul {
  display: grid;
  gap: 7px;
  margin: 18px 0 0;
  padding: 0;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.25;
  list-style: none;
}

.kw-operator li:nth-child(4) {
  display: none;
}

.kw-status {
  display: none;
}

.kw-portrait {
  position: absolute;
  top: -54px;
  right: 68px;
  z-index: 4;
  width: 560px;
  height: 420px;
  background-image: url("../images/home/karol-hero.png?v=10");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.kw-offer {
  position: relative;
  z-index: 9;
  margin-top: -128px;
  padding: 0 72px 0;
  background: linear-gradient(180deg, transparent 0 126px, #ffffff 126px 100%);
}

.kw-offer__panel {
  position: relative;
  max-width: 1392px;
  margin: 0 auto;
  padding: 14px 18px 10px;
  overflow: visible;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.08);
}

.kw-offer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 2fr 1.08fr 1.85fr;
  gap: 14px;
}

.kw-offer-grid::before {
  position: absolute;
  z-index: 0;
  top: -46px;
  left: calc(40.568% - 86px);
  width: calc(21.907% + 172px);
  height: 72px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 420 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 72V61C31 61 48 42 51 24C53 11 64 3 80 3H340C356 3 367 11 369 24C372 42 389 61 420 61V72H0Z' fill='%23fff' fill-opacity='.96'/%3E%3Cpath d='M0 61C31 61 48 42 51 24C53 11 64 3 80 3H340C356 3 367 11 369 24C372 42 389 61 420 61' stroke='%23000' stroke-opacity='.08' stroke-width='1.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  pointer-events: none;
}

.kw-card {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 166px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  padding: 28px 30px;
  border: 1px solid var(--kw-line);
  border-radius: var(--kw-radius);
  background: radial-gradient(circle at 80% 58%, rgba(0, 0, 0, 0.04), transparent 12rem), #ffffff;
  color: var(--kw-ink);
}

.kw-card--wide {
  height: 198px;
  min-height: 0;
}

.kw-card--mentoring {
  z-index: 3;
  height: 214px;
  min-height: 0;
  margin-bottom: -16px;
  border-radius: 14px;
  transform: translateY(-16px);
}

.kw-card--mentoring .kw-card__link {
  padding-top: 4px;
}

.kw-card--books,
.kw-card--supplements,
.kw-card--calendar {
  height: 168px;
  min-height: 0;
}

.kw-card--training,
.kw-card--courses {
  background:
    radial-gradient(circle at 79% 72%, rgba(255, 255, 255, 0.86), transparent 13rem),
    linear-gradient(110deg, var(--kw-mint), #ffffff);
}

.kw-card--courses {
  background:
    radial-gradient(circle at 82% 70%, rgba(255, 255, 255, 0.65), transparent 16rem),
    linear-gradient(110deg, #ffffff, var(--kw-peach));
}

.kw-card--training {
  grid-column: span 1;
}

.kw-card--courses {
  grid-column: span 1;
}

.kw-card__meta {
  z-index: 2;
  color: #21b83a;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.kw-card__title {
  z-index: 2;
  max-width: 280px;
  margin-top: 18px;
  color: #0c0e0f;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.18;
}

.kw-card__text {
  z-index: 2;
  max-width: 285px;
  margin-top: 14px;
  color: #30373a;
  font-size: 13px;
  line-height: 1.65;
}

.kw-card__link {
  z-index: 2;
  display: inline-flex;
  gap: 20px;
  width: max-content;
  margin-top: auto;
  padding-top: 14px;
  border-bottom: 1px solid currentColor;
  color: #121515;
  font-size: 12px;
  line-height: 1.1;
}

.kw-card__link span {
  border-bottom: 0;
}

.kw-card__asset {
  position: absolute;
  z-index: 1;
  display: block;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  pointer-events: none;
}

.kw-card__asset--training {
  right: -72px;
  bottom: 0;
  width: 288px;
  height: 170px;
  background-image: url("../images/home/training-board.png");
}

.kw-card__asset--books {
  right: 28px;
  bottom: 14px;
  width: 250px;
  height: 152px;
  background-image: url("../images/home/books.png");
}

.kw-card__asset--supplement {
  right: 8px;
  bottom: 0;
  width: 136px;
  height: 136px;
  background-image: url("../images/home/supplement.png");
}

.kw-card--books .kw-card__text,
.kw-card--books .kw-card__title {
  max-width: 235px;
}

.kw-card--supplements .kw-card__text,
.kw-card--supplements .kw-card__title {
  max-width: 160px;
}

.kw-icon--person {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 50%;
}

.kw-icon--person::before {
  position: absolute;
  top: 14px;
  left: 22px;
  width: 12px;
  height: 12px;
  border: 2px solid #111;
  border-radius: 50%;
  content: "";
}

.kw-icon--person::after {
  position: absolute;
  left: 16px;
  bottom: 14px;
  width: 24px;
  height: 15px;
  border: 2px solid #111;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  content: "";
}

.kw-cube {
  position: absolute;
  right: 56px;
  top: 62px;
  width: 86px;
  height: 78px;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 86 78' fill='none'%3E%3Cpath d='M43 2 78 21v37L43 76 8 58V21L43 2Z' stroke='%23ff6b2f' stroke-width='1.5'/%3E%3Cpath d='M8 21l35 19 35-19M43 40v36' stroke='%23ff6b2f' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.kw-cube::before,
.kw-cube::after {
  display: none;
  content: none;
}

.kw-date {
  position: absolute;
  right: 34px;
  top: 28px;
  display: flex;
  width: 92px;
  height: 116px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.62);
}

.kw-date small {
  color: #25292a;
  font-size: 12px;
}

.kw-date strong {
  color: #000000;
  font-size: 42px;
  line-height: 1.08;
}

.kw-date em {
  position: relative;
  color: #25292a;
  font-size: 10px;
  font-style: normal;
}

.kw-date em::after {
  position: absolute;
  right: -22px;
  bottom: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--kw-green);
  content: "";
}

.kw-metrics {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 12px;
  border: 1px solid var(--kw-line);
  border-radius: var(--kw-radius);
  background: #ffffff;
}

.kw-metrics div {
  display: grid;
  min-height: 68px;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 10px 28px;
  border-left: 1px solid var(--kw-line);
}

.kw-metrics div:first-child {
  border-left: 0;
}

.kw-metrics strong {
  color: #050606;
  font-size: 20px;
  line-height: 1;
  white-space: nowrap;
}

.kw-metrics span:last-child {
  color: #3b4143;
  font-size: 12px;
  line-height: 1.25;
}

.kw-metric-icon {
  position: relative;
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.kw-metric-icon--brain {
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 8.5c-2.2-2.6-7-1.5-7 2.7-3 .4-4.5 3.2-3.4 5.7-2.3 1.9-1.5 6.2 1.9 6.8-.3 3.5 4.2 5.3 6.5 2.5.8.9 1.9 1.5 3.1 1.5V9.3c-.5 0-.9-.3-1.1-.8Z' stroke='%2322d62f' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 8.5c2.2-2.6 7-1.5 7 2.7 3 .4 4.5 3.2 3.4 5.7 2.3 1.9 1.5 6.2-1.9 6.8.3 3.5-4.2 5.3-6.5 2.5-.8.9-1.9 1.5-3.1 1.5V9.3c.5 0 .9-.3 1.1-.8Z' stroke='%2322d62f' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 16c2 .1 3.2 1.1 3.6 3M25 16c-2 .1-3.2 1.1-3.6 3M15 23.4c1-.4 1.9-1.1 2.4-2.2M23 23.4c-1-.4-1.9-1.1-2.4-2.2' stroke='%2322d62f' stroke-width='1.7' stroke-linecap='round'/%3E%3C/svg%3E");
}

.kw-metric-icon--person::before {
  position: absolute;
  top: 2px;
  left: 11px;
  width: 14px;
  height: 14px;
  border: 2px solid #00aeef;
  border-radius: 50%;
  content: "";
}

.kw-metric-icon--person::after {
  position: absolute;
  left: 3px;
  bottom: 0;
  width: 30px;
  height: 18px;
  border: 2px solid #00aeef;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  content: "";
}

.kw-metric-icon--book {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='38' viewBox='0 0 40 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7.5c5.8 0 9.7 1 16 4.2v23c-6.3-3.2-10.2-4.2-16-4.2v-23Z' stroke='%237d4cff' stroke-width='1.9' stroke-linejoin='round'/%3E%3Cpath d='M36 7.5c-5.8 0-9.7 1-16 4.2v23c6.3-3.2 10.2-4.2 16-4.2v-23Z' stroke='%237d4cff' stroke-width='1.9' stroke-linejoin='round'/%3E%3Cpath d='M20 11.7v23' stroke='%237d4cff' stroke-width='1.9' stroke-linecap='round'/%3E%3C/svg%3E");
}

.kw-metric-icon--signal {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='38' viewBox='0 0 40 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='19' r='4.5' stroke='%23ff3b30' stroke-width='1.9'/%3E%3Cpath d='M12.8 11.8a10.2 10.2 0 0 0 0 14.4M27.2 11.8a10.2 10.2 0 0 1 0 14.4M8.5 7.6a16.1 16.1 0 0 0 0 22.8M31.5 7.6a16.1 16.1 0 0 1 0 22.8' stroke='%23ff3b30' stroke-width='1.9' stroke-linecap='round'/%3E%3C/svg%3E");
}

.kw-metric-icon--cap {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='38' viewBox='0 0 42 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 7 38 16.2 21 25.4 4 16.2 21 7Z' stroke='%23ff8a00' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M12 21v6.2c4.5 3 13.5 3 18 0V21' stroke='%23ff8a00' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.kw-trusted {
  display: grid;
  grid-template-columns: 170px repeat(6, 1fr);
  align-items: center;
  min-height: 56px;
  margin-top: 10px;
  border: 1px solid var(--kw-line);
  border-radius: var(--kw-radius);
  background: #ffffff;
  text-align: center;
}

.kw-trusted > * {
  display: grid;
  min-height: 42px;
  align-items: center;
  border-left: 1px solid var(--kw-line);
}

.kw-trusted > :first-child {
  border-left: 0;
}

.kw-trusted span {
  color: #20b338;
  font-size: 11px;
  font-weight: 700;
  text-align: left;
  padding-left: 18px;
}

.kw-trusted strong {
  color: #080808;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1;
}

.kw-trusted strong:nth-child(4),
.kw-trusted strong:nth-child(5),
.kw-trusted strong:nth-child(7) {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
}

.kw-badge {
  width: 46px;
  height: 46px;
  min-height: 46px;
  margin: 0 auto;
  place-content: center;
  border-radius: 50%;
  background: #171717;
  color: #ffffff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 8px !important;
  line-height: 0.92 !important;
}

.kw-mobile-status {
  display: none;
}

.kw-section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 96px 48px 0;
}

.kw-section__intro {
  display: grid;
  max-width: 940px;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  align-items: end;
}

.kw-section h2,
.kw-final h2 {
  margin: 10px 0 0;
  color: #090b0c;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.08;
  text-wrap: balance;
}

.kw-section__intro p:not(.kw-command),
.kw-about__copy p,
.kw-path-list p,
.kw-events p,
.kw-testimonials p {
  margin: 0;
  color: #42494c;
  font-size: 15px;
  line-height: 1.75;
}

.kw-path-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 36px;
}

.kw-path-list article,
.kw-events article,
.kw-testimonial-grid figure {
  margin: 0;
  border: 1px solid var(--kw-line);
  border-radius: var(--kw-radius);
  background: #ffffff;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.04);
}

.kw-path-list article {
  min-height: 260px;
  padding: 26px;
}

.kw-path-list span {
  color: var(--kw-green);
  font-size: 12px;
  font-weight: 800;
}

.kw-path-list h3,
.kw-events h3 {
  margin: 18px 0 12px;
  color: #08090a;
  font-size: 24px;
  line-height: 1.12;
}

.kw-path-list a {
  display: inline-flex;
  margin-top: 24px;
  border-bottom: 1px solid currentColor;
  color: #08090a;
  font-size: 12px;
}

.kw-about__panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  padding: 48px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background:
    radial-gradient(circle at 18% 36%, rgba(34, 214, 47, 0.16), transparent 18rem),
    linear-gradient(135deg, #030709, #101516);
  color: #ffffff;
}

.kw-about h2 {
  color: #ffffff;
}

.kw-about__copy {
  display: grid;
  gap: 18px;
}

.kw-about__copy p {
  color: rgba(255, 255, 255, 0.78);
}

.kw-events {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.kw-events article {
  padding: 28px;
}

.kw-events time {
  color: var(--kw-green);
  font-size: 12px;
  font-weight: 800;
}

.kw-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.kw-testimonial-grid figure {
  padding: 30px;
}

.kw-testimonial-grid blockquote {
  margin: 0;
  color: #111;
  font-size: 15px;
  line-height: 1.75;
}

.kw-testimonial-grid figcaption {
  margin-top: 24px;
  color: #08090a;
  font-size: 13px;
  font-weight: 800;
}

.kw-testimonial-grid figcaption span {
  display: block;
  margin-top: 6px;
  color: #5a6265;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
}

.kw-final {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  max-width: 1240px;
  margin: 0 auto;
  padding-bottom: 96px;
}

.kw-final h2 {
  max-width: 760px;
}

.kw-final .kw-button {
  border-color: #0d1112;
  background: #0d1112;
}

@media (max-width: 1180px) {
  .kw-hero {
    padding: 0;
  }

  .kw-hero__frame {
    min-height: 644px;
    height: 644px;
    border-width: 0 0 1px;
    border-radius: 0;
  }

  .kw-hero__nav {
    justify-content: flex-start;
    height: 78px;
    padding: 25px 37px 0;
  }

  .kw-logo {
    font-size: 34px;
  }

  .kw-navlinks {
    display: none;
  }

  .kw-system-pill,
  .kw-menu {
    display: inline-flex;
  }

  .kw-system-pill {
    margin-left: auto;
    margin-right: 52px;
  }

  .kw-hero__content {
    height: 566px;
  }

  .kw-hero__copy {
    top: 36px;
    left: 37px;
    width: 455px;
  }

  .kw-hero h1 {
    max-width: 470px;
    font-size: 32px;
    line-height: 1.32;
  }

  .kw-hero__lead {
    max-width: 374px;
    margin-top: 22px;
    font-size: 16px;
  }

  .kw-hero__actions {
    width: 235px;
    flex-direction: column;
    gap: 14px;
    margin-top: 26px;
  }

  .kw-button {
    min-width: 235px;
    min-height: 45px;
    font-size: 15px;
  }

  .kw-telemetry {
    display: block;
  }

  .kw-label-desktop {
    display: none;
  }

  .kw-label-mobile {
    display: inline;
  }

  .kw-orbit {
    top: 22px;
    left: auto;
    right: 189px;
    width: 230px;
    height: 230px;
    margin-left: 0;
  }

  .kw-operator {
    top: 38px;
    right: 62px;
    display: block;
    width: 160px;
  }

  .kw-operator li:nth-child(4) {
    display: list-item;
  }

  .kw-status {
    position: absolute;
    top: 184px;
    right: 42px;
    z-index: 5;
    display: block;
    width: 190px;
  }

  .kw-status dl {
    display: grid;
    gap: 8px;
    margin: 14px 0 0;
    color: #ffffff;
    font-size: 12px;
  }

  .kw-status dl div {
    display: grid;
    grid-template-columns: 58px 1fr;
    align-items: center;
  }

  .kw-status dt {
    color: #ffffff;
  }

  .kw-status dd {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 10px;
    margin: 0;
  }

  .kw-status dd span {
    position: relative;
    width: 76px;
    height: 6px;
    align-self: center;
    background: repeating-linear-gradient(90deg, var(--kw-green) 0 9px, transparent 9px 14px);
  }

  .kw-status dd span::after {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - var(--kw-level));
    height: 100%;
    background: rgba(3, 7, 9, 0.86);
    content: "";
  }

  .kw-portrait {
    top: auto;
    right: 104px;
    bottom: -30px;
    width: 380px;
    height: 420px;
    background-image: url("../images/home/karol-hero-mobile.png?v=1");
    background-size: contain;
  }

  .kw-offer {
    margin-top: -70px;
    padding: 0 35px;
    background: linear-gradient(180deg, transparent 0 70px, #ffffff 70px 100%);
  }

  .kw-offer__panel {
    padding: 16px;
    border-radius: 7px;
  }

  .kw-offer-grid {
    grid-template-columns: 1fr;
  }

  .kw-offer-grid::before {
    display: none;
    background-image: none;
    content: none;
  }

  .kw-card,
  .kw-card--wide,
  .kw-card--mentoring,
  .kw-card--books,
  .kw-card--supplements,
  .kw-card--calendar {
    height: 142px;
    min-height: 0;
    padding: 18px 25px;
  }

  .kw-card--mentoring {
    z-index: auto;
    margin-bottom: 0;
    border-radius: var(--kw-radius);
    transform: none;
  }

  .kw-card__title {
    max-width: 380px;
    margin-top: 14px;
    font-size: 26px;
  }

  .kw-card__text {
    max-width: 390px;
    font-size: 14px;
  }

  .kw-card__link {
    position: absolute;
    top: 50%;
    right: 34px;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    border: 0;
    font-size: 0;
  }

  .kw-card__link span {
    font-size: 32px;
  }

  .kw-card__asset--training {
    right: 72px;
    width: 220px;
    height: 130px;
  }

  .kw-card__asset--books {
    right: 88px;
    width: 260px;
    height: 138px;
  }

  .kw-card__asset--supplement {
    right: 170px;
    width: 132px;
    height: 132px;
  }

  .kw-icon--person {
    right: 160px;
    bottom: 28px;
    width: 70px;
    height: 70px;
  }

  .kw-cube {
    top: 44px;
    right: 178px;
    width: 76px;
    height: 76px;
  }

  .kw-date {
    top: 24px;
    right: 156px;
  }

  .kw-card--training .kw-card__text,
  .kw-card--books .kw-card__text,
  .kw-card--supplements .kw-card__text,
  .kw-card--calendar .kw-card__text {
    max-width: 340px;
  }

  .kw-metrics {
    grid-template-columns: repeat(5, 1fr);
  }

  .kw-metrics div {
    min-height: 72px;
    grid-template-columns: auto 1fr;
    gap: 8px 10px;
    padding: 8px 10px;
  }

  .kw-metrics strong {
    font-size: 16px;
  }

  .kw-metrics span:last-child {
    grid-column: 2;
    font-size: 11px;
    line-height: 1.15;
  }

  .kw-trusted {
    grid-template-columns: repeat(6, 1fr);
    padding: 14px 12px;
    row-gap: 12px;
  }

  .kw-trusted span {
    grid-column: 1 / -1;
    min-height: auto;
    border-left: 0;
    padding-left: 0;
    text-align: left;
  }

  .kw-trusted strong {
    min-height: auto;
    border-left: 0;
    font-size: 24px;
  }

  .kw-mobile-status {
    display: grid;
    min-height: 52px;
    grid-template-columns: repeat(3, 1fr) auto;
    align-items: center;
    margin-top: 22px;
    padding: 0 28px;
    border: 1px solid var(--kw-line);
    border-radius: var(--kw-radius);
    background: #ffffff;
    color: #353b3d;
    font-size: 11px;
  }

  .kw-mobile-status span {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 28px;
    white-space: nowrap;
  }

  .kw-mobile-status span::before {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--kw-green);
    content: "";
  }

  .kw-mobile-status strong {
    color: #090b0c;
    font-size: 22px;
    line-height: 1;
  }

  .kw-section {
    padding: 76px 35px 0;
  }

  .kw-section__intro,
  .kw-about__panel {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .kw-path-list,
  .kw-events,
  .kw-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .kw-final {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 76px;
  }
}

@media (max-width: 700px) {
  .kw-hero__nav {
    gap: 16px;
    padding: 24px 20px 0;
  }

  .kw-system-pill {
    display: none;
  }

  .kw-operator,
  .kw-status,
  .kw-orbit {
    display: none;
  }

  .kw-hero__copy {
    left: 20px;
    width: calc(100% - 40px);
  }

  .kw-hero h1 {
    max-width: 360px;
    font-size: 29px;
  }

  .kw-portrait {
    right: -10px;
    width: 320px;
    height: 395px;
    opacity: 0.72;
  }

  .kw-offer {
    padding: 0 18px;
  }

  .kw-card__asset--training,
  .kw-card__asset--books,
  .kw-card__asset--supplement,
  .kw-cube,
  .kw-icon--person,
  .kw-date {
    right: 64px;
    opacity: 0.85;
  }

  .kw-card__title,
  .kw-card__text,
  .kw-card--training .kw-card__text,
  .kw-card--books .kw-card__text,
  .kw-card--supplements .kw-card__text,
  .kw-card--calendar .kw-card__text {
    max-width: min(260px, calc(100% - 92px));
  }

  .kw-card__asset--training {
    width: 190px;
  }

  .kw-card__asset--books {
    width: 190px;
  }

  .kw-card__asset--supplement {
    width: 106px;
    height: 106px;
  }

  .kw-metrics {
    grid-template-columns: 1fr;
  }

  .kw-metrics div {
    border-top: 1px solid var(--kw-line);
    border-left: 0;
  }

  .kw-metrics div:first-child {
    border-top: 0;
  }

  .kw-trusted {
    grid-template-columns: repeat(2, 1fr);
  }

  .kw-mobile-status {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px 22px;
  }

  .kw-mobile-status span {
    gap: 16px;
  }

  .kw-mobile-status strong {
    justify-self: end;
  }

  .kw-section h2,
  .kw-final h2 {
    font-size: 32px;
  }

  .kw-about__panel {
    padding: 28px;
  }
}
