.ncr-wrap {
  max-width: 780px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.ncr-brand {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 4px;
}

.ncr-product {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 4px;
  color: #111;
}

.ncr-sub {
  font-size: 14px;
  color: #666;
  margin-bottom: 1rem;
}

.ncr-score-box {
  display: inline-block;
  background: #f5f5f3;
  border-radius: 8px;
  padding: 12px 20px;
  margin-bottom: 1.5rem;
}

.ncr-score-num {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  color: #111;
}

.ncr-score-label {
  font-size: 11px;
  color: #888;
  margin-top: 4px;
}

.ncr-section-label {
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 10px;
  margin-top: 2rem;
}

.ncr-verdict p {
  font-size: 15px;
  line-height: 1.7;
  color: #222;
}

.ncr-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 1.5rem 0;
}

.ncr-metric {
  background: #f5f5f3;
  border-radius: 8px;
  padding: 12px;
}

.ncr-metric-label {
  font-size: 11px;
  color: #888;
  margin-bottom: 8px;
}

.ncr-metric-bar {
  height: 4px;
  background: #e0e0e0;
  border-radius: 2px;
}

.ncr-metric-fill {
  height: 4px;
  border-radius: 2px;
  background: #1D9E75;
}

.ncr-timing-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  padding: 10px 0;
  border-bottom: 0.5px solid #eee;
  color: #333;
}

.ncr-retailers {
  margin: 2rem 0;
}

.ncr-retailer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  border: 0.5px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 8px;
}

.ncr-retailer.primary {
  border-color: #1D9E75;
}

.ncr-retailer-name {
  font-size: 14px;
  font-weight: 500;
  color: #111;
}

.ncr-retailer-price {
  font-size: 14px;
  color: #444;
}

.ncr-retailer-link {
  font-size: 13px;
  color: #1D9E75;
  text-decoration: none;
  border: 0.5px solid #1D9E75;
  padding: 6px 14px;
  border-radius: 6px;
}

.ncr-retailer-link:hover {
  background: #1D9E75;
  color: white;
}

.ncr-integrity-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 1.5rem;
}

.ncr-integrity-card {
  background: #f5f5f3;
  border-radius: 8px;
  padding: 12px;
}

.ncr-integrity-card.adjusted {
  background: #E1F5EE;
}

.ncr-integrity-label {
  font-size: 11px;
  color: #888;
  margin-bottom: 6px;
}

.ncr-integrity-value {
  font-size: 22px;
  font-weight: 500;
  color: #111;
}

.ncr-integrity-card.adjusted .ncr-integrity-value {
  color: #1D9E75;
}

.ncr-filter-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  padding: 10px 0;
  border-bottom: 0.5px solid #eee;
  color: #333;
}

.ncr-filter-row span:last-child {
  color: #888;
  font-size: 12px;
}

.ncr-mission {
  background: #f5f5f3;
  border-radius: 8px;
  padding: 14px;
  margin-top: 1.25rem;
  font-size: 13px;
  color: #555;
  line-height: 1.7;
}

.ncr-timing-note {
  font-size: 13px;
  color: #555;
  padding: 6px 0 12px;
  line-height: 1.6;
}

.ncr-home {
  max-width: 780px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

.ncr-home-hero {
  text-align: center;
  padding: 4rem 0 3rem;
}

.ncr-home-line1,
.ncr-home-line2,
.ncr-home-line3 {
  font-size: 32px;
  font-weight: 500;
  color: #111;
  margin: 0;
  line-height: 1.3;
}

.ncr-home-line1 {
  color: #888;
}

.ncr-home-line2 {
  color: #444;
}

.ncr-home-line3 {
  color: #111;
}

.ncr-odometer-wrap {
  margin: 3rem auto;
  max-width: 500px;
}

.ncr-odometer {
  font-size: 72px;
  font-weight: 500;
  color: #1D9E75;
  line-height: 1;
  letter-spacing: -2px;
  font-variant-numeric: tabular-nums;
}

.ncr-odometer-label {
  font-size: 14px;
  color: #888;
  margin-top: 12px;
}

.ncr-home-categories {
  margin: 2rem 0;
}

.ncr-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ncr-cat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem;
  border: 0.5px solid #e0e0e0;
  border-radius: 12px;
  text-decoration: none;
  transition: border-color 0.2s;
  gap: 10px;
}

.ncr-cat-card:hover {
  border-color: #1D9E75;
}

.ncr-cat-icon {
  font-size: 28px;
}

.ncr-cat-name {
  font-size: 13px;
  font-weight: 500;
  color: #111;
  text-align: center;
}

.ncr-home-featured {
  margin: 3rem 0;
}

.ncr-featured-card {
  display: block;
  text-decoration: none;
  border: 0.5px solid #e0e0e0;
  border-radius: 12px;
  padding: 1.25rem;
  margin-top: 10px;
  transition: border-color 0.2s;
}

.ncr-featured-card:hover {
  border-color: #1D9E75;
}

.ncr-featured-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
}

.ncr-featured-name {
  font-size: 16px;
  font-weight: 500;
  color: #111;
  margin-bottom: 4px;
}

.ncr-featured-sub {
  font-size: 13px;
  color: #888;
}

.ncr-featured-score {
  font-size: 32px;
  font-weight: 500;
  color: #1D9E75;
}

.ncr-featured-cta {
  font-size: 13px;
  color: #1D9E75;
}