.nd-std {
  background: var(--nd-bg);
  border-bottom: 1px solid var(--nd-border);
}

.nd-std-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 88px 32px;
}

.nd-std-head {
  max-width: 620px;
  margin-bottom: 48px;
}

.nd-std-head .nd-std-eyebrow {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--nd-accent);
}

.nd-std-head .nd-std-title {
  margin: 0 0 14px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.5px;
  color: var(--nd-text);
}

.nd-std-head .nd-std-intro {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--nd-muted);
}

.nd-std-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 48px;
}

.nd-std-item {
  min-width: 0;
  padding-top: 24px;
  border-top: 1px solid var(--nd-border);
}

.nd-std-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  color: var(--nd-accent);
  border: 1px solid var(--nd-border);
  border-radius: 8px;
}

.nd-std-icon svg {
  width: 19px;
  height: 19px;
}

.nd-std-item-title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: -0.15px;
  color: var(--nd-text);
}

.nd-std-item-text {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.68;
  color: var(--nd-muted);
}

.nd-std-quote {
  margin: 56px 0 0;
  padding: 34px 38px;
  background: var(--nd-bg-raised);
  border: 1px solid var(--nd-border);
  border-left: 2px solid var(--nd-accent);
  border-radius: 0;
}

.nd-std-quote-text {
  margin: 0 0 14px;
  max-width: 760px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.15px;
  color: var(--nd-text);
}

.nd-std-quote-by {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: var(--nd-accent);
}

@media (max-width: 1080px) {
  .nd-std-inner { padding: 76px 24px; }
  .nd-std-head .nd-std-title { font-size: 34px; letter-spacing: -0.4px; }
  .nd-std-grid { gap: 28px 36px; }
}

@media (max-width: 900px) {
  .nd-std-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
}

@media (max-width: 640px) {
  .nd-std-inner { padding: 56px 16px; }
  .nd-std-head { margin-bottom: 32px; }
  .nd-std-head .nd-std-eyebrow { margin-bottom: 12px; font-size: 11px; letter-spacing: 1.4px; }
  .nd-std-head .nd-std-title { font-size: 28px; letter-spacing: -0.3px; }
  .nd-std-head .nd-std-intro { font-size: 15px; }
  .nd-std-item { padding-top: 20px; }
  .nd-std-icon { width: 36px; height: 36px; margin-bottom: 14px; }
  .nd-std-item-title { font-size: 18px; }
  .nd-std-item-text { font-size: 14px; }
  .nd-std-quote { margin-top: 36px; padding: 24px 20px; }
  .nd-std-quote-text { font-size: 18px; margin-bottom: 12px; }
}
