.nord-page {
  --nord-blue: #3975f6;
  --nord-blue-dark: #1654d1;
  --nord-ink: #071a34;
  --nord-muted: #586b83;
  --nord-line: #dbe6f3;
  --nord-soft: #f3f7ff;
  --nord-green: #0d8a68;
  --nord-amber: #b96808;
}

.nord-page .article-hero-copy h1 {
  max-width: 820px;
  font-size: clamp(38px, 5vw, 64px);
}

.nord-page .article-lead {
  max-width: 780px;
}

.nord-page .nord-hero-card {
  overflow: hidden;
}

.nord-page .nord-hero-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 1198 / 627;
  object-fit: cover;
  background: var(--nord-soft);
}

.nord-page .nord-hero-card .review-score {
  position: relative;
  z-index: 2;
  margin-top: -24px;
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(12px);
}

.nord-author-line {
  display: flex;
  gap: 11px;
  align-items: center;
  margin: 20px 0 0;
  color: var(--nord-muted);
  font-size: 14px;
}

.nord-author-line img {
  width: 42px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(10, 35, 70, .15);
  object-fit: cover;
}

.nord-author-line strong {
  display: block;
  color: var(--nord-ink);
}

.nord-rating-list {
  margin: 0;
  padding: 0 22px 22px;
  list-style: none;
}

.nord-rating-list li {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  padding: 11px 0;
  border-bottom: 1px solid var(--nord-line);
}

.nord-rating-list li:last-child {
  border-bottom: 0;
}

.nord-rating-list span {
  color: var(--nord-muted);
  font-size: 13px;
  font-weight: 800;
}

.nord-rating-list strong {
  color: var(--nord-ink);
  text-align: right;
}

.nord-affiliate-note,
.nord-fact-note,
.nord-warning,
.nord-success {
  margin: 22px 0;
  padding: 18px 20px;
  border: 1px solid var(--nord-line);
  border-left: 4px solid var(--nord-blue);
  border-radius: 8px;
  background: #f7faff;
}

.nord-affiliate-note p,
.nord-fact-note p,
.nord-warning p,
.nord-success p {
  margin: 5px 0 0;
}

.nord-warning {
  border-left-color: #d98212;
  background: #fff9ef;
}

.nord-success {
  border-left-color: var(--nord-green);
  background: #effaf6;
}

.nord-snapshot,
.nord-procon,
.nord-feature-grid,
.nord-score-grid,
.nord-scenario-grid,
.nord-step-grid,
.nord-author-grid {
  display: grid;
  gap: 16px;
  margin: 22px 0;
}

.nord-snapshot {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nord-procon,
.nord-feature-grid,
.nord-scenario-grid,
.nord-author-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nord-score-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nord-step-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  counter-reset: nord-step;
}

.nord-stat,
.nord-card,
.nord-score-item,
.nord-step,
.nord-author-card,
.nord-tool,
.nord-table-wrap,
.nord-cta {
  border: 1px solid var(--nord-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(9, 38, 75, .07);
}

.nord-stat {
  padding: 17px;
  background: linear-gradient(145deg, #f2f7ff, #fff);
}

.nord-stat span,
.nord-label {
  display: block;
  color: var(--nord-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.nord-stat strong {
  display: block;
  margin-top: 7px;
  color: var(--nord-ink);
  font-size: clamp(22px, 3vw, 29px);
  line-height: 1.1;
}

.nord-stat small {
  display: block;
  margin-top: 5px;
  color: var(--nord-muted);
  line-height: 1.35;
}

.nord-card,
.nord-score-item,
.nord-step,
.nord-author-card {
  padding: 22px;
}

.nord-card h3,
.nord-score-item h3,
.nord-step h3,
.nord-author-card h3 {
  margin-top: 0;
}

.nord-card ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.nord-card li {
  margin: 8px 0;
}

.nord-card--good {
  border-color: rgba(13, 138, 104, .3);
  background: linear-gradient(180deg, #effaf6, #fff);
}

.nord-card--watch {
  border-color: rgba(185, 104, 8, .3);
  background: linear-gradient(180deg, #fff8ee, #fff);
}

.nord-card--featured {
  border-color: rgba(57, 117, 246, .35);
  background: linear-gradient(180deg, #edf4ff, #fff);
}

.nord-score-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 15px;
  align-items: start;
}

.nord-score-item b {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  color: #fff;
  border-radius: 50%;
  background: var(--nord-blue);
  font-size: 18px;
}

.nord-score-item p {
  margin: 6px 0 0;
  color: var(--nord-muted);
  font-size: 14px;
}

.nord-tool {
  overflow: hidden;
  margin: 28px 0;
}

.nord-tool__head {
  padding: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 10%, rgba(255,255,255,.19), transparent 34%),
    linear-gradient(135deg, #143e91, #3975f6);
}

.nord-tool__head .nord-label {
  color: #dbe8ff;
}

.nord-tool__head h2,
.nord-tool__head h3 {
  margin: 7px 0 8px;
  color: #fff;
}

.nord-tool__head p {
  max-width: 760px;
  margin: 0;
  color: #e8f0ff;
}

.nord-tool__body {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 24px;
  padding: 24px;
}

.nord-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.nord-field {
  display: grid;
  gap: 7px;
}

.nord-field label,
.nord-checks legend {
  color: var(--nord-ink);
  font-size: 14px;
  font-weight: 850;
}

.nord-field input,
.nord-field select {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #b9cadf;
  border-radius: 7px;
  color: var(--nord-ink);
  background: #fff;
  font: inherit;
}

.nord-field input:focus,
.nord-field select:focus {
  outline: 3px solid rgba(57, 117, 246, .2);
  border-color: var(--nord-blue);
}

.nord-checks {
  grid-column: 1 / -1;
  display: grid;
  gap: 10px;
  margin: 4px 0 0;
  padding: 0;
  border: 0;
}

.nord-checks label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #2d435e;
  font-size: 14px;
}

.nord-checks input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--nord-blue);
}

.nord-tool__result {
  padding: 22px;
  border-radius: 8px;
  background: var(--nord-soft);
}

.nord-tool__result > span {
  color: var(--nord-muted);
  font-size: 13px;
  font-weight: 800;
}

.nord-tool__result h3 {
  margin: 6px 0 15px;
}

.nord-result-grid {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.nord-result-row {
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6e3f3;
}

.nord-result-row span {
  color: var(--nord-muted);
  font-size: 13px;
}

.nord-result-row strong {
  color: var(--nord-ink);
  text-align: right;
}

.nord-recommendation {
  margin: 15px 0;
  padding: 13px 14px;
  border-left: 3px solid var(--nord-blue);
  background: #fff;
  font-size: 14px;
}

.nord-tool__fineprint {
  padding: 0 24px 22px;
  color: var(--nord-muted);
  font-size: 12px;
  line-height: 1.55;
}

.nord-table-wrap {
  overflow-x: auto;
  margin: 22px 0;
}

.nord-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.nord-table caption {
  padding: 16px 18px 5px;
  color: var(--nord-muted);
  text-align: left;
  font-size: 13px;
}

.nord-table th,
.nord-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--nord-line);
  text-align: left;
  vertical-align: top;
}

.nord-table thead th {
  color: var(--nord-ink);
  background: #eff5ff;
  font-size: 14px;
}

.nord-table tbody th {
  color: var(--nord-ink);
  font-size: 14px;
}

.nord-table td {
  color: #334a65;
  font-size: 14px;
}

.nord-table tr:last-child th,
.nord-table tr:last-child td {
  border-bottom: 0;
}

.nord-price {
  color: var(--nord-ink);
  font-size: 19px;
  font-weight: 900;
  white-space: nowrap;
}

.nord-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 3px 8px;
  color: #1547a8;
  border-radius: 999px;
  background: #e8f0ff;
  font-size: 11px;
  font-weight: 900;
}

.nord-badge--green {
  color: #087054;
  background: #e5f8f1;
}

.nord-step {
  position: relative;
  padding-top: 58px;
}

.nord-step::before {
  counter-increment: nord-step;
  content: counter(nord-step);
  position: absolute;
  top: 20px;
  left: 22px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  background: var(--nord-blue);
  font-size: 14px;
  font-weight: 900;
}

.nord-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin: 28px 0;
  padding: 23px;
  border-color: rgba(57, 117, 246, .3);
  background: linear-gradient(135deg, #edf4ff, #fff);
}

.nord-cta strong {
  display: block;
  color: var(--nord-ink);
  font-size: 21px;
}

.nord-cta p {
  margin: 5px 0 0;
  color: var(--nord-muted);
}

.nord-image {
  overflow: hidden;
  margin: 24px 0;
  border: 1px solid var(--nord-line);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(9, 38, 75, .06);
}

.nord-image img {
  display: block;
  width: 100%;
  aspect-ratio: 900 / 370;
  object-fit: cover;
  background: var(--nord-soft);
}

.nord-image figcaption {
  padding: 13px 17px;
  color: var(--nord-muted);
  font-size: 13px;
}

.nord-author-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 17px;
  align-items: start;
}

.nord-author-card img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}

.nord-author-card p {
  margin: 6px 0 0;
  color: var(--nord-muted);
  font-size: 14px;
}

.nord-source-list {
  margin: 16px 0 0;
  padding-left: 20px;
}

.nord-source-list li {
  margin: 9px 0;
  color: var(--nord-muted);
}

.nord-keyword-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 17px 0 0;
}

.article-content .nord-keyword-nav a {
  padding: 7px 10px;
  color: #214c8b;
  border: 1px solid #cbdcf1;
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.nord-mobile-cta {
  display: none;
}

.nord-noscript {
  margin: 0 24px 22px;
  padding: 14px;
  border: 1px solid #e5c47c;
  border-radius: 7px;
  background: #fff9e8;
}

@media (max-width: 1050px) {
  .nord-score-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nord-tool__body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .nord-snapshot,
  .nord-procon,
  .nord-feature-grid,
  .nord-score-grid,
  .nord-scenario-grid,
  .nord-step-grid,
  .nord-author-grid,
  .nord-cta {
    grid-template-columns: 1fr;
  }

  .nord-cta .button {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .nord-page {
    padding-bottom: 72px;
  }

  .nord-page .article-hero-copy h1 {
    font-size: 37px;
  }

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

  .nord-stat,
  .nord-card,
  .nord-score-item,
  .nord-step,
  .nord-author-card,
  .nord-tool__head,
  .nord-tool__body,
  .nord-cta {
    padding: 18px;
  }

  .nord-form-grid {
    grid-template-columns: 1fr;
  }

  .nord-checks {
    grid-column: auto;
  }

  .nord-table {
    min-width: 640px;
  }

  .nord-mobile-cta {
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 40;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    padding: 9px 10px 9px 14px;
    border: 1px solid rgba(57, 117, 246, .35);
    border-radius: 11px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 12px 34px rgba(8, 35, 73, .22);
    backdrop-filter: blur(12px);
  }

  .nord-mobile-cta span {
    color: var(--nord-ink);
    font-size: 13px;
    font-weight: 900;
  }

  .nord-mobile-cta .button {
    min-height: 42px;
    padding: 9px 13px;
    font-size: 13px;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nord-page *,
  .nord-page *::before,
  .nord-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
