/* Custom Software Development - premium service page */

/* ── Hero ── */
.csd-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 8rem 0 5rem;
  background: linear-gradient(165deg, #0f172a 0%, #152456 42%, #1a2f5c 100%);
}

@media (min-width: 1024px) {
  .csd-hero {
    padding: 9rem 0 6rem;
  }
}

.csd-hero-glow {
  pointer-events: none;
  position: absolute;
  right: -6rem;
  top: -4rem;
  height: 28rem;
  width: 28rem;
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(51, 132, 252, 0.28), transparent 68%);
}

.csd-hero-glow-2 {
  pointer-events: none;
  position: absolute;
  bottom: -8rem;
  left: -4rem;
  height: 20rem;
  width: 20rem;
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.18), transparent 70%);
}

.csd-hero-grid {
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black 30%, transparent 95%);
}

.csd-hero-inner {
  position: relative;
  display: grid;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .csd-hero-inner {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 4rem;
  }
}

.csd-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  color: #94a3b8;
}

.csd-breadcrumb a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s;
}

.csd-breadcrumb a:hover {
  color: #93c5fd;
}

.csd-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #93c5fd;
}

.csd-hero-eyebrow-dot {
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
  background: #60a5fa;
  box-shadow: 0 0 10px rgba(96, 165, 250, 0.8);
}

.csd-hero-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #fff;
}

@media (min-width: 768px) {
  .csd-hero-title {
    font-size: 3rem;
  }
}

@media (min-width: 1024px) {
  .csd-hero-title {
    font-size: 3.5rem;
  }
}

.csd-hero-title span {
  background: linear-gradient(135deg, #60a5fa, #a78bfa, #38bdf8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.csd-hero-desc {
  margin-top: 1.25rem;
  max-width: 32rem;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #cbd5e1;
}

.csd-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.csd-hero-actions .btn-ghost {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.csd-hero-actions .btn-ghost:hover {
  border-color: rgba(147, 197, 253, 0.45);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.csd-hero-visual {
  position: relative;
}

.csd-code-window {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.75);
  box-shadow:
    0 32px 64px -24px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}

.csd-code-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
}

.csd-code-dot {
  height: 0.625rem;
  width: 0.625rem;
  border-radius: 9999px;
}

.csd-code-url {
  margin-left: 0.5rem;
  font-size: 0.6875rem;
  color: #64748b;
}

.csd-code-body {
  padding: 1.25rem 1.5rem;
  font-family: Cascadia Code, Consolas, Monaco, Courier New, monospace;
  font-size: 0.75rem;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .csd-code-body {
    font-size: 0.8125rem;
  }
}

.csd-code-body .c-dim { color: #475569; }
.csd-code-body .c-key { color: #93c5fd; }
.csd-code-body .c-val { color: #c4b5fd; }
.csd-code-body .c-str { color: #86efac; }
.csd-code-body .c-fn { color: #fcd34d; }

.csd-hero-float {
  position: absolute;
  right: -0.5rem;
  bottom: -1rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.875rem;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 32px -12px rgba(0, 0, 0, 0.4);
}

.csd-hero-float strong {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
}

.csd-hero-float span {
  font-size: 0.6875rem;
  color: #94a3b8;
}

.csd-hero-float-icon {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, #3384fc, #6366f1);
  color: #fff;
}

/* ── Stats band ── */
.csd-stats-wrap {
  position: relative;
  z-index: 10;
  margin-top: -2.5rem;
  padding: 0 1.5rem;
}

.csd-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 0 auto;
  max-width: 72rem;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 24px 60px -28px rgba(15, 23, 42, 0.18);
}

@media (min-width: 640px) {
  .csd-stats {
    grid-template-columns: repeat(4, 1fr);
  }
}

.csd-stat {
  position: relative;
  padding: 1.5rem 1.25rem;
  text-align: center;
}

.csd-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 2.5rem;
  width: 1px;
  transform: translateY(-50%);
  background: #e2e8f0;
}

@media (max-width: 639px) {
  .csd-stat:nth-child(2)::after {
    display: none;
  }

  .csd-stat:nth-child(1),
  .csd-stat:nth-child(2) {
    border-bottom: 1px solid #f1f5f9;
  }
}

.csd-stat strong {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #0f172a;
}

@media (min-width: 768px) {
  .csd-stat strong {
    font-size: 2rem;
  }
}

.csd-stat span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #94a3b8;
}

/* ── Shell container (shared) ── */
.csd-page-section {
  padding: 5rem 0;
}

@media (min-width: 768px) {
  .csd-page-section {
    padding: 6rem 0;
  }
}

.csd-page-section--alt {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 50%, #f8fafc 100%);
}

.csd-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 1.75rem;
  background: #fff;
  padding: 2rem;
  box-shadow: 0 32px 80px -32px rgba(15, 23, 42, 0.12);
}

@media (min-width: 768px) {
  .csd-shell {
    padding: 2.5rem;
    border-radius: 2rem;
  }
}

@media (min-width: 1024px) {
  .csd-shell {
    padding: 3rem;
  }
}

.csd-shell::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(51, 132, 252, 0.35), transparent);
}

.csd-shell-glow {
  pointer-events: none;
  position: absolute;
  right: -4rem;
  top: -4rem;
  height: 14rem;
  width: 14rem;
  border-radius: 9999px;
  background: rgba(51, 132, 252, 0.08);
  filter: blur(40px);
}

/* ── Section headers ── */
.csd-head {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .csd-head {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: end;
    gap: 2.5rem;
    margin-bottom: 3rem;
  }
}

.csd-head--center {
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .csd-head--center {
    display: block;
  }
}

.csd-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #2563eb;
}

.csd-eyebrow-dot {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  background: #3384fc;
  box-shadow: 0 0 12px rgba(51, 132, 252, 0.55);
}

.csd-title {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: #0f172a;
}

@media (min-width: 768px) {
  .csd-title {
    font-size: 2.25rem;
  }
}

.csd-lead {
  font-size: 1rem;
  line-height: 1.7;
  color: #64748b;
}

@media (min-width: 1024px) {
  .csd-head:not(.csd-head--center) .csd-lead {
    text-align: right;
    padding-bottom: 0.25rem;
  }
}

/* ── Intro ── */
.csd-intro-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .csd-intro-grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3rem;
    align-items: start;
  }
}

.csd-intro-copy {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.csd-intro-copy p {
  font-size: 1rem;
  line-height: 1.75;
  color: #475569;
}

.csd-intro-copy p:first-child {
  font-size: 1.0625rem;
  color: #334155;
}

.csd-stack-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
  background: linear-gradient(160deg, #0f172a 0%, #1e293b 100%);
  padding: 1.75rem;
}

.csd-stack-panel-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #93c5fd;
}

.csd-stack-panel h3 {
  margin-top: 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}

.csd-stack-panel p {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #94a3b8;
}

.csd-stack-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.csd-stack-tag {
  padding: 0.375rem 0.875rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.75rem;
  font-weight: 500;
  color: #e2e8f0;
}

.csd-stack-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.csd-stack-metric strong {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}

.csd-stack-metric span {
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}

/* ── Why bento (compact) ── */
#why-choose .csd-head {
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  #why-choose .csd-head {
    gap: 1.5rem;
    margin-bottom: 1.75rem;
  }
}

.csd-bento {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .csd-bento {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .csd-bento {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1280px) {
  .csd-bento {
    grid-template-columns: repeat(5, 1fr);
  }
}

.csd-bento-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.75rem;
  row-gap: 0.375rem;
  align-content: start;
  overflow: hidden;
  padding: 0.875rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.875rem;
  background: #fff;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

@media (min-width: 768px) {
  .csd-bento-card {
    padding: 1rem 1.125rem;
  }
}

.csd-bento-card:hover {
  border-color: #bfdbfe;
  box-shadow: 0 16px 32px -20px rgba(51, 132, 252, 0.24);
  transform: translateY(-2px);
}

.csd-bento-card--featured {
  border-color: #bfdbfe;
  background: linear-gradient(145deg, #eff6ff 0%, #fff 60%);
}

.csd-bento-num {
  position: absolute;
  right: 0.5rem;
  top: 0.125rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #f1f5f9;
  transition: color 0.35s;
}

.csd-bento-card:hover .csd-bento-num {
  color: #e2e8f0;
}

.csd-bento-icon {
  position: relative;
  z-index: 1;
  grid-row: 1;
  grid-column: 1;
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  align-self: center;
  border-radius: 0.625rem;
  background: linear-gradient(135deg, #3384fc, #6366f1);
  color: #fff;
  box-shadow: 0 6px 14px -8px rgba(51, 132, 252, 0.5);
}

.csd-bento-icon svg {
  height: 1.125rem;
  width: 1.125rem;
}

.csd-bento-card h3 {
  position: relative;
  z-index: 1;
  grid-row: 1;
  grid-column: 2;
  margin: 0;
  align-self: center;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.35;
  color: #0f172a;
}

.csd-bento-card p {
  position: relative;
  z-index: 1;
  grid-row: 2;
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #64748b;
}

/* ── Process timeline ── */
.csd-timeline-wrap {
  position: relative;
}

.csd-timeline-phases {
  display: none;
  grid-template-columns: repeat(auto-fit, minmax(5.5rem, 1fr));
  gap: 0.75rem;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .csd-timeline-phases {
    display: grid;
  }
}

.csd-timeline-phase {
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  text-align: center;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #64748b;
}

.csd-timeline {
  display: grid;
  gap: 0;
}

@media (min-width: 1024px) {
  .csd-timeline {
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
  }
}

.csd-timeline-step {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0;
}

@media (min-width: 1024px) {
  .csd-timeline-step {
    padding: 0 0.5rem;
    text-align: center;
  }

  .csd-timeline-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 1.375rem;
    left: calc(50% + 1.375rem);
    width: calc(100% - 2.75rem);
    height: 2px;
    background: linear-gradient(to right, #3384fc, #c7d2fe);
  }
}

.csd-timeline-node {
  position: relative;
  z-index: 1;
  display: flex;
  height: 2.75rem;
  width: 2.75rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 2px solid #fff;
  background: linear-gradient(135deg, #3384fc, #6366f1);
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 8px 24px -8px rgba(51, 132, 252, 0.55);
}

@media (min-width: 1024px) {
  .csd-timeline-node {
    margin: 0 auto;
  }
}

.csd-timeline-step h3 {
  margin-top: 1.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #0f172a;
}

.csd-timeline-step p {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #64748b;
}

@media (max-width: 1023px) {
  .csd-timeline-step {
    flex-direction: row;
    gap: 1.25rem;
    padding: 1.25rem 0;
    border-bottom: 1px solid #f1f5f9;
  }

  .csd-timeline-step:last-child {
    border-bottom: none;
  }
}

.csd-process-note {
  margin-top: 2.5rem;
  padding: 1.5rem 1.75rem;
  border-radius: 1rem;
  border: 1px solid #dbeafe;
  background: linear-gradient(135deg, #eff6ff, #f5f3ff);
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #475569;
}

/* ── Offerings grid ── */
.csd-offerings-grid {
  display: grid;
  gap: 0.875rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .csd-offerings-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .csd-offerings-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.125rem;
  }
}

.csd-offering-card {
  padding: 1.5rem 1.375rem;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 16px 40px -28px rgba(15, 23, 42, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.csd-offering-card:hover {
  border-color: #bfdbfe;
  box-shadow: 0 20px 48px -24px rgba(51, 132, 252, 0.22);
  transform: translateY(-2px);
}

.csd-offering-card h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  color: #0f172a;
}

.csd-offering-card p {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #64748b;
}

/* ── Industries (compact) ── */
#industries .csd-head {
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  #industries .csd-head {
    margin-bottom: 1.75rem;
  }
}

.csd-industries-shell {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 20px 50px -24px rgba(15, 23, 42, 0.1);
}

@media (min-width: 768px) {
  .csd-industries-shell {
    padding: 1.25rem;
  }
}

.csd-industries-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.csd-industry-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.625rem;
  border: 1px solid transparent;
  background: #f8fafc;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}

@media (min-width: 640px) {
  .csd-industry-item {
    padding: 0.5625rem 0.875rem;
  }
}

.csd-industry-item:hover {
  border-color: #bfdbfe;
  background: #eff6ff;
  transform: translateY(-1px);
}

.csd-industry-icon {
  display: flex;
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, #3384fc, #6366f1);
  color: #fff;
  box-shadow: 0 4px 12px -6px rgba(51, 132, 252, 0.45);
}

.csd-industry-icon svg {
  height: 1rem;
  width: 1rem;
}

.csd-industry-item span {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.3;
  color: #0f172a;
}

@media (min-width: 480px) {
  .csd-industry-item span {
    white-space: nowrap;
  }
}

/* ── Promise band ── */
.csd-promise-band {
  position: relative;
  overflow: hidden;
  border-radius: 1.75rem;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 55%, #0f2744 100%);
  padding: 2.5rem 2rem;
  box-shadow: 0 32px 64px -28px rgba(15, 23, 42, 0.45);
}

@media (min-width: 768px) {
  .csd-promise-band {
    padding: 3rem 2.5rem;
  }
}

.csd-promise-band-glow {
  pointer-events: none;
  position: absolute;
  right: -3rem;
  top: -3rem;
  height: 12rem;
  width: 12rem;
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(51, 132, 252, 0.25), transparent 70%);
}

.csd-promise-band .csd-head {
  margin-bottom: 2rem;
}

.csd-promise-band .csd-eyebrow {
  color: #93c5fd;
}

.csd-promise-band .csd-title {
  color: #fff;
}

.csd-promise-band .csd-lead {
  color: #94a3b8;
}

@media (min-width: 1024px) {
  .csd-promise-band .csd-lead {
    text-align: right;
  }
}

.csd-promise-grid {
  display: grid;
  gap: 0.875rem;
}

@media (min-width: 640px) {
  .csd-promise-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .csd-promise-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
  }
}

.csd-promise-item {
  padding: 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  transition: background 0.25s, border-color 0.25s;
}

.csd-promise-item:hover {
  border-color: rgba(147, 197, 253, 0.3);
  background: rgba(255, 255, 255, 0.07);
}

.csd-promise-check {
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(74, 222, 128, 0.15);
  color: #4ade80;
}

.csd-promise-check svg {
  height: 0.875rem;
  width: 0.875rem;
}

.csd-promise-item h3 {
  margin-top: 0.875rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
}

.csd-promise-item p {
  margin-top: 0.375rem;
  font-size: 0.75rem;
  line-height: 1.55;
  color: #94a3b8;
}

.csd-page-cta {
  padding: 0 1.5rem 5rem;
  background: linear-gradient(180deg, #fff, #f8fafc);
}

@media (min-width: 768px) {
  .csd-page-cta {
    padding: 0 1.5rem 6rem;
  }
}
