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

.kw-one-page {
  margin: 0;
  overflow: hidden;
  background: #fbfbfa;
  color: var(--kw-ink);
  font-family: var(--kw-mono);
  letter-spacing: 0;
}

.kw-one-page a {
  color: inherit;
}

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

.kw-one-page > .kw-breadcrumbs {
  max-width: 1536px;
  margin: 0 auto;
  padding: 24px 64px 0;
  color: #586365;
}

.kw-one {
  --kw-one-black: #020403;
  --kw-one-border: rgba(8, 13, 14, 0.14);
  --kw-one-muted: #6c7678;
  --kw-one-paper: #fbfbfa;
  --kw-one-soft: #eef1ee;
  overflow: hidden;
  background:
    linear-gradient(rgba(12, 18, 20, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 18, 20, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #fbfbfa 0, #ffffff 38%, #f7f7f4 100%);
  background-size:
    28px 28px,
    28px 28px,
    auto;
}

.kw-one h1,
.kw-one h2,
.kw-one h3,
.kw-one p,
.kw-one figure,
.kw-one dl,
.kw-one ul {
  margin: 0;
}

.kw-one-kicker {
  color: #168f24;
  font-family: var(--kw-mono);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.4;
}

.kw-one-button {
  position: relative;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: fit-content;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(var(--kw-green), var(--kw-green)) 15px 13px / 1px 13px no-repeat,
    linear-gradient(var(--kw-green), var(--kw-green)) 15px 13px / 13px 1px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.42)) calc(100% - 16px)
      calc(100% - 26px) / 1px 13px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.42)) calc(100% - 28px)
      calc(100% - 14px) / 13px 1px no-repeat,
    linear-gradient(rgba(3, 7, 9, 0.94), rgba(3, 7, 9, 0.94)) 0 0 / 100% 100% no-repeat,
    #030709;
  box-shadow: 0 16px 28px rgba(3, 7, 9, 0.18);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.kw-one-button span {
  color: var(--kw-green);
  font-size: 1.2rem;
  line-height: 1;
}

.kw-one-page a.kw-one-button {
  color: #ffffff;
}

.kw-one-page a.kw-one-button:hover,
.kw-one-page a.kw-one-button:focus-visible {
  color: #ffffff;
}

.kw-one-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(8, 13, 14, 0.16);
  background:
    linear-gradient(#9da6a8, #9da6a8) 0 0 / 1px 16px no-repeat,
    linear-gradient(#9da6a8, #9da6a8) 0 0 / 16px 1px no-repeat,
    linear-gradient(#9da6a8, #9da6a8) 100% 0 / 1px 16px no-repeat,
    linear-gradient(#9da6a8, #9da6a8) calc(100% - 15px) 0 / 16px 1px no-repeat,
    linear-gradient(#9da6a8, #9da6a8) 0 100% / 1px 16px no-repeat,
    linear-gradient(#9da6a8, #9da6a8) 0 calc(100% - 15px) / 16px 1px no-repeat,
    linear-gradient(#9da6a8, #9da6a8) 100% 100% / 1px 16px no-repeat,
    linear-gradient(#9da6a8, #9da6a8) calc(100% - 15px) 100% / 16px 1px no-repeat,
    rgba(255, 255, 255, 0.68);
  color: #3e494b;
  font-size: 0.74rem;
  font-weight: 700;
}

.kw-one-status strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #168f24;
  font-weight: 800;
}

.kw-one-status strong::after {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--kw-green);
  box-shadow: 0 0 16px rgba(34, 214, 47, 0.62);
  content: "";
}

.kw-one-reticle {
  position: absolute;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(30, 38, 40, 0.08);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(34, 214, 47, 0.32) 0 3px, transparent 4px),
    radial-gradient(circle, transparent 0 32px, rgba(30, 38, 40, 0.08) 33px 34px, transparent 35px),
    linear-gradient(rgba(30, 38, 40, 0.16), rgba(30, 38, 40, 0.16)) center / 1px 150px no-repeat,
    linear-gradient(90deg, rgba(30, 38, 40, 0.16), rgba(30, 38, 40, 0.16)) center / 150px 1px
      no-repeat;
}

.kw-one-hero {
  padding: 32px 24px 0;
}

.kw-one-hero__shell {
  position: relative;
  max-width: 1536px;
  min-height: 890px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(9, 14, 16, 0.05);
  background:
    radial-gradient(circle at 52% 38%, rgba(255, 255, 255, 0.9), transparent 25rem),
    linear-gradient(rgba(8, 13, 14, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 13, 14, 0.035) 1px, transparent 1px), #fbfbfa;
  background-size:
    auto,
    48px 48px,
    48px 48px,
    auto;
  isolation: isolate;
}

.kw-one-hero__shell::before,
.kw-one-hero__shell::after {
  position: absolute;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.kw-one-hero__shell::before {
  inset: 0;
  background:
    radial-gradient(circle at 5% 13%, rgba(8, 13, 14, 0.16) 0 1px, transparent 1.5px),
    radial-gradient(circle at 78% 9%, rgba(8, 13, 14, 0.16) 0 1px, transparent 1.5px),
    radial-gradient(circle at 98% 81%, rgba(34, 214, 47, 0.52) 0 2px, transparent 2.5px),
    linear-gradient(90deg, transparent 0, rgba(8, 13, 14, 0.12) 5%, transparent 32%),
    linear-gradient(180deg, transparent 0, rgba(8, 13, 14, 0.1) 12%, transparent 15%);
  background-size:
    20px 20px,
    18px 18px,
    auto,
    auto,
    auto;
  opacity: 0.45;
}

.kw-one-hero__shell::after {
  top: 120px;
  left: 42%;
  width: 420px;
  height: 420px;
  opacity: 0.34;
  background:
    radial-gradient(circle, rgba(8, 13, 14, 0.14) 0 2px, transparent 3px),
    radial-gradient(circle, transparent 0 78px, rgba(8, 13, 14, 0.1) 79px 80px, transparent 82px),
    radial-gradient(
      circle,
      transparent 0 142px,
      rgba(8, 13, 14, 0.08) 143px 144px,
      transparent 146px
    ),
    linear-gradient(rgba(8, 13, 14, 0.12), rgba(8, 13, 14, 0.12)) center / 1px 310px no-repeat,
    linear-gradient(90deg, rgba(8, 13, 14, 0.12), rgba(8, 13, 14, 0.12)) center / 310px 1px
      no-repeat;
}

.kw-one-hero__grid {
  position: relative;
  z-index: 3;
  display: grid;
  min-height: 820px;
  grid-template-columns: minmax(430px, 0.95fr) minmax(480px, 1.1fr);
  align-items: center;
  gap: 32px;
  padding: 48px 64px 86px;
}

.kw-one-hero__copy {
  position: relative;
  z-index: 4;
  max-width: 640px;
  padding-left: 34px;
}

.kw-one-brand {
  display: grid;
  gap: 9px;
  margin-bottom: 72px;
  color: #0b0d0e;
}

.kw-one-brand strong {
  font-size: 2rem;
  font-weight: 800;
}

.kw-one-brand span {
  color: #168f24;
}

.kw-one-brand small {
  color: #6a7476;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
}

.kw-one-hero h1 {
  margin-top: 26px;
  color: #030709;
  font-size: 3.15rem;
  font-weight: 800;
  line-height: 1.18;
  text-wrap: balance;
}

.kw-one-hero h1 span {
  color: #168f24;
}

.kw-one-hero__lead {
  max-width: 580px;
  margin-top: 28px;
  color: #121819;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.65;
}

.kw-one-hero__lead::before {
  display: block;
  width: 46px;
  height: 1px;
  margin-bottom: 22px;
  background: #168f24;
  content: "";
}

.kw-one-hero__note {
  display: grid;
  max-width: 440px;
  grid-template-columns: auto 1fr;
  gap: 12px;
  margin-top: 36px;
  padding: 20px 26px;
  border: 1px solid rgba(8, 13, 14, 0.14);
  background:
    linear-gradient(#cfd5d6, #cfd5d6) 0 0 / 1px 18px no-repeat,
    linear-gradient(#cfd5d6, #cfd5d6) 0 0 / 18px 1px no-repeat,
    linear-gradient(#cfd5d6, #cfd5d6) 100% 100% / 1px 18px no-repeat,
    linear-gradient(#cfd5d6, #cfd5d6) calc(100% - 17px) 100% / 18px 1px no-repeat,
    rgba(255, 255, 255, 0.62);
  color: #172023;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.65;
}

.kw-one-hero__note > span,
.kw-one-hero__note strong {
  color: #168f24;
}

.kw-one-hero__note strong {
  font-weight: 800;
}

.kw-one-hero .kw-one-button {
  margin-top: 36px;
}

.kw-one-hero__visual {
  position: absolute;
  inset: 0 0 0 42%;
  z-index: 2;
  overflow: hidden;
}

.kw-one-hero__media,
.kw-one-hero__media img {
  position: absolute;
  inset: 0;
}

.kw-one-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% 50%;
  opacity: 0.94;
}

.kw-one-hero__visual::before,
.kw-one-hero__visual::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
}

.kw-one-hero__visual::before {
  background:
    linear-gradient(
      90deg,
      #fbfbfa 0,
      rgba(251, 251, 250, 0.94) 16%,
      rgba(251, 251, 250, 0.52) 38%,
      transparent 62%
    ),
    linear-gradient(
      180deg,
      rgba(251, 251, 250, 0.76) 0,
      transparent 20%,
      transparent 70%,
      #fbfbfa 100%
    );
}

.kw-one-hero__visual::after {
  background:
    linear-gradient(rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.18)),
    radial-gradient(
      circle at 44% 46%,
      transparent 0 12rem,
      rgba(251, 251, 250, 0.18) 18rem,
      rgba(251, 251, 250, 0.72) 28rem
    );
  mix-blend-mode: screen;
}

.kw-one-reticle--hero {
  top: 35%;
  left: 5%;
  z-index: 3;
}

.kw-one-status--hero {
  position: absolute;
  top: 44px;
  right: 48px;
  z-index: 4;
}

.kw-one-hero__footer {
  position: absolute;
  right: 52px;
  bottom: 28px;
  left: 52px;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(8, 13, 14, 0.09);
  color: #6d7779;
  font-size: 0.62rem;
  font-weight: 700;
}

.kw-one-hero__footer strong {
  color: #168f24;
}

.kw-one-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 108px 72px;
}

.kw-one-section__intro {
  max-width: 940px;
}

.kw-one-section__intro h2,
.kw-one-method h2,
.kw-one-audience h2,
.kw-one-process h2,
.kw-one-cta h2 {
  margin-top: 18px;
  color: #030709;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.08;
  text-wrap: balance;
}

.kw-one-opening__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.55fr);
  gap: 48px;
  margin-top: 42px;
  align-items: start;
}

.kw-one-copy,
.kw-one-audience__copy,
.kw-one-cta__content {
  min-width: 0;
}

.kw-one-copy p,
.kw-one-audience__copy p,
.kw-one-cta__content p,
.kw-one-method__copy p:not(.kw-one-kicker) {
  /* color: #273033; */
  font-family: var(--kw-sans);
  font-size: 1rem;
  line-height: 1.82;
}

.kw-one-copy p + p,
.kw-one-audience__copy p + p,
.kw-one-cta__content p + p,
.kw-one-method__copy p:not(.kw-one-kicker) + p {
  margin-top: 22px;
}

.kw-one-diagnostic {
  position: sticky;
  top: 24px;
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(8, 13, 14, 0.14);
  background:
    linear-gradient(rgba(8, 13, 14, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 13, 14, 0.045) 1px, transparent 1px), #ffffff;
  background-size: 18px 18px;
  box-shadow: 0 18px 46px rgba(3, 7, 9, 0.055);
}

.kw-one-diagnostic > p {
  color: #168f24;
  font-size: 0.76rem;
  font-weight: 800;
}

.kw-one-diagnostic ul,
.kw-one-errors ul,
.kw-one-audience__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kw-one-diagnostic li {
  display: flex;
  gap: 12px;
  padding: 15px 0;
  border-top: 1px solid rgba(8, 13, 14, 0.1);
  color: #121819;
  font-family: var(--kw-sans);
  font-weight: 700;
  line-height: 1.45;
}

.kw-one-diagnostic li:first-child {
  margin-top: 16px;
}

.kw-one-diagnostic li span {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--kw-green);
  box-shadow: 0 0 13px rgba(34, 214, 47, 0.66);
}

.kw-one-opening__closing {
  margin-top: 46px;
  padding: 26px 32px;
  border-left: 3px solid #168f24;
  background: #030709;
  color: #ffffff;
}

.kw-one-opening__closing p {
  max-width: 1040px;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.55;
}

.kw-one-errors {
  padding: 56px 20px 88px;
  background: #fbfbfa;
}

.kw-one-errors__frame {
  position: relative;
  max-width: 1560px;
  min-height: 830px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.62);
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 86% 10%, rgba(34, 214, 47, 0.1), transparent 16rem), #020403;
  background-size:
    22px 22px,
    22px 22px,
    auto,
    auto;
  color: #f5f7f3;
  isolation: isolate;
}

.kw-one-errors__frame::before,
.kw-one-errors__frame::after {
  position: absolute;
  inset: 16px;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.kw-one-errors__frame::before {
  border: 1px solid rgba(255, 255, 255, 0.38);
  clip-path: polygon(
    0 18px,
    18px 18px,
    18px 0,
    calc(100% - 18px) 0,
    calc(100% - 18px) 18px,
    100% 18px,
    100% calc(100% - 18px),
    calc(100% - 18px) calc(100% - 18px),
    calc(100% - 18px) 100%,
    18px 100%,
    18px calc(100% - 18px),
    0 calc(100% - 18px)
  );
}

.kw-one-errors__frame::after {
  inset: 34px 28px auto;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.7),
    transparent 14%,
    transparent 94%,
    rgba(255, 255, 255, 0.45)
  );
}

.kw-one-errors__top,
.kw-one-errors__status,
.kw-one-errors__heading,
.kw-one-errors__columns,
.kw-one-errors__callout,
.kw-one-errors__footer {
  position: relative;
  z-index: 3;
}

.kw-one-errors__top {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 34px 76px 0;
  color: #ffffff;
  font-size: 1rem;
}

.kw-one-errors__top span::before {
  color: var(--kw-green);
  content: "┌  ";
}

.kw-one-errors__top strong {
  color: var(--kw-green);
}

.kw-one-errors__status {
  position: absolute;
  top: 88px;
  right: 86px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  font-size: 1.1rem;
}

.kw-one-errors__status strong {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--kw-green);
}

.kw-one-errors__status strong::after {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--kw-green);
  box-shadow: 0 0 18px rgba(34, 214, 47, 0.8);
  content: "";
}

.kw-one-errors__heading {
  padding: 76px 82px 0;
}

.kw-one-errors__heading p {
  color: #ffffff;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1;
}

.kw-one-errors__heading p span {
  color: var(--kw-green);
}

.kw-one-errors__heading h2 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.35;
}

.kw-one-errors__heading h2::before {
  color: var(--kw-green);
  content: "|";
}

.kw-one-errors__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px;
  padding: 30px 82px 0;
}

.kw-one-errors li {
  display: grid;
  grid-template-columns: 44px 1fr;
  min-height: 31px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.05rem;
  line-height: 1.3;
}

.kw-one-errors li::before {
  color: #ff4040;
  content: "[x]";
}

.kw-one-errors__callout {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 0;
  margin: 18px 70px 0;
  padding: 22px 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background:
    linear-gradient(var(--kw-green), var(--kw-green)) calc(100% - 32px) calc(100% - 24px) / 7px 7px
      no-repeat,
    rgba(255, 255, 255, 0.025);
  color: #ffffff;
}

.kw-one-errors__callout span {
  color: var(--kw-green);
  font-size: 1.35rem;
}

.kw-one-errors__callout p {
  max-width: 1120px;
  color: #ffffff;
  font-size: 1.12rem;
  line-height: 1.45;
}

.kw-one-errors__footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 18px 76px 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.kw-one-errors__footer strong {
  color: var(--kw-green);
  font-weight: 500;
}

.kw-one-method {
  padding: 0 48px 88px;
}

.kw-one-method__panel {
  display: grid;
  max-width: 1440px;
  margin: 0 auto;
  border: 1px solid rgba(8, 13, 14, 0.12);
  background:
    linear-gradient(rgba(8, 13, 14, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 13, 14, 0.045) 1px, transparent 1px), #ffffff;
  background-size: 22px 22px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
  gap: 44px;
  padding: 58px 64px;
}

.kw-one-method__copy h2 + p {
  margin-top: 34px;
}

.kw-one-method__board {
  display: grid;
  align-content: center;
  gap: 12px;
}

.kw-one-method__board div {
  display: flex;
  min-height: 70px;
  align-items: center;
  gap: 16px;
  padding: 0 22px;
  border: 1px solid rgba(8, 13, 14, 0.12);
  background: #f7f7f4;
  color: #0b0d0e;
  font-size: 0.98rem;
  font-weight: 800;
}

.kw-one-method__board span {
  color: #168f24;
  font-size: 0.78rem;
}

.kw-one-process {
  position: relative;
  max-width: 1700px;
  margin: 0 auto;
  padding: 74px 48px 112px;
  overflow: hidden;
  background:
    radial-gradient(circle at 4% 19%, rgba(34, 214, 47, 0.42) 0 1px, transparent 2px),
    radial-gradient(circle at 36% 6%, rgba(34, 214, 47, 0.42) 0 1px, transparent 2px),
    linear-gradient(rgba(8, 13, 14, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 13, 14, 0.035) 1px, transparent 1px), #fbfbfa;
  background-size:
    auto,
    auto,
    28px 28px,
    28px 28px,
    auto;
}

.kw-one-process::before,
.kw-one-process::after {
  position: absolute;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.kw-one-process::before {
  top: 0;
  left: 32%;
  width: 220px;
  height: 110px;
  opacity: 0.5;
  background:
    radial-gradient(circle, rgba(8, 13, 14, 0.25) 0 1px, transparent 1.5px) 0 0 / 12px 12px,
    linear-gradient(rgba(8, 13, 14, 0.1), rgba(8, 13, 14, 0.1)) 80% 80% / 70px 1px no-repeat;
}

.kw-one-process::after {
  right: 4%;
  bottom: 24px;
  width: 260px;
  height: 170px;
  opacity: 0.5;
  background: radial-gradient(circle, rgba(8, 13, 14, 0.25) 0 1px, transparent 1.5px) 0 0 / 12px
    12px;
}

.kw-one-process__head,
.kw-one-process h2,
.kw-one-process__grid {
  position: relative;
  z-index: 2;
}

.kw-one-process__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 92px;
  color: #030709;
  font-size: 1rem;
  font-weight: 800;
}

.kw-one-process__head p {
  color: #168f24;
  padding-top: 0;
}

.kw-one-process__head div {
  min-width: 360px;
  padding: 18px 28px;
  border: 1px solid rgba(8, 13, 14, 0.16);
  background:
    linear-gradient(#9da6a8, #9da6a8) 0 0 / 1px 18px no-repeat,
    linear-gradient(#9da6a8, #9da6a8) 0 0 / 18px 1px no-repeat,
    linear-gradient(#9da6a8, #9da6a8) 100% 100% / 1px 18px no-repeat,
    linear-gradient(#9da6a8, #9da6a8) calc(100% - 17px) 100% / 18px 1px no-repeat,
    rgba(255, 255, 255, 0.7);
}

.kw-one-process__head strong {
  color: #049517;
  font-weight: 800;
}

.kw-one-process h2 {
  position: absolute;
  top: 104px;
  left: 48px;
  margin: 0;
  font-size: 3rem;
}

.kw-one-process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 76px;
}

.kw-one-process-card {
  position: relative;
  min-width: 0;
  min-height: 610px;
  padding: 34px 34px 42px;
  border: 1px solid rgba(8, 13, 14, 0.12);
  background:
    linear-gradient(#d8ddde, #d8ddde) 14px 14px / 1px 14px no-repeat,
    linear-gradient(#d8ddde, #d8ddde) 14px 14px / 14px 1px no-repeat,
    linear-gradient(#d8ddde, #d8ddde) calc(100% - 15px) 14px / 1px 14px no-repeat,
    linear-gradient(#d8ddde, #d8ddde) calc(100% - 28px) 14px / 14px 1px no-repeat,
    linear-gradient(#d8ddde, #d8ddde) 14px calc(100% - 28px) / 1px 14px no-repeat,
    linear-gradient(#d8ddde, #d8ddde) 14px calc(100% - 15px) / 14px 1px no-repeat,
    linear-gradient(#d8ddde, #d8ddde) calc(100% - 15px) calc(100% - 28px) / 1px 14px no-repeat,
    linear-gradient(#d8ddde, #d8ddde) calc(100% - 28px) calc(100% - 15px) / 14px 1px no-repeat,
    #ffffff;
  box-shadow: 0 26px 60px rgba(3, 7, 9, 0.07);
}

.kw-one-process-card:not(:last-child)::after {
  position: absolute;
  top: 48%;
  right: -56px;
  width: 38px;
  height: 38px;
  border-top: 2px solid #030709;
  border-right: 2px solid #030709;
  transform: rotate(45deg);
  content: "";
}

.kw-one-process-card > p:first-child {
  color: #049517;
  font-size: 1.62rem;
  font-weight: 800;
}

.kw-one-process-card h3 {
  min-height: 72px;
  margin-top: 34px;
  color: #050606;
  font-size: 1.32rem;
  font-weight: 800;
  line-height: 1.18;
  text-wrap: balance;
}

.kw-one-process-card__line {
  width: 24px;
  height: 2px;
  margin-top: 28px;
  background: #049517;
}

.kw-one-process-card__art {
  margin-top: 26px;
}

.kw-one-process-card__art img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(8, 13, 14, 0.18);
  background: #020403;
  object-fit: cover;
  box-shadow: 0 18px 34px rgba(3, 7, 9, 0.16);
}

.kw-one-process-card > p:last-child {
  max-width: 260px;
  margin: 28px auto 0;
  color: #101718;
  font-size: 0.92rem;
  line-height: 1.58;
  text-align: center;
}

.kw-one-audience {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 0.62fr);
  gap: 54px;
  align-items: start;
}

.kw-one-audience__copy h2 + p {
  margin-top: 34px;
}

.kw-one-audience__list {
  display: grid;
  gap: 10px;
  padding: 22px;
  border: 1px solid rgba(8, 13, 14, 0.12);
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(3, 7, 9, 0.055);
}

.kw-one-audience__list li {
  position: relative;
  min-width: 0;
  padding: 14px 16px 14px 44px;
  background: #f7f7f4;
  color: #172023;
  font-family: var(--kw-sans);
  font-weight: 700;
  line-height: 1.45;
}

.kw-one-audience__list li::before {
  position: absolute;
  top: 15px;
  left: 16px;
  color: #168f24;
  font-family: var(--kw-mono);
  font-weight: 800;
  content: "✓";
}

.kw-one-cta {
  padding: 0 24px 94px;
}

.kw-one-cta__shell {
  position: relative;
  max-width: 1536px;
  min-height: 940px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(8, 13, 14, 0.07);
  background:
    radial-gradient(circle at 64% 34%, rgba(8, 13, 14, 0.08) 0 1px, transparent 2px),
    radial-gradient(circle at 20% 12%, rgba(8, 13, 14, 0.2) 0 1px, transparent 1.5px),
    linear-gradient(rgba(8, 13, 14, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 13, 14, 0.035) 1px, transparent 1px), #fbfbfa;
  background-size:
    auto,
    14px 14px,
    48px 48px,
    48px 48px,
    auto;
  isolation: isolate;
}

.kw-one-cta__shell::before,
.kw-one-cta__shell::after {
  position: absolute;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.kw-one-cta__shell::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 13, 14, 0.14), transparent 30%) 0 86px / 56% 1px no-repeat,
    linear-gradient(90deg, transparent, rgba(8, 13, 14, 0.12), transparent) 12% calc(100% - 60px) /
      48% 1px no-repeat,
    radial-gradient(
      circle at 57% 33%,
      transparent 0 64px,
      rgba(8, 13, 14, 0.1) 65px 66px,
      transparent 68px
    );
}

.kw-one-cta__shell::after {
  right: 2%;
  bottom: 8%;
  width: 170px;
  height: 170px;
  opacity: 0.6;
  background: radial-gradient(circle, rgba(8, 13, 14, 0.24) 0 1px, transparent 1.5px) 0 0 / 12px
    12px;
}

.kw-one-cta__shell > .kw-one-kicker {
  position: relative;
  z-index: 3;
  padding: 42px 40px 0;
  color: var(--kw-green);
  font-weight: 800;
}

.kw-one-cta__content {
  position: relative;
  z-index: 5;
  width: min(650px, 48%);
  padding: 132px 0 88px 80px;
}

.kw-one-cta h2 {
  margin-top: 0;
  font-size: 3rem;
  line-height: 1.16;
}

.kw-one-cta h2 span {
  color: #168f24;
}

.kw-one-cta__content p:first-of-type {
  margin-top: 34px;
}

.kw-one-cta__quote {
  position: relative;
  padding-left: 24px;
  color: #0b0d0e !important;
  font-weight: 800;
}

.kw-one-cta__quote::before {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 0;
  width: 2px;
  background: #168f24;
  content: "";
}

.kw-one-cta__after {
  margin-top: 28px !important;
  padding-top: 28px;
  border-top: 1px dashed rgba(8, 13, 14, 0.28);
  color: #596365 !important;
  font-size: 0.88rem !important;
}

.kw-one-cta .kw-one-button {
  margin-top: 36px;
  min-width: 500px;
}

.kw-one-cta__media {
  position: absolute;
  right: clamp(0px, 1.5vw, 28px);
  bottom: -6px;
  z-index: 3;
  width: min(58%, 820px);
  height: 94%;
  pointer-events: none;
}

.kw-one-cta__media::before {
  position: absolute;
  inset: 0 auto 0 -180px;
  z-index: 2;
  width: 320px;
  background: linear-gradient(90deg, #fbfbfa 0, rgba(251, 251, 250, 0.74) 58%, transparent 100%);
  content: "";
}

.kw-one-cta__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 58% bottom;
}

.kw-one-status--cta {
  position: absolute;
  top: 36px;
  right: 72px;
  z-index: 5;
}

.kw-one-cta__signals {
  position: absolute;
  top: 218px;
  right: 62px;
  z-index: 5;
  display: grid;
  gap: 30px;
  color: #3d4749;
}

.kw-one-cta__signals div {
  position: relative;
  display: grid;
  gap: 7px;
  min-width: 140px;
  padding-left: 62px;
}

.kw-one-cta__signals div::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(8, 13, 14, 0.12);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(34, 214, 47, 0.7) 0 2px, transparent 3px),
    linear-gradient(rgba(8, 13, 14, 0.14), rgba(8, 13, 14, 0.14)) center / 1px 26px no-repeat,
    linear-gradient(90deg, rgba(8, 13, 14, 0.14), rgba(8, 13, 14, 0.14)) center / 26px 1px no-repeat;
  content: "";
}

.kw-one-cta__signals div::after {
  position: absolute;
  top: 21px;
  left: 32px;
  width: 24px;
  height: 1px;
  background: rgba(8, 13, 14, 0.15);
  content: "";
}

.kw-one-cta__signals dt {
  color: #4d585a;
  font-size: 0.78rem;
  font-weight: 700;
}

.kw-one-cta__signals dd {
  margin: 0;
  color: #168f24;
  font-size: 0.8rem;
  font-weight: 800;
}

.kw-one-cta__signals dd::before {
  content: "→ ";
}

.kw-one-cta__footer {
  position: absolute;
  right: 64px;
  bottom: 28px;
  left: 40px;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: #687375;
  font-size: 0.72rem;
  font-weight: 700;
}

.kw-one-cta__footer strong {
  color: #168f24;
}

@media (max-width: 1280px) {
  .kw-one-hero__grid {
    grid-template-columns: minmax(380px, 0.9fr) minmax(420px, 1fr);
    padding-right: 44px;
    padding-left: 44px;
  }

  .kw-one-hero__copy {
    padding-left: 10px;
  }

  .kw-one-hero h1,
  .kw-one-section__intro h2,
  .kw-one-method h2,
  .kw-one-audience h2,
  .kw-one-process h2,
  .kw-one-cta h2 {
    font-size: 2.55rem;
  }

  .kw-one-errors__columns {
    gap: 34px;
  }

  .kw-one-errors li {
    font-size: 0.94rem;
  }

  .kw-one-process__grid {
    gap: 46px;
  }

  .kw-one-process-card {
    padding-right: 26px;
    padding-left: 26px;
  }

  .kw-one-process-card:not(:last-child)::after {
    right: -37px;
    width: 28px;
    height: 28px;
  }

  .kw-one-cta__media {
    right: 0;
    width: min(56%, 660px);
    height: 90%;
  }
}

@media (max-width: 1020px) {
  .kw-one-page > .kw-breadcrumbs {
    padding: 22px 34px 0;
  }

  .kw-one-hero {
    padding: 22px 0 0;
  }

  .kw-one-hero__shell {
    min-height: auto;
  }

  .kw-one-hero__grid {
    display: block;
    min-height: 0;
    padding: 52px 34px 280px;
  }

  .kw-one-hero__copy {
    max-width: 660px;
    padding-left: 0;
  }

  .kw-one-brand {
    margin-bottom: 52px;
  }

  .kw-one-hero__visual {
    inset: auto 0 0 18%;
    height: 440px;
  }

  .kw-one-hero__visual::before {
    background:
      linear-gradient(90deg, #fbfbfa 0, rgba(251, 251, 250, 0.78) 26%, transparent 62%),
      linear-gradient(180deg, #fbfbfa 0, transparent 30%, transparent 70%, #fbfbfa 100%);
  }

  .kw-one-status--hero,
  .kw-one-reticle--hero {
    display: none;
  }

  .kw-one-hero__footer {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 5;
    padding: 18px 34px 24px;
  }

  .kw-one-section {
    padding: 82px 34px;
  }

  .kw-one-opening__grid,
  .kw-one-method__panel,
  .kw-one-audience {
    grid-template-columns: 1fr;
  }

  .kw-one-diagnostic {
    position: static;
  }

  .kw-one-errors {
    padding: 42px 0 70px;
  }

  .kw-one-errors__frame {
    min-height: auto;
    border-right: 0;
    border-left: 0;
  }

  .kw-one-errors__top,
  .kw-one-errors__heading,
  .kw-one-errors__columns {
    padding-right: 34px;
    padding-left: 34px;
  }

  .kw-one-errors__status {
    position: relative;
    top: auto;
    right: auto;
    justify-content: flex-end;
    margin-top: 24px;
    padding: 0 34px;
  }

  .kw-one-errors__columns {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .kw-one-errors__callout {
    margin: 28px 34px 92px;
  }

  .kw-one-errors__footer {
    margin-right: 34px;
    margin-left: 34px;
  }

  .kw-one-method {
    padding: 0 34px 70px;
  }

  .kw-one-method__panel {
    padding: 42px 34px;
  }

  .kw-one-method__board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kw-one-process {
    padding: 66px 34px 82px;
  }

  .kw-one-process h2 {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 36px;
    font-size: 2.35rem;
  }

  .kw-one-process__head {
    margin-bottom: 28px;
  }

  .kw-one-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .kw-one-process-card:not(:last-child)::after {
    display: none;
  }

  .kw-one-cta {
    padding: 0 0 72px;
  }

  .kw-one-cta__shell {
    min-height: auto;
    border-right: 0;
    border-left: 0;
  }

  .kw-one-cta__shell > .kw-one-kicker {
    padding: 36px 34px 0;
  }

  .kw-one-cta__content {
    width: min(660px, 100%);
    padding: 70px 34px 600px;
  }

  .kw-one-cta__media {
    right: 50%;
    bottom: 64px;
    width: min(520px, 82%);
    height: 520px;
    transform: translateX(50%);
  }

  .kw-one-cta__media::before {
    display: none;
  }

  .kw-one-status--cta,
  .kw-one-cta__signals {
    display: none;
  }
}

@media (max-width: 680px) {
  .kw-one-page > .kw-breadcrumbs {
    padding: 18px 20px 0;
  }

  .kw-one-kicker {
    font-size: 0.72rem;
  }

  .kw-one-hero__grid {
    padding: 38px 20px 250px;
  }

  .kw-one-brand {
    margin-bottom: 42px;
  }

  .kw-one-brand strong {
    font-size: 1.52rem;
  }

  .kw-one-brand small {
    font-size: 0.88rem;
  }

  .kw-one-hero h1,
  .kw-one-section__intro h2,
  .kw-one-method h2,
  .kw-one-audience h2,
  .kw-one-cta h2 {
    font-size: 2.05rem;
    line-height: 1.15;
  }

  .kw-one-hero__lead,
  .kw-one-copy p,
  .kw-one-audience__copy p,
  .kw-one-cta__content p,
  .kw-one-method__copy p:not(.kw-one-kicker) {
    font-size: 0.95rem;
  }

  .kw-one-hero__note {
    padding: 18px;
  }

  .kw-one-button,
  .kw-one-cta .kw-one-button {
    width: 100%;
    min-width: 0;
    padding: 0 18px;
  }

  .kw-one-hero__visual {
    left: 0;
    height: 330px;
  }

  .kw-one-hero__media img {
    object-position: 54% 42%;
  }

  .kw-one-hero__footer {
    display: none;
  }

  .kw-one-section {
    padding: 64px 20px;
  }

  .kw-one-opening__grid {
    gap: 28px;
  }

  .kw-one-opening__closing {
    padding: 22px 20px;
  }

  .kw-one-opening__closing p {
    font-size: 1rem;
  }

  .kw-one-errors__top,
  .kw-one-errors__heading,
  .kw-one-errors__columns,
  .kw-one-errors__status {
    padding-right: 20px;
    padding-left: 20px;
  }

  .kw-one-errors__top {
    font-size: 0.78rem;
  }

  .kw-one-errors__heading {
    padding-top: 54px;
  }

  .kw-one-errors__heading p {
    font-size: 2.3rem;
  }

  .kw-one-errors__heading h2 {
    font-size: 1rem;
  }

  .kw-one-errors li {
    grid-template-columns: 36px 1fr;
    min-height: 30px;
    font-size: 0.88rem;
  }

  .kw-one-errors__callout {
    grid-template-columns: 30px 1fr;
    margin: 24px 20px 86px;
    padding: 18px;
  }

  .kw-one-errors__callout p {
    font-size: 0.95rem;
  }

  .kw-one-errors__footer {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 0.72rem;
  }

  .kw-one-method {
    padding: 0 0 64px;
  }

  .kw-one-method__panel {
    padding: 36px 20px;
    border-right: 0;
    border-left: 0;
  }

  .kw-one-method__board,
  .kw-one-process__grid {
    grid-template-columns: 1fr;
  }

  .kw-one-process {
    padding: 54px 20px 64px;
  }

  .kw-one-process__head {
    display: block;
  }

  .kw-one-process__head p {
    padding-top: 0;
  }

  .kw-one-process__head div {
    min-width: 0;
    margin-top: 20px;
    padding: 15px 18px;
    font-size: 0.85rem;
  }

  .kw-one-process h2 {
    font-size: 2rem;
  }

  .kw-one-process-card {
    min-height: 520px;
    padding: 28px 24px 34px;
  }

  .kw-one-process-card h3 {
    min-height: 0;
  }

  .kw-one-process-card__art {
    margin-top: 24px;
  }

  .kw-one-audience {
    gap: 32px;
  }

  .kw-one-audience__list {
    padding: 16px;
  }

  .kw-one-audience__list li {
    padding: 13px 14px 13px 38px;
  }

  .kw-one-cta {
    padding-bottom: 56px;
  }

  .kw-one-cta__shell > .kw-one-kicker {
    padding: 32px 20px 0;
  }

  .kw-one-cta__content {
    padding: 74px 20px 510px;
  }

  .kw-one-cta__quote {
    padding-left: 18px;
  }

  .kw-one-cta__media {
    width: min(430px, 94%);
    height: 430px;
  }

  .kw-one-cta__footer {
    right: 20px;
    left: 20px;
    display: block;
  }

  .kw-one-cta__footer span + span {
    display: block;
    margin-top: 8px;
  }
}
