/* KCSIE 2025 alignment page — scoped additions */

.kcsie-download-panel {
  margin: 1.5rem 0 2.5rem;
  padding: 1.5rem 1.6rem;
  border-radius: 16px;
  border: 1px solid oklch(0.90 0.02 60);
  background: white;
}

.kcsie-download-panel p {
  margin: 0 0 1rem;
  line-height: 1.6;
  color: oklch(0.32 0.015 250);
}

.content-page a.download-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  margin: 0.25rem 0 0.5rem;
  min-height: 3rem;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  background: var(--color-brand, #F97316);
  color: #fff !important;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none !important;
  line-height: 1.25;
  box-sizing: border-box;
  box-shadow: 0 2px 10px -2px oklch(0.65 0.20 50 / 0.45);
  transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

/* Inline-flex inside <p> sits on the text baseline; flex the wrapper instead. */
.content-page p:has(> .download-cta) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  line-height: 1.6;
}

.content-section--cta p:has(> .download-cta) {
  justify-content: center;
}

.content-page a.download-cta:hover,
.content-page a.download-cta:focus-visible {
  background: oklch(0.68 0.19 50);
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px -3px oklch(0.60 0.20 50 / 0.5);
}

.dropin-copy {
  margin: 1.25rem 0 1.75rem;
  padding: 1.25rem 1.35rem;
  border-radius: 12px;
  border: 1px solid oklch(0.88 0.04 85);
  background: oklch(0.97 0.03 95);
}

.dropin-copy blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: oklch(0.28 0.015 250);
}

.kcsie-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.25rem 0 2rem;
  padding: 0;
  list-style: none;
}

@media (min-width: 640px) {
  .kcsie-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.kcsie-stats li {
  padding: 1.1rem 1rem;
  border-radius: 14px;
  background: white;
  border: 1px solid oklch(0.93 0.005 60);
}

.kcsie-stats strong {
  display: block;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  line-height: 1.15;
  color: var(--color-brand, #F97316);
  margin-bottom: 0.45rem;
}

.kcsie-stats span {
  font-size: 0.92rem;
  line-height: 1.5;
  color: oklch(0.32 0.015 250);
}

.kcsie-four-cs {
  display: grid;
  gap: 0.85rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 640px) {
  .kcsie-four-cs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.kcsie-four-cs li {
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: white;
  border: 1px solid oklch(0.93 0.005 60);
}

.kcsie-four-cs h3 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-brand, #F97316);
}

.kcsie-four-cs p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: oklch(0.32 0.015 250);
}

.kcsie-alignment-points {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
  counter-reset: kcsie-point;
}

.kcsie-alignment-points > li {
  counter-increment: kcsie-point;
  margin-bottom: 1.25rem;
  padding: 1.15rem 1.2rem 1.15rem 3.75rem;
  position: relative;
  border-radius: 14px;
  background: white;
  border: 1px solid oklch(0.93 0.005 60);
}

.kcsie-alignment-points > li::before {
  content: counter(kcsie-point, decimal-leading-zero);
  position: absolute;
  left: 1.1rem;
  top: 1.15rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--color-brand, #F97316);
  font-variant-numeric: tabular-nums;
}

.kcsie-alignment-points h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  line-height: 1.35;
}

.kcsie-alignment-points p {
  margin: 0;
  line-height: 1.6;
  font-size: 0.98rem;
  color: oklch(0.32 0.015 250);
}

.kcsie-matrix-wrap {
  overflow-x: auto;
  margin: 1rem 0 1.5rem;
  -webkit-overflow-scrolling: touch;
}

.kcsie-matrix {
  width: 100%;
  min-width: 36rem;
  border-collapse: collapse;
  font-size: 0.92rem;
  line-height: 1.5;
}

.kcsie-matrix th,
.kcsie-matrix td {
  padding: 0.75rem 0.85rem;
  text-align: left;
  vertical-align: top;
  border: 1px solid oklch(0.92 0.005 60);
}

.kcsie-matrix th {
  background: oklch(0.97 0.008 60);
  font-weight: 600;
  color: var(--color-ink, oklch(0.20 0.015 250));
}

.kcsie-matrix td:first-child {
  font-weight: 600;
  white-space: nowrap;
}

.kcsie-why-so {
  display: grid;
  gap: 1rem;
  margin: 1rem 0 1.5rem;
}

@media (min-width: 560px) {
  .kcsie-why-so {
    grid-template-columns: 1fr 1fr;
  }
}

.kcsie-why-so > div {
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: white;
  border: 1px solid oklch(0.93 0.005 60);
}

.kcsie-why-so h3 {
  margin: 0 0 0.5rem;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-brand, #F97316);
}

.kcsie-why-so p {
  margin: 0;
  line-height: 1.6;
  font-size: 0.98rem;
}

.content-page blockquote.kcsie-quote {
  margin: 1.25rem 0;
  padding: 1rem 1.2rem;
  border-left: 4px solid var(--color-brand, #F97316);
  background: white;
  border-radius: 0 12px 12px 0;
  font-size: 1.02rem;
  line-height: 1.6;
  color: oklch(0.28 0.015 250);
}

.content-page blockquote.kcsie-quote footer {
  margin-top: 0.65rem;
  font-size: 0.9rem;
  color: oklch(0.45 0.01 250);
}

.content-page .content-references {
  font-size: 0.92rem;
  line-height: 1.65;
}

.content-page .content-references li {
  margin-bottom: 0.65rem;
}
