.ncs-page {
  background: #ffffff;
  color: #111111;
}

.ncs-hero .section-content {
  padding-bottom: 58px;
}

.ncs-hero .title-wrapper p {
  max-width: 1240px;
  color: rgba(17, 17, 17, 0.82);
}

.ncs-rating-date {
  margin: -65px 0 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  color: #777777;
}

.ncs-article {
  padding: 36px 0 100px;
}

.ncs-section {
  margin-top: 72px;
}

.ncs-section:first-child {
  margin-top: 42px;
}

.ncs-section-heading {
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.ncs-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: rgba(17, 17, 17, 0.55);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ncs-section-title {
  color: #111111;
  font-family: var(--font_thunder);
  font-size: 62px;
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0;
}

.ncs-section-intro {
  max-width: 1040px;
  margin-bottom: 26px;
}

.ncs-card-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ncs-card-grid--triple {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ncs-feature-card,
.ncs-copy-card,
.ncs-callout,
.ncs-review-card,
.ncs-table-shell {
  border-radius: 24px;
  border: 1px solid rgba(17, 17, 17, 0.12);
}

.ncs-feature-card {
  background: #fbfbf7;
  padding: 28px;
  min-height: 100%;
}

.ncs-feature-card h3 {
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 0.95;
  color: #111111;
  text-transform: uppercase;
  font-family: var(--font_thunder);
}

.ncs-feature-card p,
.ncs-copy-card p,
.ncs-callout p {
  margin-bottom: 0;
  font-size: 19px;
  line-height: 1.55;
  color: rgba(17, 17, 17, 0.78);
}

.ncs-copy-card {
  padding: 28px;
  background: #ffffff;
}

.ncs-copy-card--accent {
  background: linear-gradient(180deg, rgba(255, 190, 11, 0.18) 0%, rgba(255, 190, 11, 0.06) 100%);
}

.ncs-number-list {
  counter-reset: ncs-count;
  display: grid;
  gap: 18px;
}

.ncs-number-item {
  position: relative;
  padding: 24px 24px 24px 88px;
  background: #fbfbf7;
  border-radius: 22px;
  border: 1px solid rgba(17, 17, 17, 0.1);
}

.ncs-number-item::before {
  counter-increment: ncs-count;
  content: counter(ncs-count, decimal-leading-zero);
  position: absolute;
  top: 24px;
  left: 24px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #111111;
  color: #ffbe0b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.ncs-number-item p {
  margin: 0;
  font-size: 20px;
  line-height: 1.55;
  color: rgba(17, 17, 17, 0.8);
}

.ncs-review-stack {
  display: grid;
  gap: 28px;
}

.ncs-review-card {
  background: #171717;
  border-color: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  padding: 28px;
}

.ncs-review-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.ncs-review-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.ncs-review-rank {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: #ffbe0b;
  color: #111111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 58px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.ncs-review-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  min-height: 70px;
  padding: 8px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  flex: 0 0 auto;
}

.ncs-review-logo img {
  max-width: 120px;
  max-height: 48px;
  object-fit: contain;
}

.ncs-review-logo.is-text {
  color: #ffffff;
  font-family: var(--font_thunder);
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  min-width: 150px;
}

.ncs-review-title {
  margin: 0;
  color: #ffffff;
  font-size: 42px;
  line-height: 0.96;
  font-family: var(--font_thunder);
  text-transform: uppercase;
}

.ncs-review-subtitle {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}

.ncs-review-score {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: rgba(255, 190, 11, 0.14);
  border: 1px solid rgba(255, 190, 11, 0.26);
  color: #ffbe0b;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.ncs-metric-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 22px;
}

.ncs-metric {
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 100%;
}

.ncs-metric-label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.ncs-metric-value {
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.ncs-review-columns {
  display: grid;
  gap: 20px;
  grid-template-columns: 1.45fr 1fr;
}

.ncs-review-panel {
  padding: 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 100%;
}

.ncs-review-panel h4 {
  margin: 0 0 16px;
  color: #ffbe0b;
  font-family: var(--font_thunder);
  font-size: 30px;
  line-height: 0.98;
  text-transform: uppercase;
}

.ncs-review-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.ncs-review-list li,
.ncs-check-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.55;
  list-style: none;
  margin-bottom: 0;
}

.ncs-review-list li::before,
.ncs-check-list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ffbe0b;
}

.ncs-note-box {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 190, 11, 0.12);
  border: 1px solid rgba(255, 190, 11, 0.18);
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.55;
}

.ncs-table-shell {
  overflow: hidden;
  background: #ffffff;
}

.ncs-table-shell table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.ncs-table-shell th,
.ncs-table-shell td {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  text-align: left;
  vertical-align: top;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(17, 17, 17, 0.82);
}

.ncs-table-shell th {
  background: rgba(255, 190, 11, 0.16);
  color: #111111;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ncs-table-shell tr:last-child td {
  border-bottom: none;
}

.ncs-check-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.ncs-check-card {
  padding: 24px;
  border-radius: 22px;
  background: #fbfbf7;
  border: 1px solid rgba(17, 17, 17, 0.1);
}

.ncs-check-card h3,
.ncs-bonus-card h3 {
  margin: 0 0 14px;
  color: #111111;
  font-family: var(--font_thunder);
  font-size: 34px;
  line-height: 0.95;
  text-transform: uppercase;
}

.ncs-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.ncs-check-list li {
  color: rgba(17, 17, 17, 0.8);
  font-size: 19px;
  line-height: 1.55;
}

.ncs-check-list li::before {
  background: #111111;
}

.ncs-bonus-grid {
  display: grid;
  gap: 18px;
}

.ncs-bonus-card {
  padding: 26px 28px;
  border-radius: 22px;
  background: #fbfbf7;
  border: 1px solid rgba(17, 17, 17, 0.1);
}

.ncs-bonus-card p {
  margin: 0;
  font-size: 19px;
  line-height: 1.58;
  color: rgba(17, 17, 17, 0.8);
}

.ncs-callout {
  padding: 30px;
  background: linear-gradient(135deg, #111111 0%, #202020 100%);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.08);
}

.ncs-callout h3 {
  margin: 0 0 16px;
  color: #ffbe0b;
  font-family: var(--font_thunder);
  font-size: 38px;
  line-height: 0.95;
  text-transform: uppercase;
}

.ncs-callout p {
  color: rgba(255, 255, 255, 0.82);
}

.ncs-vip-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 24px 0;
}

.ncs-vip-item {
  padding: 22px;
  border-radius: 20px;
  background: #fbfbf7;
  border: 1px solid rgba(17, 17, 17, 0.1);
  color: rgba(17, 17, 17, 0.82);
  font-size: 18px;
  line-height: 1.55;
}

.ncs-vip-item strong {
  color: #111111;
}

.ncs-faq-list {
  display: grid;
  gap: 16px;
}

.faq-answer p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(17, 17, 17, 0.8);
}

.toggle {
  display: inline-flex;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: #111111;
  color: #ffbe0b;
  flex: 0 0 32px;
  font-size: 20px;
  line-height: 1;
}

.ncs-rating-after {
  margin-top: 28px;
}

.ncs-rating-after > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .ncs-section-title {
    font-size: 54px;
  }

  .ncs-card-grid--triple,
  .ncs-vip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ncs-review-columns {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .ncs-hero .section-content {
    padding-bottom: 42px;
  }

  .ncs-section-title {
    font-size: 46px;
  }

  .ncs-card-grid,
  .ncs-card-grid--triple,
  .ncs-metric-grid,
  .ncs-check-grid,
  .ncs-vip-grid {
    grid-template-columns: 1fr;
  }

  .ncs-review-header,
  .ncs-review-brand {
    align-items: flex-start;
    flex-direction: column;
  }

  .ncs-review-score {
    align-self: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .ncs-article {
    padding: 24px 0 80px;
  }

  .ncs-section {
    margin-top: 54px;
  }

  .ncs-section-title {
    font-size: 42px;
  }

  .ncs-feature-card,
  .ncs-copy-card,
  .ncs-review-card,
  .ncs-callout,
  .ncs-bonus-card,
  .ncs-check-card,
  .ncs-number-item {
    padding: 22px;
  }

  .ncs-number-item {
    padding-left: 78px;
  }

  .ncs-review-title {
    font-size: 34px;
  }

  .ncs-table-shell {
    overflow-x: auto;
  }

  .ncs-table-shell table {
    min-width: 680px;
  }

  .faq-question {
    min-width: 0;
    font-size: 18px;
  }
}
