.nfcpf-section,
.nfcpf-modal {
  --nf-blue: #3155f5;
  --nf-blue-2: #773cff;
  --nf-cyan: #43ddff;
  --nf-ink: #081126;
  --nf-ink-2: #0d1b3a;
  --nf-text: #17213b;
  --nf-muted: #68728a;
  --nf-line: #dfe6f2;
  --nf-soft: #f3f7ff;
  --nf-white: #fff;
  --nf-success: #12a873;
  color: var(--nf-text);
  font-family: "Assistant", "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
  max-width: 100%;
}

html.nfcpf-has-matcher,
body.nfcpf-has-matcher {
  max-width: 100%;
  overflow-x: clip;
}

.nfcpf-section *,
.nfcpf-modal * {
  box-sizing: border-box;
}

.nfcpf-section button,
.nfcpf-section input,
.nfcpf-section select,
.nfcpf-modal button,
.nfcpf-modal input,
.nfcpf-modal select {
  font: inherit;
}

.nfcpf-section button,
.nfcpf-modal button {
  cursor: pointer;
}

.nfcpf-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding: clamp(68px, 7vw, 112px) 24px;
  background:
    radial-gradient(circle at 8% 12%, rgba(14, 94, 255, 0.18), transparent 29%),
    radial-gradient(circle at 93% 83%, rgba(64, 213, 255, 0.12), transparent 28%),
    linear-gradient(145deg, #071126 0%, #0a1734 56%, #081328 100%);
}

.nfcpf-section::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  opacity: 0.28;
  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: 54px 54px;
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 75%, transparent);
}

.nfcpf-section__glow {
  position: absolute;
  z-index: -1;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  filter: blur(75px);
  pointer-events: none;
}

.nfcpf-section__glow--one {
  top: -230px;
  left: 10%;
  background: rgba(3, 74, 215, 0.33);
}

.nfcpf-section__glow--two {
  right: 2%;
  bottom: -280px;
  background: rgba(42, 198, 255, 0.22);
}

.nfcpf-section__inner {
  position: relative;
  z-index: 1;
  width: min(1140px, 100%);
  margin: 0 auto;
  text-align: center;
}

.nfcpf-section__eyebrow {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 13px;
  color: #99c0ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.nfcpf-section__eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--nf-cyan);
  box-shadow: 0 0 16px var(--nf-cyan);
}

.nfcpf-section h2 {
  max-width: 850px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(35px, 4.4vw, 62px);
  font-weight: 850;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.nfcpf-section__lead {
  max-width: 720px;
  margin: 19px auto 36px;
  color: #afbad2;
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.55;
}

.nfcpf-app {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.985);
  box-shadow: 0 35px 100px rgba(0, 6, 24, 0.45), 0 0 0 8px rgba(255, 255, 255, 0.025);
}

.nfcpf-app [hidden] {
  display: none;
}

.nfcpf-app__intro {
  display: grid;
  min-height: 510px;
  grid-template-columns: minmax(300px, 0.9fr) minmax(440px, 1.1fr);
}

.nfcpf-intro__visual {
  position: relative;
  display: grid;
  overflow: hidden;
  place-items: center;
  min-height: 510px;
  background:
    radial-gradient(circle, rgba(58, 202, 255, 0.16), transparent 44%),
    linear-gradient(145deg, #051024, #0b2251 60%, #034ad7 150%);
}

.nfcpf-intro__visual::before,
.nfcpf-intro__visual::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(111, 197, 255, 0.18);
  border-radius: 50%;
}

.nfcpf-intro__visual::before {
  width: 420px;
  height: 420px;
}

.nfcpf-intro__visual::after {
  width: 260px;
  height: 260px;
}

.nfcpf-intro__brain {
  position: relative;
  z-index: 3;
  display: grid;
  width: 142px;
  height: 142px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 38px;
  color: #fff;
  font-size: 43px;
  font-weight: 900;
  letter-spacing: -0.08em;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(3, 74, 215, 0.6));
  box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.12), 0 28px 55px rgba(0, 0, 0, 0.3), 0 0 70px rgba(41, 188, 255, 0.28);
  transform: rotate(-5deg);
}

.nfcpf-intro__brain span {
  position: absolute;
  top: 14px;
  right: 16px;
  color: var(--nf-cyan);
  font-size: 18px;
  letter-spacing: 0;
  filter: drop-shadow(0 0 8px var(--nf-cyan));
}

.nfcpf-orbit {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(90, 197, 255, 0.4);
  border-radius: 50%;
  animation: nfcpf-spin 14s linear infinite;
}

.nfcpf-orbit::before,
.nfcpf-orbit::after {
  position: absolute;
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 50%;
  background: var(--nf-cyan);
  box-shadow: 0 0 18px var(--nf-cyan);
}

.nfcpf-orbit::before {
  top: 16%;
  left: 6%;
}

.nfcpf-orbit::after {
  right: 5%;
  bottom: 18%;
}

.nfcpf-orbit--one {
  width: 320px;
  height: 180px;
  transform: rotate(32deg);
}

.nfcpf-orbit--two {
  width: 180px;
  height: 330px;
  animation-direction: reverse;
  animation-duration: 18s;
  transform: rotate(-26deg);
}

.nfcpf-intro__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(42px, 6vw, 76px);
}

.nfcpf-chip {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 5px 12px;
  border: 1px solid #c7d8ff;
  border-radius: 999px;
  color: var(--nf-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #eff5ff;
}

.nfcpf-app h3,
.nfcpf-app h4,
.nfcpf-app h5,
.nfcpf-app p {
  font-family: inherit;
}

.nfcpf-intro__content h3 {
  margin: 17px 0 13px;
  color: var(--nf-ink);
  font-size: clamp(29px, 3vw, 43px);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.nfcpf-intro__content > p {
  margin: 0;
  color: var(--nf-muted);
  font-size: 17px;
}

.nfcpf-intro__content ul {
  display: grid;
  gap: 8px;
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
}

.nfcpf-intro__content li {
  position: relative;
  padding-left: 27px;
  color: #27324d;
  font-weight: 650;
}

.nfcpf-intro__content li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  content: "✓";
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  background: var(--nf-blue);
}

.nfcpf-primary,
.nfcpf-secondary {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 22px;
  border-radius: 15px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nfcpf-primary {
  border: 0;
  color: #fff;
  background: linear-gradient(120deg, var(--nf-blue) 0%, var(--nf-blue-2) 58%, var(--nf-cyan) 135%);
  box-shadow: 0 14px 32px color-mix(in srgb, var(--nf-blue) 30%, transparent);
}

.nfcpf-primary:hover {
  color: #fff;
  background: linear-gradient(120deg, color-mix(in srgb, var(--nf-blue) 88%, #fff) 0%, color-mix(in srgb, var(--nf-blue-2) 88%, #fff) 58%, var(--nf-cyan) 135%);
  box-shadow: 0 18px 38px color-mix(in srgb, var(--nf-blue) 38%, transparent), 0 0 25px color-mix(in srgb, var(--nf-cyan) 20%, transparent);
  transform: translateY(-3px);
}

.nfcpf-primary--start {
  min-height: 58px;
  padding: 8px 10px;
  gap: 13px;
}

.nfcpf-primary__spark {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 12px;
  color: #fff;
  font-size: 17px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 14px rgba(255, 255, 255, 0.08);
}

.nfcpf-primary__arrow { font-size: 20px; }

.nfcpf-primary:focus-visible,
.nfcpf-secondary:focus-visible,
.nfcpf-option:focus-visible,
.nfcpf-back:focus-visible,
.nfcpf-modal__close:focus-visible {
  outline: 3px solid rgba(64, 213, 255, 0.55);
  outline-offset: 3px;
}

.nfcpf-intro__content > small {
  margin-top: 11px;
  color: #8790a6;
  font-size: 12px;
}

.nfcpf-app__quiz {
  min-height: 600px;
  padding-bottom: 28px;
  background: #fff;
}

.nfcpf-progress {
  padding: 25px clamp(24px, 5vw, 58px) 0;
  border-bottom: 1px solid #edf0f6;
  background: rgba(255, 255, 255, 0.96);
}

.nfcpf-progress__meta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
}

.nfcpf-back {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 0;
  border-radius: 14px;
  color: #fff;
  font-size: 18px;
  background: linear-gradient(135deg, var(--nf-blue), var(--nf-blue-2));
  box-shadow: 0 9px 22px color-mix(in srgb, var(--nf-blue) 26%, transparent);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.nfcpf-back:not(:disabled):hover { color: #fff; transform: translateX(-3px); box-shadow: 0 12px 26px color-mix(in srgb, var(--nf-blue) 35%, transparent); }

.nfcpf-back:disabled {
  cursor: default;
  opacity: 0.28;
}

.nfcpf-progress__meta div {
  display: grid;
  line-height: 1.2;
}

.nfcpf-progress__meta strong {
  color: var(--nf-ink);
  font-size: 15px;
  font-weight: 800;
}

.nfcpf-progress__meta div span,
.nfcpf-progress__meta > span {
  color: var(--nf-muted);
  font-size: 12px;
  font-weight: 650;
}

.nfcpf-progress__track {
  height: 5px;
  margin: 20px 0 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8eef9;
}

.nfcpf-progress__track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--nf-blue), var(--nf-cyan));
  box-shadow: 0 0 14px rgba(3, 74, 215, 0.4);
  transition: width 0.42s ease;
}

.nfcpf-progress__stages {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  color: #a0a8b9;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.02em;
  text-align: center;
}

.nfcpf-progress__stages span {
  position: relative;
  padding-bottom: 13px;
}

.nfcpf-progress__stages span.is-active {
  color: var(--nf-blue);
}

.nfcpf-progress__stages span.is-active::after {
  position: absolute;
  right: 15%;
  bottom: -1px;
  left: 15%;
  height: 2px;
  content: "";
  background: var(--nf-blue);
}

.nfcpf-question {
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
  padding: 42px 0 20px;
  opacity: 0;
  transform: translateY(7px);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.nfcpf-question.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.nfcpf-question__heading {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 17px;
  align-items: start;
  margin-bottom: 26px;
}

.nfcpf-question__number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  background: var(--nf-blue);
  box-shadow: 0 9px 20px rgba(3, 74, 215, 0.2);
}

.nfcpf-question__heading h3 {
  margin: 0;
  color: var(--nf-ink);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.nfcpf-question__heading p {
  margin: 8px 0 0;
  color: var(--nf-muted);
  font-size: 15px;
}

.nfcpf-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.nfcpf-options--domains {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nfcpf-option {
  position: relative;
  display: grid;
  min-height: 92px;
  padding: 15px 46px 15px 15px;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  border: 1px solid #dbe3f1;
  border-radius: 17px;
  color: var(--nf-text);
  text-align: left;
  background: #fff;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.nfcpf-option:hover {
  border-color: color-mix(in srgb, var(--nf-blue) 45%, #dbe3f1);
  color: var(--nf-text);
  background: linear-gradient(135deg, #fbfcff, color-mix(in srgb, var(--nf-blue) 5%, #fff));
  box-shadow: 0 14px 28px color-mix(in srgb, var(--nf-blue) 13%, transparent);
  transform: translateY(-3px);
}

.nfcpf-option.is-selected {
  border-color: var(--nf-blue);
  background: linear-gradient(135deg, color-mix(in srgb, var(--nf-blue) 7%, #fff), color-mix(in srgb, var(--nf-blue-2) 6%, #fff));
  box-shadow: inset 0 0 0 1px var(--nf-blue), 0 14px 30px color-mix(in srgb, var(--nf-blue) 16%, transparent);
}

.nfcpf-option__icon {
  display: grid;
  min-width: 58px;
  height: 58px;
  padding: 0 9px;
  place-items: center;
  border: 1px solid #d6e2fa;
  border-radius: 16px;
  color: var(--nf-blue);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -0.02em;
  background: linear-gradient(145deg, #f2f6ff, #eef1ff);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

.nfcpf-option.is-selected .nfcpf-option__icon {
  border-color: var(--nf-blue);
  color: #fff;
  background: linear-gradient(135deg, var(--nf-blue), var(--nf-blue-2));
  box-shadow: 0 9px 20px color-mix(in srgb, var(--nf-blue) 28%, transparent);
}

.nfcpf-option__copy {
  display: grid;
}

.nfcpf-option__copy strong {
  color: #202a43;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.nfcpf-option__copy small {
  margin-top: 3px;
  color: var(--nf-muted);
  font-size: 11px;
}

.nfcpf-option__check {
  position: absolute;
  top: 50%;
  right: 14px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 1px solid #d8dfeb;
  border-radius: 50%;
  color: transparent;
  font-size: 10px;
  transform: translateY(-50%);
}

.nfcpf-option.is-selected .nfcpf-option__check {
  border-color: var(--nf-blue);
  color: #fff;
  background: var(--nf-blue);
}

.nfcpf-input-wrap,
.nfcpf-phone label {
  display: grid;
  gap: 8px;
  color: #3b4660;
  font-size: 12px;
  font-weight: 800;
}

.nfcpf-input-wrap {
  position: relative;
  max-width: 650px;
  margin: 18px auto 28px;
}

.nfcpf-input-wrap input,
.nfcpf-phone input,
.nfcpf-phone select {
  width: 100%;
  height: 58px;
  padding: 0 16px;
  border: 1px solid var(--nf-line);
  border-radius: 13px;
  outline: none;
  color: var(--nf-ink);
  font-size: 17px;
  font-weight: 650;
  background: #fff;
  box-shadow: 0 8px 24px rgba(14, 35, 78, 0.05);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.nfcpf-input-wrap input:focus,
.nfcpf-phone input:focus,
.nfcpf-phone select:focus {
  border-color: var(--nf-blue);
  box-shadow: 0 0 0 4px rgba(3, 74, 215, 0.1);
}

.nfcpf-input-wrap i {
  position: absolute;
  right: 18px;
  bottom: 17px;
  color: var(--nf-blue);
  font-style: normal;
  font-weight: 900;
}

.nfcpf-phone {
  display: grid;
  max-width: 760px;
  margin: 16px auto 26px;
  grid-template-columns: minmax(240px, 0.85fr) minmax(280px, 1.15fr);
  gap: 12px;
}

.nfcpf-consent {
  max-width: 810px;
  margin: 2px auto;
  padding: 20px;
  border: 1px solid #dce5f4;
  border-radius: 16px;
  background: #f8faff;
}

.nfcpf-check {
  position: relative;
  display: grid;
  padding: 13px 14px 13px 48px;
  border: 1px solid #dfe7f5;
  border-radius: 12px;
  cursor: pointer;
  background: #fff;
}

.nfcpf-check + .nfcpf-check {
  margin-top: 9px;
}

.nfcpf-check input {
  position: absolute;
  opacity: 0;
}

.nfcpf-check > span {
  position: absolute;
  top: 14px;
  left: 14px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid #c8d2e4;
  border-radius: 6px;
  color: transparent;
  font-size: 12px;
  background: #fff;
}

.nfcpf-check input:checked + span {
  border-color: var(--nf-blue);
  color: #fff;
  background: var(--nf-blue);
}

.nfcpf-check strong {
  color: #2b3650;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.nfcpf-check em {
  color: #8992a6;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
}

.nfcpf-check--optional {
  opacity: 0.9;
}

.nfcpf-consent > p {
  margin: 13px 2px 0;
  color: #7a8499;
  font-size: 11px;
  line-height: 1.5;
}

.nfcpf-consent a {
  color: var(--nf-blue);
  text-decoration: underline;
}

.nfcpf-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.nfcpf-turnstile {
  width: 100%;
  min-height: 65px;
  margin-top: 14px;
}

.nfcpf-security-test {
  display: flex;
  margin-top: 14px;
  padding: 12px 14px;
  gap: 11px;
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--nf-cyan) 45%, #dce5f4);
  border-radius: 12px;
  color: #29405f;
  background: linear-gradient(135deg, #f3fbff, #f1f3ff);
}

.nfcpf-security-test > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, var(--nf-blue), var(--nf-blue-2));
}

.nfcpf-security-test div { display: grid; }
.nfcpf-security-test b { font-size: 12px; }
.nfcpf-security-test small { color: #738099; font-size: 10px; }

.nfcpf-actions {
  display: flex;
  width: min(920px, calc(100% - 48px));
  margin: 3px auto 0;
  align-items: center;
  justify-content: space-between;
  padding-top: 17px;
  border-top: 1px solid #edf0f6;
}

.nfcpf-actions__hint {
  color: #8a93a7;
  font-size: 12px;
}

.nfcpf-error {
  width: min(920px, calc(100% - 48px));
  margin: 0 auto 8px;
  padding: 11px 14px;
  border: 1px solid #f0ce7a;
  border-radius: 10px;
  color: #76510a;
  font-size: 13px;
  font-weight: 700;
  background: #fff9e8;
}

.nfcpf-app__loading {
  display: flex;
  min-height: 510px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  text-align: center;
  background: radial-gradient(circle at center, #f0f6ff, #fff 62%);
}

.nfcpf-loader {
  position: relative;
  display: grid;
  width: 105px;
  height: 105px;
  margin-bottom: 24px;
  place-items: center;
  border: 1px solid #cfe0ff;
  border-radius: 50%;
}

.nfcpf-loader::before,
.nfcpf-loader::after {
  position: absolute;
  content: "";
  border: 2px solid transparent;
  border-top-color: var(--nf-blue);
  border-radius: 50%;
  animation: nfcpf-spin 1.25s linear infinite;
}

.nfcpf-loader::before {
  inset: 7px;
}

.nfcpf-loader::after {
  inset: 18px;
  border-top-color: var(--nf-cyan);
  animation-direction: reverse;
}

.nfcpf-loader span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--nf-blue);
  box-shadow: 0 0 12px var(--nf-blue);
}

.nfcpf-app__loading h3 {
  margin: 0 0 7px;
  color: var(--nf-ink);
  font-size: 29px;
  font-weight: 850;
}

.nfcpf-app__loading p {
  margin: 0;
  color: var(--nf-muted);
}

.nfcpf-app__results {
  padding: clamp(30px, 5vw, 58px);
  background: #f6f8fc;
}

.nfcpf-results__hero {
  max-width: 820px;
  margin: 0 auto 27px;
  text-align: center;
}

.nfcpf-results__hero h3 {
  margin: 14px 0 10px;
  color: var(--nf-ink);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 850;
  line-height: 1.09;
  letter-spacing: -0.035em;
}

.nfcpf-results__hero > p {
  max-width: 700px;
  margin: 0 auto;
  color: var(--nf-muted);
}

.nfcpf-results__summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 18px;
}

.nfcpf-results__summary span {
  padding: 7px 10px;
  border: 1px solid #dce5f3;
  border-radius: 999px;
  color: #657088;
  font-size: 11px;
  background: #fff;
}

.nfcpf-results__summary b {
  color: var(--nf-blue);
}

.nfcpf-results__confirm-link {
  display: inline-flex;
  margin-top: 15px;
  padding: 9px 13px;
  gap: 8px;
  align-items: center;
  border-radius: 10px;
  color: var(--nf-blue);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  background: #eaf0ff;
}

.nfcpf-funding-note {
  display: grid;
  width: min(900px, 100%);
  margin: 0 auto 34px;
  padding: 17px 19px;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  border: 1px solid #cfe0ff;
  border-radius: 15px;
  background: linear-gradient(135deg, #fff, #edf4ff);
}

.nfcpf-funding-note > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  background: var(--nf-blue);
}

.nfcpf-funding-note strong {
  display: block;
  color: var(--nf-ink);
  font-size: 14px;
}

.nfcpf-funding-note p {
  margin: 3px 0 0;
  color: #626e87;
  font-size: 12px;
}

.nfcpf-results__title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin: 0 0 14px;
}

.nfcpf-results__title span {
  color: var(--nf-blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nfcpf-results__title h4 {
  margin: 2px 0 0;
  color: var(--nf-ink);
  font-size: 25px;
  font-weight: 850;
}

.nfcpf-results__title small {
  color: #8e97a9;
  font-size: 11px;
}

.nfcpf-results__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.nfcpf-result-card {
  position: relative;
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #dfe6f1;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(21, 43, 88, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nfcpf-result-card:hover {
  box-shadow: 0 18px 38px rgba(21, 43, 88, 0.13);
  transform: translateY(-4px);
}

.nfcpf-result-card.is-best {
  border-color: #8fb5ff;
  box-shadow: 0 17px 45px rgba(3, 74, 215, 0.15);
}

.nfcpf-result-card__media {
  position: relative;
  display: grid;
  height: 145px;
  place-items: center;
  overflow: hidden;
  color: var(--nf-blue);
  font-size: 25px;
  font-weight: 900;
  background: linear-gradient(145deg, #edf4ff, #f8fbff);
}

.nfcpf-result-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nfcpf-result-card__media > b {
  position: absolute;
  top: 10px;
  left: 10px;
  display: grid;
  min-width: 30px;
  height: 30px;
  padding: 0 7px;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  font-size: 12px;
  background: rgba(6, 17, 43, 0.87);
  backdrop-filter: blur(8px);
}

.nfcpf-result-card__media > em {
  position: absolute;
  right: 9px;
  bottom: 9px;
  padding: 5px 8px;
  border-radius: 7px;
  color: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: var(--nf-blue);
}

.nfcpf-result-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 17px;
}

.nfcpf-match {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-bottom: 9px;
}

.nfcpf-match > span {
  width: 48px;
  height: 5px;
  overflow: hidden;
  border-radius: 99px;
  background: #e5ebf5;
}

.nfcpf-match i {
  display: block;
  width: var(--match);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--nf-blue), var(--nf-cyan));
}

.nfcpf-match strong {
  color: var(--nf-blue);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.nfcpf-result-card h5 {
  margin: 0 0 9px;
  color: var(--nf-ink);
  font-size: 17px;
  font-weight: 850;
  line-height: 1.22;
}

.nfcpf-result-card__why {
  margin: 0 0 12px;
  color: #69738a;
  font-size: 12px;
  line-height: 1.45;
}

.nfcpf-result-card__why b {
  color: #37445e;
}

.nfcpf-result-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: auto 0 13px;
  padding: 0;
  list-style: none;
}

.nfcpf-result-card li {
  padding: 4px 7px;
  border-radius: 6px;
  color: #667187;
  font-size: 9px;
  font-weight: 750;
  background: #f0f4fa;
}

.nfcpf-card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 11px;
  border-top: 1px solid #edf0f5;
  color: var(--nf-blue);
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

.nfcpf-card-link:hover {
  color: #002d94;
}

.nfcpf-related {
  margin-top: 40px;
}

.nfcpf-related__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.nfcpf-related article {
  display: grid;
  padding: 14px;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  border: 1px solid #dfe6f1;
  border-radius: 13px;
  background: #fff;
}

.nfcpf-related article span {
  color: var(--nf-blue);
  font-size: 9px;
  font-weight: 850;
}

.nfcpf-related article h5 {
  margin: 2px 0 4px;
  color: var(--nf-ink);
  font-size: 14px;
  font-weight: 800;
}

.nfcpf-related article p {
  margin: 0;
  color: #788197;
  font-size: 10px;
}

.nfcpf-related article > a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  background: var(--nf-blue);
}

.nfcpf-results__footer {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
  padding: 18px 20px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--nf-ink), #102e68);
}

.nfcpf-results__footer div {
  display: grid;
}

.nfcpf-results__footer strong {
  font-size: 14px;
}

.nfcpf-results__footer span {
  color: #b8c5df;
  font-size: 11px;
}

.nfcpf-secondary {
  flex: 0 0 auto;
  min-height: 43px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.nfcpf-secondary:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.nfcpf-live {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.nfcpf-sticky {
  position: fixed;
  top: var(--nf-sticky-top, 52%);
  right: 0;
  z-index: 900;
  display: flex;
  width: var(--nf-sticky-width, 238px);
  max-width: calc(100vw - 12px);
  min-height: 86px;
  padding: 12px 13px;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-right: 0;
  border-radius: 24px 0 0 24px;
  color: var(--nf-sticky-text, #fff);
  font-family: "Assistant", Arial, sans-serif;
  font-size: 13px;
  font-weight: 850;
  text-align: left;
  background: linear-gradient(125deg, var(--nf-sticky-start, var(--nf-blue)), var(--nf-sticky-end, var(--nf-blue-2)));
  box-shadow: 0 18px 48px color-mix(in srgb, var(--nf-blue) 42%, transparent), 0 0 30px color-mix(in srgb, var(--nf-cyan) 20%, transparent);
  transform: translateY(-50%);
  transition: width 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.nfcpf-sticky:hover {
  width: min(calc(var(--nf-sticky-width, 238px) + 12px), calc(100vw - 12px));
  color: var(--nf-sticky-text, #fff);
  background: linear-gradient(125deg, var(--nf-sticky-hover-start, #2144e8), var(--nf-sticky-hover-end, #5d2de0));
  box-shadow: 0 21px 55px color-mix(in srgb, var(--nf-blue) 50%, transparent), 0 0 38px color-mix(in srgb, var(--nf-cyan) 28%, transparent);
  transform: translateY(-50%) translateX(-2px);
}

.nfcpf-sticky--left {
  right: auto;
  left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.42);
  border-left: 0;
  border-radius: 0 24px 24px 0;
}

.nfcpf-sticky--left:hover {
  transform: translateY(-50%) translateX(2px);
}

.nfcpf-sticky__icon {
  display: grid;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  color: #fff;
  font-size: 21px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.08), 0 8px 18px rgba(7, 17, 38, 0.16);
}

.nfcpf-sticky__copy {
  display: grid;
  flex: 1;
  min-width: 0;
  line-height: 1.15;
}

.nfcpf-sticky__copy b { color: var(--nf-sticky-text, #fff); font-size: 13px; }
.nfcpf-sticky__copy small { margin-top: 5px; color: rgba(255, 255, 255, 0.72); font-size: 10px; font-weight: 600; }
.nfcpf-sticky__badge { position: absolute; top: -9px; left: 17px; padding: 4px 8px; border: 2px solid #fff; border-radius: 99px; color: #10214d; font-size: 9px; line-height: 1; background: var(--nf-cyan); box-shadow: 0 5px 13px rgba(0,0,0,.16); }

.nfcpf-modal[hidden] {
  display: none;
}

.nfcpf-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  padding: 26px;
  place-items: center;
}

.nfcpf-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 8, 23, 0.78);
  backdrop-filter: blur(11px);
  animation: nfcpf-fade 0.22s ease both;
}

.nfcpf-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  min-width: 0;
  max-height: calc(100vh - 52px);
  overflow: auto;
  border-radius: 26px;
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.5);
  animation: nfcpf-modal-in 0.28s ease both;
}

.nfcpf-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 20;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  background: rgba(5, 15, 37, 0.76);
  backdrop-filter: blur(7px);
}

body.nfcpf-modal-open {
  overflow: hidden;
}

.nfcpf-confirmation {
  display: flex;
  width: min(720px, 100%);
  min-height: 520px;
  margin: 0 auto;
  padding: clamp(32px, 6vw, 70px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.nfcpf-confirmation__icon {
  display: grid;
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 24px;
  color: #fff;
  font-size: 30px;
  background: linear-gradient(135deg, var(--nf-blue), var(--nf-blue-2));
  box-shadow: 0 18px 40px color-mix(in srgb, var(--nf-blue) 28%, transparent);
}

.nfcpf-confirmation h3 {
  margin: 16px 0 10px;
  color: var(--nf-ink);
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1.08;
}

.nfcpf-confirmation > p {
  max-width: 610px;
  margin: 0 0 24px;
  color: var(--nf-muted);
  font-size: 17px;
}

.nfcpf-confirmation__profile {
  display: grid;
  width: 100%;
  margin-bottom: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.nfcpf-confirmation__profile span {
  display: grid;
  padding: 14px;
  border: 1px solid var(--nf-line);
  border-radius: 13px;
  color: #45516a;
  background: #f7f9fd;
}

.nfcpf-confirmation__profile b {
  color: var(--nf-blue);
  font-size: 10px;
  text-transform: uppercase;
}

.nfcpf-restart-link {
  margin-top: 13px;
  padding: 6px;
  border: 0;
  color: var(--nf-blue);
  font-weight: 750;
  background: transparent;
}

@keyframes nfcpf-spin {
  to { transform: rotate(360deg); }
}

@keyframes nfcpf-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes nfcpf-modal-in {
  from { opacity: 0; transform: translateY(16px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 980px) {
  .nfcpf-app__intro {
    grid-template-columns: 0.75fr 1.25fr;
  }

  .nfcpf-intro__content {
    padding: 42px;
  }

  .nfcpf-options--domains,
  .nfcpf-results__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .nfcpf-section {
    padding: 58px 14px 80px;
    width: 100%;
    max-width: 100%;
  }

  .nfcpf-section h2 {
    font-size: 37px;
  }

  .nfcpf-section__lead {
    margin-bottom: 25px;
    font-size: 16px;
  }

  .nfcpf-app,
  .nfcpf-modal__dialog {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-radius: 19px;
  }

  .nfcpf-app__intro {
    grid-template-columns: 1fr;
  }

  .nfcpf-intro__visual {
    min-height: 215px;
  }

  .nfcpf-intro__visual::before {
    width: 280px;
    height: 280px;
  }

  .nfcpf-intro__visual::after {
    width: 180px;
    height: 180px;
  }

  .nfcpf-intro__brain {
    width: 92px;
    height: 92px;
    border-radius: 26px;
    font-size: 29px;
  }

  .nfcpf-orbit--one {
    width: 210px;
    height: 120px;
  }

  .nfcpf-orbit--two {
    width: 120px;
    height: 220px;
  }

  .nfcpf-intro__content {
    padding: 29px 23px 33px;
  }

  .nfcpf-intro__content h3 {
    font-size: 30px;
  }

  .nfcpf-intro__content > p {
    font-size: 15px;
  }

  .nfcpf-intro__content ul {
    margin: 18px 0 22px;
  }

  .nfcpf-intro__content .nfcpf-primary {
    width: 100%;
  }

  .nfcpf-progress {
    padding: 18px 17px 0;
  }

  .nfcpf-progress__stages {
    display: none;
  }

  .nfcpf-progress__track {
    margin-bottom: 0;
  }

  .nfcpf-question {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    min-width: 0;
    padding-top: 28px;
  }

  .nfcpf-question__heading,
  .nfcpf-question__heading > div,
  .nfcpf-option,
  .nfcpf-option__copy,
  .nfcpf-consent,
  .nfcpf-check {
    min-width: 0;
    max-width: 100%;
  }

  .nfcpf-question__heading h3,
  .nfcpf-question__heading p,
  .nfcpf-option__copy strong,
  .nfcpf-check strong {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .nfcpf-question__heading {
    gap: 11px;
    margin-bottom: 20px;
  }

  .nfcpf-question__number {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .nfcpf-question__heading h3 {
    font-size: 25px;
  }

  .nfcpf-question__heading p {
    font-size: 13px;
  }

  .nfcpf-options,
  .nfcpf-options--domains,
  .nfcpf-phone,
  .nfcpf-related__grid {
    grid-template-columns: 1fr;
  }

  .nfcpf-option {
    min-height: 82px;
  }

  .nfcpf-actions,
  .nfcpf-error {
    width: calc(100% - 32px);
  }

  .nfcpf-actions {
    gap: 12px;
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .nfcpf-actions .nfcpf-primary {
    width: 100%;
  }

  .nfcpf-actions__hint {
    text-align: center;
  }

  .nfcpf-app__results {
    padding: 28px 14px;
  }

  .nfcpf-results__grid {
    grid-template-columns: 1fr;
  }

  .nfcpf-result-card {
    display: grid;
    grid-template-columns: 118px 1fr;
  }

  .nfcpf-result-card__media {
    height: 100%;
    min-height: 205px;
  }

  .nfcpf-result-card__media > em {
    display: none;
  }

  .nfcpf-result-card__body {
    padding: 14px;
  }

  .nfcpf-results__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .nfcpf-sticky {
    top: auto;
    right: 12px;
    left: auto;
    bottom: var(--nf-sticky-mobile-bottom, 92px);
    width: min(var(--nf-sticky-width, 238px), calc(100vw - 24px));
    max-width: calc(100vw - 24px);
    height: auto;
    padding: 10px 14px;
    flex-direction: row;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    font-size: 12px;
    transform: none;
  }

  .nfcpf-sticky:hover { width: min(var(--nf-sticky-width, 238px), calc(100vw - 24px)); transform: translateY(-2px); }
  .nfcpf-sticky__icon { width: 42px; height: 42px; border-radius: 13px; }

  .nfcpf-sticky--mobile-compact {
    width: 58px;
    min-width: 58px;
    height: 58px;
    min-height: 58px;
    padding: 7px;
    border-radius: 19px;
  }

  .nfcpf-sticky--mobile-compact:hover {
    width: 58px;
  }

  .nfcpf-sticky--mobile-compact .nfcpf-sticky__copy,
  .nfcpf-sticky--mobile-compact .nfcpf-sticky__badge {
    display: none;
  }

  .nfcpf-sticky--mobile-compact .nfcpf-sticky__icon {
    width: 44px;
    height: 44px;
  }

  .nfcpf-sticky--mobile-hidden {
    display: none;
  }

  .nfcpf-modal {
    padding: 0;
  }

  .nfcpf-modal__dialog {
    width: 100%;
    max-height: 100vh;
    border-radius: 0;
  }

  .nfcpf-modal__dialog .nfcpf-app {
    min-height: 100vh;
    border-radius: 0;
  }

  .nfcpf-confirmation {
    min-height: 100vh;
    padding: 34px 18px;
  }

  .nfcpf-confirmation__profile {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 440px) {
  .nfcpf-section h2 {
    font-size: 33px;
  }

  .nfcpf-results__summary {
    align-items: stretch;
    flex-direction: column;
  }

  .nfcpf-result-card {
    grid-template-columns: 96px 1fr;
  }

  .nfcpf-result-card h5 {
    font-size: 15px;
  }

  .nfcpf-result-card__why {
    font-size: 11px;
  }

  .nfcpf-funding-note {
    align-items: start;
  }
}

/* Isolation from Elementor Kit global button colors and borders. */
.nfcpf-section .nfcpf-primary,
.nfcpf-modal .nfcpf-primary,
.nfcpf-section .nfcpf-secondary,
.nfcpf-modal .nfcpf-secondary,
.nfcpf-section .nfcpf-option,
.nfcpf-modal .nfcpf-option,
.nfcpf-section .nfcpf-back,
.nfcpf-modal .nfcpf-back,
.nfcpf-sticky {
  appearance: none;
  text-decoration: none;
  text-shadow: none;
}

.nfcpf-section .nfcpf-primary,
.nfcpf-modal .nfcpf-primary {
  display: inline-flex;
  min-height: 52px;
  padding: 12px 22px;
  gap: 18px;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  border-radius: 15px;
  color: #fff !important;
  font-weight: 800;
  line-height: 1.2;
  opacity: 1 !important;
  filter: none !important;
  background: linear-gradient(120deg, var(--nf-blue) 0%, var(--nf-blue-2) 58%, var(--nf-cyan) 135%) !important;
}

.nfcpf-section .nfcpf-primary:hover,
.nfcpf-modal .nfcpf-primary:hover,
.nfcpf-section .nfcpf-primary:focus,
.nfcpf-modal .nfcpf-primary:focus {
  border: 0 !important;
  color: #fff !important;
  opacity: 1 !important;
  filter: none !important;
  background: linear-gradient(120deg, var(--nf-blue) 0%, var(--nf-blue-2) 62%, var(--nf-cyan) 145%) !important;
}

.nfcpf-section .nfcpf-primary--start,
.nfcpf-modal .nfcpf-primary--start {
  min-height: 58px;
  padding: 8px 10px;
  gap: 13px;
}

.nfcpf-section .nfcpf-option,
.nfcpf-modal .nfcpf-option {
  position: relative;
  display: grid;
  min-height: 92px;
  padding: 15px 46px 15px 15px;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  border-color: #dbe3f1 !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 17px;
  color: var(--nf-text) !important;
  line-height: 1.25;
  text-align: left;
  opacity: 1 !important;
  filter: none !important;
  background: #fff !important;
}

.nfcpf-section .nfcpf-option:hover,
.nfcpf-modal .nfcpf-option:hover {
  border-color: var(--nf-blue) !important;
  color: var(--nf-text) !important;
  background: linear-gradient(135deg, #fbfcff, #f1f5ff) !important;
}

.nfcpf-section .nfcpf-option.is-selected,
.nfcpf-modal .nfcpf-option.is-selected {
  border-color: var(--nf-blue) !important;
  color: var(--nf-text) !important;
  background: linear-gradient(135deg, #eef3ff, #f5f0ff) !important;
}

.nfcpf-section .nfcpf-back,
.nfcpf-modal .nfcpf-back,
.nfcpf-section .nfcpf-back:hover,
.nfcpf-modal .nfcpf-back:hover {
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  border: 0 !important;
  border-radius: 14px;
  color: #fff !important;
  opacity: 1 !important;
  filter: none !important;
  background: linear-gradient(135deg, var(--nf-blue), var(--nf-blue-2)) !important;
}

.nfcpf-sticky,
.nfcpf-sticky:hover,
.nfcpf-sticky:focus {
  display: flex;
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--nf-sticky-text, #fff) !important;
  opacity: 1 !important;
  filter: none !important;
}

.nfcpf-sticky {
  background: linear-gradient(125deg, var(--nf-sticky-start, var(--nf-blue)), var(--nf-sticky-end, var(--nf-blue-2))) !important;
}

.nfcpf-sticky:hover,
.nfcpf-sticky:focus {
  background: linear-gradient(125deg, var(--nf-sticky-hover-start, #2144e8), var(--nf-sticky-hover-end, #5d2de0)) !important;
}

.nfcpf-modal .nfcpf-modal__close,
.nfcpf-modal .nfcpf-modal__close:hover,
.nfcpf-modal .nfcpf-modal__close:focus {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: #fff !important;
  opacity: 1 !important;
  filter: none !important;
  background: linear-gradient(135deg, var(--nf-blue), var(--nf-blue-2)) !important;
}

@media (max-width: 760px) {
  .nfcpf-section .nfcpf-option,
  .nfcpf-modal .nfcpf-option {
    min-height: 82px;
  }

  .nfcpf-section .nfcpf-actions .nfcpf-primary,
  .nfcpf-modal .nfcpf-actions .nfcpf-primary,
  .nfcpf-section .nfcpf-intro__content .nfcpf-primary,
  .nfcpf-modal .nfcpf-intro__content .nfcpf-primary {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nfcpf-section *,
  .nfcpf-modal * {
    scroll-behavior: auto;
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
    transition-duration: 0.01ms;
  }
}
