.cs-page body,
body.cs-page {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cs-hero {
  padding: 72px 0 56px;
}

.cs-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.cs-kicker {
  display: inline-block;
  background: #eff6ff;
  color: #2563eb;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.cs-title {
  margin: 0 0 18px;
  font-family: "DM Sans", sans-serif;
  font-size: 48px;
  line-height: 1.12;
  color: #111827;
}

.cs-lead {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.75;
  color: #475569;
}

.cs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.cs-button-primary,
.cs-button-secondary,
.cs-story-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.cs-button-primary {
  background: #4c6ef5;
  color: #fff;
  padding: 13px 28px;
  box-shadow: 0 10px 24px rgba(76, 110, 245, 0.18);
}

.cs-button-primary:hover,
.cs-story-link:hover {
  transform: translateY(-1px);
}

.cs-button-secondary {
  padding: 12px 24px;
  color: #3b5de7;
  border: 1.5px solid #c7d2fe;
  background: #fff;
}

.cs-button-secondary:hover {
  background: #f8fafc;
}

.cs-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cs-meta-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 18px 16px;
}

.cs-meta-label {
  margin-bottom: 6px;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #94a3b8;
}

.cs-meta-value {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #111827;
}

.cs-shot {
  position: relative;
}

.cs-shot-glow {
  position: absolute;
  inset: -28px;
  border-radius: 28px;
  background: radial-gradient(ellipse at 60% 40%, rgba(76, 110, 245, 0.14), rgba(76, 110, 245, 0.04) 55%, transparent 72%);
  pointer-events: none;
}

.cs-shot-frame {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid #dbe4ff;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12), 0 2px 8px rgba(15, 23, 42, 0.08);
}

.cs-shot-chrome {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: #f1f5f9;
  border-bottom: 1px solid #e2e8f0;
}

.cs-shot-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.cs-shot-url {
  margin-left: 10px;
  flex: 1;
  height: 24px;
  border-radius: 999px;
  border: 1px solid #dbe4ff;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 12px;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  color: #64748b;
}

.cs-shot img {
  width: 100%;
  display: block;
}

.cs-section {
  padding: 60px 0;
}

.cs-section--muted {
  background: #f8fafc;
}

.cs-section-title {
  margin: 0 0 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  color: #111827;
}

.cs-section-lead {
  max-width: 760px;
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  color: #475569;
}

.cs-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}

.cs-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.cs-card h3 {
  margin: 0 0 12px;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  color: #111827;
}

.cs-card p,
.cs-card li {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #475569;
}

.cs-card ul {
  margin: 0;
  padding-left: 18px;
}

.cs-story-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: start;
}

.cs-story-copy {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 30px 28px;
}

.cs-story-copy h3 {
  margin: 0 0 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  color: #111827;
}

.cs-story-copy p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.75;
  color: #475569;
}

.cs-story-copy p:last-child {
  margin-bottom: 0;
}

.cs-quote {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #dbe4ff;
  border-radius: 18px;
  padding: 30px 28px;
  box-shadow: 0 12px 32px rgba(76, 110, 245, 0.08);
}

.cs-quote-label {
  margin-bottom: 12px;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #3b5de7;
}

.cs-quote blockquote {
  margin: 0 0 18px;
  font-size: 21px;
  line-height: 1.65;
  color: #1e293b;
  font-style: italic;
}

.cs-quote footer {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
}

.cs-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.cs-list-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: start;
}

.cs-list-item-badge {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #dbeafe;
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.cs-list-item h4 {
  margin: 0 0 4px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: #111827;
}

.cs-list-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #475569;
}

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

.cs-hub-card {
  display: grid;
  gap: 18px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.cs-hub-card img {
  width: 100%;
  display: block;
}

.cs-hub-card-body {
  padding: 0 24px 24px;
}

.cs-hub-card .cs-kicker {
  margin-top: 20px;
  margin-bottom: 14px;
}

.cs-hub-card h3 {
  margin: 0 0 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 1.25;
  color: #111827;
}

.cs-hub-card p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
}

.cs-story-link {
  color: #3b5de7;
  justify-content: flex-start;
  padding: 0;
}

.cs-story-link span:last-child {
  transition: transform 0.15s ease;
}

.cs-story-link:hover span:last-child {
  transform: translateX(2px);
}

.cs-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.cs-proof-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 20px 18px;
  text-align: center;
}

.cs-proof-value {
  margin-bottom: 4px;
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #2563eb;
}

.cs-proof-label {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  line-height: 1.55;
  color: #475569;
}

@media (max-width: 991px) {
  .cs-hero-grid,
  .cs-story-grid {
    grid-template-columns: 1fr;
  }

  .cs-grid-3,
  .cs-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cs-hub-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .cs-title {
    font-size: 38px;
  }

  .cs-grid-3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 479px) {
  .cs-meta,
  .cs-proof-grid {
    grid-template-columns: 1fr;
  }

  .cs-actions {
    flex-direction: column;
  }

  .cs-button-primary,
  .cs-button-secondary {
    width: 100%;
  }
}
