/* nk-elementor-transformed */
.nk-agreement-page {
  --nk-agreement-ink: #071d43;
  --nk-agreement-blue: #0c3473;
  --nk-agreement-blue-bright: #174f9f;
  --nk-agreement-cyan: #68e0dd;
  --nk-agreement-cyan-deep: #136f70;
  --nk-agreement-paper: #f7f9fc;
  --nk-agreement-line: #dbe5f0;
  --nk-agreement-muted: #607187;
  --nk-agreement-warning: #fff7e7;
  color: var(--nk-agreement-ink);
  background: var(--nk-agreement-paper);
}

.nk-agreement-page .nk-header {
  background: rgba(255, 255, 255, 0.97);
}

.nk-agreement-hero {
  position: relative;
  overflow: hidden;
  padding: 42px 0 84px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 14%, rgba(64, 200, 207, 0.2), transparent 28%),
    radial-gradient(circle at 12% 90%, rgba(34, 89, 167, 0.36), transparent 32%),
    linear-gradient(126deg, #061a3c 0%, #0a2b61 48%, #0d3a7e 100%);
}

.nk-agreement-hero::before,
.nk-agreement-hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(104, 224, 221, 0.15);
  border-radius: 50%;
}

.nk-agreement-hero::before {
  width: 520px;
  height: 520px;
  top: -330px;
  right: 4%;
}

.nk-agreement-hero::after {
  width: 340px;
  height: 340px;
  right: 10%;
  bottom: -245px;
}

.nk-agreement-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.42;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 84%, transparent);
}

.nk-agreement-hero .nk-breadcrumbs {
  position: relative;
  z-index: 2;
  margin-bottom: 58px;
}

.nk-agreement-hero__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, 0.72fr);
  align-items: center;
  gap: clamp(54px, 7vw, 112px);
}

.nk-agreement-hero__copy h1 {
  max-width: 900px;
  margin: 24px 0 24px;
  color: #fff;
  font-size: clamp(48px, 5.3vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.nk-agreement-hero__lead {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.58;
}

.nk-agreement-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.nk-agreement-hero__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  color: #d8ffff;
  background: rgba(104, 224, 221, 0.09);
  border: 1px solid rgba(104, 224, 221, 0.25);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nk-agreement-hero__meta {
  display: flex;
  gap: 0;
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.nk-agreement-hero__meta > div:not(.elementor-widget) {
  min-width: 190px;
  padding: 22px 32px 0 0;
}

.nk-agreement-hero__meta > div:not(.elementor-widget) + div {
  padding-left: 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.nk-agreement-hero__meta small,
.nk-agreement-hero__meta strong {
  display: block;
}

.nk-agreement-hero__meta small {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nk-agreement-hero__meta strong {
  color: #fff;
  font-size: 16px;
}

.nk-agreement-visual {
  position: relative;
  min-height: 530px;
}

.nk-agreement-visual__rings {
  position: absolute;
  width: 430px;
  height: 430px;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(104, 224, 221, 0.18);
  border-radius: 50%;
}

.nk-agreement-visual__rings::before,
.nk-agreement-visual__rings::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(104, 224, 221, 0.13);
  border-radius: inherit;
}

.nk-agreement-visual__rings::before {
  inset: 34px;
}

.nk-agreement-visual__rings::after {
  inset: 76px;
}

.nk-agreement-visual__document {
  position: absolute;
  width: min(420px, 92%);
  min-height: 470px;
  top: 0;
  left: 50%;
  padding: 36px;
  transform: translateX(-50%) rotate(1.2deg);
  color: var(--nk-agreement-ink);
  background:
    linear-gradient(rgba(10, 51, 112, 0.028) 1px, transparent 1px),
    #fff;
  background-size: 100% 42px;
  border: 1px solid rgba(104, 224, 221, 0.38);
  border-radius: 22px 22px 58px 22px;
  box-shadow: 0 34px 70px rgba(0, 11, 36, 0.35);
}

.nk-agreement-visual__document::after {
  position: absolute;
  width: 86px;
  height: 86px;
  right: -1px;
  bottom: -1px;
  content: "";
  background: linear-gradient(135deg, #e9f2f7 0 49%, #fff 50%);
  border-radius: 18px 0 55px 0;
  box-shadow: -8px -8px 24px rgba(7, 29, 67, 0.06);
}

.nk-agreement-visual__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--nk-agreement-ink);
}

.nk-agreement-visual__top span {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.nk-agreement-visual__top i {
  color: var(--nk-agreement-cyan-deep);
  font-family: Georgia, serif;
  font-size: 32px;
  font-style: normal;
}

.nk-agreement-visual__lines {
  display: grid;
  gap: 12px;
  margin: 38px 0 44px;
}

.nk-agreement-visual__lines i {
  display: block;
  height: 8px;
  background: #dfe7ef;
  border-radius: 999px;
}

.nk-agreement-visual__lines i:nth-child(2) {
  width: 86%;
}

.nk-agreement-visual__lines i:nth-child(3) {
  width: 62%;
}

.nk-agreement-visual__choice {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 20px;
  background: #effafa;
  border: 1px solid rgba(26, 142, 145, 0.22);
  border-radius: 16px;
}

.nk-agreement-visual__choice > b {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  place-items: center;
  background: var(--nk-agreement-cyan);
  border: 2px solid var(--nk-agreement-cyan-deep);
  border-radius: 9px;
}

.nk-agreement-visual__choice > b span {
  width: 15px;
  height: 9px;
  transform: translateY(-2px) rotate(-45deg);
  border-bottom: 3px solid var(--nk-agreement-ink);
  border-left: 3px solid var(--nk-agreement-ink);
}

.nk-agreement-visual__choice strong,
.nk-agreement-visual__choice small {
  display: block;
}

.nk-agreement-visual__choice strong {
  font-size: 15px;
}

.nk-agreement-visual__choice small {
  margin-top: 4px;
  color: var(--nk-agreement-muted);
}

.nk-agreement-visual__seal {
  position: absolute;
  width: 150px;
  height: 150px;
  right: 35px;
  bottom: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: var(--nk-agreement-ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(26, 142, 145, 0.32);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(7, 29, 67, 0.12);
}

.nk-agreement-visual__seal::before,
.nk-agreement-visual__seal::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(26, 142, 145, 0.23);
  border-radius: inherit;
}

.nk-agreement-visual__seal::before {
  inset: 8px;
}

.nk-agreement-visual__seal::after {
  inset: 14px;
}

.nk-agreement-visual__seal span {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 13px;
  margin-bottom: 10px;
  transform: rotate(-45deg);
  border-bottom: 3px solid var(--nk-agreement-cyan-deep);
  border-left: 3px solid var(--nk-agreement-cyan-deep);
}

.nk-agreement-visual__seal strong,
.nk-agreement-visual__seal small {
  position: relative;
  z-index: 1;
  display: block;
}

.nk-agreement-visual__seal strong {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nk-agreement-visual__seal small {
  margin-top: 3px;
  color: var(--nk-agreement-muted);
  font-size: 10px;
}

.nk-agreement-visual__note {
  position: absolute;
  right: -10px;
  bottom: 12px;
  z-index: 2;
  padding: 13px 18px;
  color: #d9ffff;
  background: rgba(6, 26, 60, 0.92);
  border: 1px solid rgba(104, 224, 221, 0.3);
  border-radius: 12px;
  box-shadow: 0 15px 30px rgba(0, 12, 36, 0.24);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nk-agreement-demo {
  position: relative;
  z-index: 3;
  margin-top: -30px;
}

.nk-agreement-demo__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  min-height: 86px;
  padding: 18px 26px;
  background: var(--nk-agreement-warning);
  border: 1px solid #ead5a5;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(17, 36, 63, 0.11);
}

.nk-agreement-demo__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #795817;
  background: #ffe1a0;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 900;
}

.nk-agreement-demo__inner strong,
.nk-agreement-demo__inner p {
  display: block;
  margin: 0;
}

.nk-agreement-demo__inner strong {
  margin-bottom: 4px;
  color: #412f0f;
  font-size: 16px;
}

.nk-agreement-demo__inner p {
  color: #735f37;
  font-size: 14px;
  line-height: 1.55;
}

.nk-agreement-demo__inner > span {
  padding: 8px 12px;
  color: #795817;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid #e4c98f;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nk-agreement-summary {
  padding: 118px 0 126px;
  background:
    linear-gradient(rgba(10, 51, 112, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 51, 112, 0.025) 1px, transparent 1px),
    var(--nk-agreement-paper);
  background-size: 72px 72px;
}

.nk-agreement-summary .nk-section-heading {
  margin-bottom: 48px;
}

.nk-agreement-summary .nk-section-heading h2 {
  max-width: 720px;
}

.nk-agreement-summary .nk-section-heading > p {
  max-width: 500px;
}

.nk-agreement-summary__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.nk-agreement-summary-card {
  position: relative;
  min-height: 290px;
  padding: 31px 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--nk-agreement-line);
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(7, 29, 67, 0.055);
}

.nk-agreement-summary-card::after {
  position: absolute;
  width: 128px;
  height: 128px;
  right: -50px;
  bottom: -58px;
  content: "";
  border: 1px solid rgba(26, 142, 145, 0.15);
  border-radius: 50%;
  box-shadow: 0 0 0 20px rgba(104, 224, 221, 0.035);
}

.nk-agreement-summary-card > span {
  display: inline-block;
  color: var(--nk-agreement-cyan-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nk-agreement-summary-card h3 {
  margin: 62px 0 18px;
  color: var(--nk-agreement-ink);
  font-size: clamp(25px, 2vw, 33px);
  line-height: 1.05;
}

.nk-agreement-summary-card p {
  margin: 0;
  color: var(--nk-agreement-muted);
  font-size: 16px;
  line-height: 1.65;
}

.nk-agreement-flow {
  position: relative;
  overflow: hidden;
  padding: 124px 0;
  color: #fff;
  background:
    radial-gradient(circle at 14% 18%, rgba(104, 224, 221, 0.12), transparent 28%),
    #061b3e;
}

.nk-agreement-flow::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.38;
  background-image: radial-gradient(rgba(104, 224, 221, 0.16) 1.5px, transparent 1.5px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.nk-agreement-flow .nk-shell {
  position: relative;
  z-index: 1;
}

.nk-agreement-flow__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: 24px 90px;
  align-items: end;
  margin-bottom: 58px;
}

.nk-agreement-flow__intro .nk-eyebrow {
  grid-column: 1 / -1;
  margin: 0;
}

.nk-agreement-flow__intro h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 4.8vw, 68px);
  line-height: 1;
}

.nk-agreement-flow__intro > p:last-child {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 18px;
  line-height: 1.7;
}

.nk-agreement-flow__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(104, 224, 221, 0.18);
  border-radius: 20px;
  overflow: hidden;
}

.nk-agreement-flow__steps li {
  position: relative;
  min-height: 270px;
  padding: 28px 26px;
  background: rgba(255, 255, 255, 0.035);
}

.nk-agreement-flow__steps li + li {
  border-left: 1px solid rgba(104, 224, 221, 0.18);
}

.nk-agreement-flow__steps li > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--nk-agreement-cyan);
  border: 1px solid rgba(104, 224, 221, 0.34);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 19px;
}

.nk-agreement-flow__steps li > div:not(.elementor-widget) {
  position: absolute;
  right: 26px;
  bottom: 28px;
  left: 26px;
}

.nk-agreement-flow__steps strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 21px;
}

.nk-agreement-flow__steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.6;
}

.nk-agreement-flow__boundary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 22px;
  padding: 20px 26px;
  background: rgba(104, 224, 221, 0.07);
  border: 1px solid rgba(104, 224, 221, 0.18);
  border-radius: 14px;
}

.nk-agreement-flow__boundary small {
  color: var(--nk-agreement-cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.nk-agreement-flow__boundary strong {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: right;
  text-transform: uppercase;
}

.nk-agreement-document {
  padding: 126px 0 140px;
  background:
    linear-gradient(rgba(10, 51, 112, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 51, 112, 0.025) 1px, transparent 1px),
    #f4f7fb;
  background-size: 72px 72px;
}

.nk-agreement-document__heading {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 50px;
  margin-bottom: 58px;
}

.nk-agreement-document__heading .nk-eyebrow {
  align-self: start;
  margin-top: 13px;
}

.nk-agreement-document__heading h2 {
  max-width: 980px;
  margin: 0 0 18px;
  color: var(--nk-agreement-ink);
  font-size: clamp(45px, 5.2vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.nk-agreement-document__heading > div:not(.elementor-widget) > p {
  margin: 0;
  color: var(--nk-agreement-muted);
  font-size: 17px;
}

.nk-agreement-document__layout {
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  align-items: start;
  gap: 32px;
}

.nk-agreement-toc {
  position: sticky;
  top: 112px;
}

.nk-agreement-toc__inner {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--nk-agreement-line);
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(7, 29, 67, 0.055);
}

.nk-agreement-toc__inner > strong {
  display: block;
  margin-bottom: 17px;
  color: var(--nk-agreement-ink);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nk-agreement-toc a {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  color: #52647b;
  border-top: 1px solid #edf1f5;
  font-size: 13px;
  line-height: 1.3;
}

.nk-agreement-toc a:hover {
  color: var(--nk-agreement-cyan-deep);
}

.nk-agreement-toc a span {
  color: var(--nk-agreement-cyan-deep);
  font-family: Georgia, serif;
  font-size: 15px;
}

.nk-agreement-toc .nk-agreement-toc__policy {
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
  padding: 14px 15px;
  color: #fff;
  background: var(--nk-agreement-ink);
  border: 0;
  border-radius: 10px;
  font-weight: 800;
}

.nk-agreement-toc__policy i {
  color: var(--nk-agreement-cyan);
  font-style: normal;
}

.nk-agreement-article {
  min-width: 0;
}

.nk-agreement-preface,
.nk-agreement-section {
  background: #fff;
  border: 1px solid var(--nk-agreement-line);
  border-radius: 20px;
  box-shadow: 0 14px 38px rgba(7, 29, 67, 0.045);
}

.nk-agreement-preface {
  position: relative;
  margin-bottom: 20px;
  padding: 34px 38px 36px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(104, 224, 221, 0.11), transparent 55%),
    #fff;
}

.nk-agreement-preface::before {
  position: absolute;
  width: 5px;
  inset: 0 auto 0 0;
  content: "";
  background: var(--nk-agreement-cyan-deep);
}

.nk-agreement-preface > span {
  display: block;
  margin-bottom: 14px;
  color: var(--nk-agreement-cyan-deep);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nk-agreement-preface p {
  margin: 0;
  color: #263d5a;
  font-size: 18px;
  line-height: 1.75;
}

.nk-agreement-section {
  margin-top: 20px;
  padding: clamp(30px, 4vw, 54px);
  scroll-margin-top: 112px;
}

.nk-agreement-section > header {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e7edf3;
}

.nk-agreement-section > header > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--nk-agreement-cyan-deep);
  background: #ecf9f9;
  border: 1px solid rgba(26, 142, 145, 0.2);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 19px;
}

.nk-agreement-section > header small {
  display: block;
  margin-bottom: 7px;
  color: var(--nk-agreement-cyan-deep);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.nk-agreement-section > header h2 {
  margin: 0;
  color: var(--nk-agreement-ink);
  font-size: clamp(31px, 3.1vw, 46px);
  line-height: 1.04;
}

.nk-agreement-section > p {
  margin: 0 0 18px;
  color: #42566f;
  font-size: 17px;
  line-height: 1.78;
}

.nk-agreement-section > p:last-child {
  margin-bottom: 0;
}

.nk-agreement-callout {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
  padding: 22px 24px;
  background: #effafa;
  border: 1px solid rgba(26, 142, 145, 0.2);
  border-radius: 14px;
}

.nk-agreement-callout > b {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  background: var(--nk-agreement-cyan);
  border: 2px solid var(--nk-agreement-cyan-deep);
  border-radius: 9px;
}

.nk-agreement-callout > b span {
  width: 17px;
  height: 9px;
  transform: translateY(-2px) rotate(-45deg);
  border-bottom: 3px solid var(--nk-agreement-ink);
  border-left: 3px solid var(--nk-agreement-ink);
}

.nk-agreement-callout strong,
.nk-agreement-callout p {
  display: block;
  margin: 0;
}

.nk-agreement-callout strong {
  margin-bottom: 5px;
  color: var(--nk-agreement-ink);
  font-size: 16px;
}

.nk-agreement-callout p {
  color: #526b7f;
  font-size: 14px;
  line-height: 1.55;
}

.nk-agreement-callout--soft {
  display: block;
  background: #f5f8fb;
  border-color: var(--nk-agreement-line);
}

.nk-agreement-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--nk-agreement-line);
  border-radius: 14px;
  overflow: hidden;
}

.nk-agreement-details > div:not(.elementor-widget) {
  min-height: 102px;
  padding: 22px;
  background: #f8fafc;
}

.nk-agreement-details > div:not(.elementor-widget):nth-child(even) {
  border-left: 1px solid var(--nk-agreement-line);
}

.nk-agreement-details > div:not(.elementor-widget):nth-child(n + 3) {
  border-top: 1px solid var(--nk-agreement-line);
}

.nk-agreement-details small,
.nk-agreement-details strong,
.nk-agreement-details a {
  display: block;
}

.nk-agreement-details small {
  margin-bottom: 9px;
  color: var(--nk-agreement-muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.nk-agreement-details strong,
.nk-agreement-details a {
  color: var(--nk-agreement-ink);
  font-size: 16px;
  overflow-wrap: anywhere;
}

.nk-agreement-details a {
  text-decoration: underline;
  text-decoration-color: rgba(26, 142, 145, 0.38);
  text-underline-offset: 4px;
}

.nk-agreement-caption {
  margin-top: 18px !important;
  color: #7d6950 !important;
  font-size: 13px !important;
}

.nk-agreement-purpose-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.nk-agreement-purpose-list article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  padding: 20px;
  background: #f7f9fc;
  border: 1px solid var(--nk-agreement-line);
  border-radius: 13px;
}

.nk-agreement-purpose-list article > span {
  color: var(--nk-agreement-cyan-deep);
  font-family: Georgia, serif;
  font-size: 17px;
}

.nk-agreement-purpose-list h3,
.nk-agreement-purpose-list p {
  margin: 0;
}

.nk-agreement-purpose-list h3 {
  margin-bottom: 7px;
  color: var(--nk-agreement-ink);
  font-size: 18px;
}

.nk-agreement-purpose-list p {
  color: var(--nk-agreement-muted);
  font-size: 14px;
  line-height: 1.55;
}

.nk-agreement-no-marketing {
  margin-top: 18px;
  padding: 22px 24px;
  color: #fff;
  background: var(--nk-agreement-ink);
  border-radius: 13px;
}

.nk-agreement-no-marketing small,
.nk-agreement-no-marketing strong {
  display: block;
}

.nk-agreement-no-marketing small {
  margin-bottom: 7px;
  color: var(--nk-agreement-cyan);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nk-agreement-no-marketing strong {
  font-size: 15px;
  line-height: 1.5;
}

.nk-agreement-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.nk-agreement-columns > div:not(.elementor-widget) {
  padding: 24px;
  background: #f7f9fc;
  border: 1px solid var(--nk-agreement-line);
  border-radius: 14px;
}

.nk-agreement-columns h3 {
  margin: 0 0 17px;
  color: var(--nk-agreement-ink);
  font-size: 20px;
}

.nk-agreement-columns ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nk-agreement-columns li {
  position: relative;
  padding-left: 19px;
  color: #51657c;
  font-size: 15px;
  line-height: 1.5;
}

.nk-agreement-columns li::before {
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0.58em;
  left: 0;
  content: "";
  background: var(--nk-agreement-cyan-deep);
  border-radius: 50%;
}

.nk-agreement-warning {
  margin-top: 18px;
  padding: 22px 24px;
  background: var(--nk-agreement-warning);
  border: 1px solid #ead5a5;
  border-radius: 14px;
}

.nk-agreement-warning span {
  display: block;
  margin-bottom: 7px;
  color: #8a631b;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nk-agreement-warning p {
  margin: 0;
  color: #705a34;
  font-size: 14px;
  line-height: 1.6;
}

.nk-agreement-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 24px;
}

.nk-agreement-actions span {
  display: grid;
  min-height: 70px;
  place-items: center;
  padding: 12px;
  color: var(--nk-agreement-ink);
  background: #f4f8fb;
  border: 1px solid var(--nk-agreement-line);
  border-radius: 12px;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.nk-agreement-processors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 24px;
  border: 1px solid var(--nk-agreement-line);
  border-radius: 14px;
  overflow: hidden;
}

.nk-agreement-processors > div:not(.elementor-widget) {
  padding: 22px;
  background: #f7f9fc;
}

.nk-agreement-processors > div:not(.elementor-widget):nth-child(even) {
  border-left: 1px solid var(--nk-agreement-line);
}

.nk-agreement-processors > div:not(.elementor-widget):nth-child(n + 3) {
  border-top: 1px solid var(--nk-agreement-line);
}

.nk-agreement-processors small,
.nk-agreement-processors strong {
  display: block;
}

.nk-agreement-processors small {
  margin-bottom: 6px;
  color: var(--nk-agreement-muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nk-agreement-processors strong {
  color: var(--nk-agreement-ink);
  font-size: 15px;
}

.nk-agreement-third-party {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 22px;
  margin-top: 26px;
  padding: 24px;
  background: var(--nk-agreement-warning);
  border: 1px solid #ead5a5;
  border-radius: 14px;
}

.nk-agreement-third-party > span {
  align-self: start;
  padding: 8px 11px;
  color: #805c19;
  background: #ffe4a9;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-align: center;
  text-transform: uppercase;
}

.nk-agreement-third-party h3,
.nk-agreement-third-party p {
  margin: 0;
}

.nk-agreement-third-party h3 {
  margin-bottom: 8px;
  color: #463413;
  font-size: 20px;
}

.nk-agreement-third-party p {
  color: #735f37;
  font-size: 14px;
  line-height: 1.65;
}

.nk-agreement-timeline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 25px;
}

.nk-agreement-timeline article {
  min-height: 150px;
  padding: 22px;
  background: #f7f9fc;
  border: 1px solid var(--nk-agreement-line);
  border-radius: 13px;
}

.nk-agreement-timeline span,
.nk-agreement-timeline strong {
  display: block;
}

.nk-agreement-timeline span {
  margin-bottom: 24px;
  color: var(--nk-agreement-cyan-deep);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nk-agreement-timeline strong {
  margin-bottom: 8px;
  color: var(--nk-agreement-ink);
  font-size: 18px;
}

.nk-agreement-timeline p {
  margin: 0;
  color: var(--nk-agreement-muted);
  font-size: 14px;
  line-height: 1.55;
}

.nk-agreement-section--contact {
  color: #fff;
  background:
    radial-gradient(circle at 85% 14%, rgba(104, 224, 221, 0.12), transparent 28%),
    var(--nk-agreement-ink);
  border-color: rgba(104, 224, 221, 0.18);
}

.nk-agreement-section--contact > header {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.nk-agreement-section--contact > header > span {
  color: var(--nk-agreement-cyan);
  background: rgba(104, 224, 221, 0.08);
  border-color: rgba(104, 224, 221, 0.24);
}

.nk-agreement-section--contact > header small {
  color: var(--nk-agreement-cyan);
}

.nk-agreement-section--contact > header h2,
.nk-agreement-section--contact > p {
  color: #fff;
}

.nk-agreement-section--contact > p {
  color: rgba(255, 255, 255, 0.7);
}

.nk-agreement-contact {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  margin: 28px 0;
  border: 1px solid rgba(104, 224, 221, 0.2);
  border-radius: 14px;
  overflow: hidden;
}

.nk-agreement-contact > div:not(.elementor-widget) {
  padding: 24px;
  background: rgba(255, 255, 255, 0.035);
}

.nk-agreement-contact > div:not(.elementor-widget) + div {
  border-left: 1px solid rgba(104, 224, 221, 0.2);
}

.nk-agreement-contact small,
.nk-agreement-contact strong,
.nk-agreement-contact a {
  display: block;
}

.nk-agreement-contact small {
  margin-bottom: 9px;
  color: var(--nk-agreement-cyan);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nk-agreement-contact strong,
.nk-agreement-contact a {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
}

.nk-agreement-contact a {
  overflow-wrap: anywhere;
}

.nk-agreement-contact a span {
  color: var(--nk-agreement-cyan);
}

.nk-agreement-final-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.nk-agreement-section--contact .nk-button--outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
}

.nk-agreement-section--contact .nk-button--outline:hover {
  color: var(--nk-agreement-ink);
  background: #fff;
}

@media (max-width: 1180px) {
  .nk-agreement-hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.65fr);
    gap: 48px;
  }

  .nk-agreement-summary__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nk-agreement-summary-card {
    min-height: 250px;
  }

  .nk-agreement-summary-card h3 {
    margin-top: 45px;
  }

  .nk-agreement-document__heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .nk-agreement-document__heading .nk-eyebrow {
    margin-top: 0;
  }

  .nk-agreement-document__layout {
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 22px;
  }
}

@media (max-width: 980px) {
  .nk-agreement-hero {
    padding-bottom: 74px;
  }

  .nk-agreement-hero .nk-breadcrumbs {
    margin-bottom: 44px;
  }

  .nk-agreement-hero__layout {
    grid-template-columns: 1fr;
  }

  .nk-agreement-hero__copy {
    max-width: 820px;
  }

  .nk-agreement-visual {
    width: min(540px, 100%);
    min-height: 520px;
    margin: 6px auto 0;
  }

  .nk-agreement-flow__intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .nk-agreement-flow__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nk-agreement-flow__steps li:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(104, 224, 221, 0.18);
  }

  .nk-agreement-flow__steps li:nth-child(4) {
    border-top: 1px solid rgba(104, 224, 221, 0.18);
  }

  .nk-agreement-document__layout {
    grid-template-columns: 1fr;
  }

  .nk-agreement-toc {
    position: static;
  }

  .nk-agreement-toc__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 16px;
  }

  .nk-agreement-toc__inner > strong,
  .nk-agreement-toc .nk-agreement-toc__policy {
    grid-column: 1 / -1;
  }

  .nk-agreement-toc .nk-agreement-toc__policy {
    margin-bottom: 2px;
  }
}

@media (max-width: 720px) {
  .nk-agreement-hero {
    padding: 26px 0 62px;
  }

  .nk-agreement-hero .nk-breadcrumbs {
    margin-bottom: 34px;
  }

  .nk-agreement-hero__copy h1 {
    margin-top: 18px;
    font-size: clamp(42px, 12.2vw, 64px);
  }

  .nk-agreement-hero__lead {
    font-size: 17px;
  }

  .nk-agreement-hero__chips {
    margin-top: 26px;
  }

  .nk-agreement-hero__chips span {
    min-height: 34px;
    padding: 7px 11px;
    font-size: 10px;
  }

  .nk-agreement-hero__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 30px;
  }

  .nk-agreement-hero__meta > div:not(.elementor-widget) {
    min-width: 0;
    padding: 18px 16px 0 0;
  }

  .nk-agreement-hero__meta > div:not(.elementor-widget) + div {
    padding-left: 16px;
  }

  .nk-agreement-visual {
    min-height: 450px;
  }

  .nk-agreement-visual__rings {
    width: 360px;
    height: 360px;
  }

  .nk-agreement-visual__document {
    min-height: 410px;
    padding: 28px;
  }

  .nk-agreement-visual__lines {
    margin: 30px 0 34px;
  }

  .nk-agreement-visual__seal {
    width: 126px;
    height: 126px;
    right: 25px;
    bottom: 28px;
  }

  .nk-agreement-visual__note {
    right: 0;
    bottom: 5px;
    font-size: 10px;
  }

  .nk-agreement-demo {
    margin-top: -20px;
  }

  .nk-agreement-demo__inner {
    grid-template-columns: auto 1fr;
    padding: 18px;
  }

  .nk-agreement-demo__inner > span {
    grid-column: 2;
    justify-self: start;
  }

  .nk-agreement-summary,
  .nk-agreement-flow,
  .nk-agreement-document {
    padding: 88px 0;
  }

  .nk-agreement-summary__grid {
    grid-template-columns: 1fr;
  }

  .nk-agreement-summary-card {
    min-height: 230px;
  }

  .nk-agreement-flow__steps {
    grid-template-columns: 1fr;
  }

  .nk-agreement-flow__steps li {
    min-height: 220px;
  }

  .nk-agreement-flow__steps li + li,
  .nk-agreement-flow__steps li:nth-child(3) {
    border-top: 1px solid rgba(104, 224, 221, 0.18);
    border-left: 0;
  }

  .nk-agreement-flow__boundary {
    align-items: flex-start;
    flex-direction: column;
  }

  .nk-agreement-flow__boundary strong {
    text-align: left;
  }

  .nk-agreement-toc__inner {
    grid-template-columns: 1fr;
  }

  .nk-agreement-toc__inner > strong,
  .nk-agreement-toc .nk-agreement-toc__policy {
    grid-column: auto;
  }

  .nk-agreement-preface {
    padding: 26px 24px 28px;
  }

  .nk-agreement-preface p {
    font-size: 16px;
  }

  .nk-agreement-section {
    padding: 28px 22px;
    scroll-margin-top: 84px;
  }

  .nk-agreement-section > header {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
  }

  .nk-agreement-section > header > span {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }

  .nk-agreement-section > header h2 {
    font-size: 30px;
  }

  .nk-agreement-section > p {
    font-size: 16px;
  }

  .nk-agreement-callout {
    align-items: flex-start;
    padding: 18px;
  }

  .nk-agreement-details,
  .nk-agreement-purpose-list,
  .nk-agreement-columns,
  .nk-agreement-processors,
  .nk-agreement-timeline,
  .nk-agreement-contact {
    grid-template-columns: 1fr;
  }

  .nk-agreement-details > div:not(.elementor-widget):nth-child(even),
  .nk-agreement-processors > div:not(.elementor-widget):nth-child(even),
  .nk-agreement-contact > div:not(.elementor-widget) + div {
    border-left: 0;
  }

  .nk-agreement-details > div:not(.elementor-widget) + div,
  .nk-agreement-processors > div:not(.elementor-widget) + div,
  .nk-agreement-contact > div:not(.elementor-widget) + div {
    border-top: 1px solid var(--nk-agreement-line);
  }

  .nk-agreement-contact > div:not(.elementor-widget) + div {
    border-top-color: rgba(104, 224, 221, 0.2);
  }

  .nk-agreement-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nk-agreement-third-party {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .nk-agreement-third-party > span {
    justify-self: start;
  }

  .nk-agreement-final-links {
    flex-direction: column;
  }

  .nk-agreement-final-links .nk-button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .nk-agreement-hero__meta {
    grid-template-columns: 1fr;
  }

  .nk-agreement-hero__meta > div:not(.elementor-widget) + div {
    margin-top: 15px;
    padding-left: 0;
    border-left: 0;
  }

  .nk-agreement-visual {
    min-height: 420px;
  }

  .nk-agreement-visual__document {
    min-height: 390px;
    padding: 23px;
  }

  .nk-agreement-visual__choice {
    padding: 16px;
  }

  .nk-agreement-visual__choice strong {
    font-size: 13px;
  }

  .nk-agreement-visual__seal {
    width: 112px;
    height: 112px;
    right: 20px;
  }

  .nk-agreement-visual__note {
    display: none;
  }

  .nk-agreement-document__heading h2 {
    font-size: 40px;
  }

  .nk-agreement-section > header h2 {
    font-size: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nk-agreement-visual__document {
    transform: translateX(-50%);
  }
}

@media print {
  .nk-agreement-page {
    background: #fff;
  }

  .nk-agreement-page .nk-topline,
  .nk-agreement-page .nk-header,
  .nk-agreement-page .nk-footer,
  .nk-agreement-hero,
  .nk-agreement-demo,
  .nk-agreement-summary,
  .nk-agreement-flow,
  .nk-agreement-toc,
  .nk-agreement-final-links {
    display: none !important;
  }

  .nk-agreement-document {
    padding: 0;
    background: #fff;
  }

  .nk-agreement-document__heading {
    display: block;
    margin-bottom: 24px;
  }

  .nk-agreement-document__heading .nk-eyebrow {
    display: none;
  }

  .nk-agreement-document__heading h2 {
    font-size: 30pt;
  }

  .nk-agreement-document__layout {
    display: block;
  }

  .nk-agreement-preface,
  .nk-agreement-section {
    break-inside: avoid;
    padding: 24px 0;
    border: 0;
    border-bottom: 1px solid #bbb;
    border-radius: 0;
    box-shadow: none;
  }

  .nk-agreement-section--contact {
    color: #000;
    background: #fff !important;
  }

  .nk-agreement-section--contact > header h2,
  .nk-agreement-section--contact > p,
  .nk-agreement-section--contact .nk-agreement-contact strong,
  .nk-agreement-section--contact .nk-agreement-contact a {
    color: #000;
  }
}
