/* 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: 0.92fr 1.08fr;
    gap: 2.5rem;
  }
}

.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-laptop {
  width: min(100%, 34rem);
  margin-left: auto;
}

.csd-laptop-lid {
  position: relative;
  padding: 0.7rem 0.7rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.85rem 0.85rem 0.4rem 0.4rem;
  background: #1e293b;
  box-shadow: 0 28px 48px -24px rgba(0, 0, 0, 0.55);
}

.csd-laptop-camera {
  display: block;
  width: 0.38rem;
  height: 0.38rem;
  margin: 0 auto 0.45rem;
  border-radius: 999px;
  background: #334155;
  box-shadow: inset 0 0 0 2px #0f172a;
}

.csd-laptop-viewport {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 0.25rem;
  background: #fff;
}

.csd-laptop-placeholder {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(#fff 0 0) 0 0 / 100% 11% no-repeat,
    linear-gradient(#e2e8f0 0 0) 6% 18% / 46% 7% no-repeat,
    linear-gradient(#cbd5e1 0 0) 6% 28% / 32% 4% no-repeat,
    linear-gradient(#dbeafe 0 0) 58% 18% / 36% 62% no-repeat,
    #f8fafc;
}

.csd-laptop-scaler {
  width: 1440px;
  height: 900px;
  transform-origin: top left;
}

.csd-laptop-frame {
  display: block;
  width: 1440px;
  height: 900px;
  border: 0;
  background: #fff;
  pointer-events: auto;
}

html.laptop-preview,
html.laptop-preview body {
  overflow-y: auto;
  overscroll-behavior: contain;
}

html.laptop-preview.scroll-smooth {
  scroll-behavior: auto;
}

html.laptop-preview .reveal {
  opacity: 1;
  transform: none;
}

.csd-laptop-base {
  height: 0.85rem;
  margin: 0 -0.7rem 0;
  border-radius: 0 0 0.85rem 0.85rem;
  background: linear-gradient(180deg, #cbd5e1 0%, #94a3b8 100%);
  box-shadow: 0 10px 18px -12px rgba(0, 0, 0, 0.45);
}

.csd-laptop-notch {
  display: block;
  width: 5.5rem;
  height: 0.38rem;
  margin: 0 auto;
  border-radius: 0 0 0.5rem 0.5rem;
  background: #64748b;
}

.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-code-window--design {
  min-height: 16.5rem;
}

.csd-design-canvas {
  min-height: 13.5rem;
  padding: 1rem;
}

.csd-design-canvas--ui {
  display: grid;
  grid-template-columns: 2.25rem 1fr;
  gap: 0.75rem;
  background:
    radial-gradient(circle at 20% 0%, rgba(51, 132, 252, 0.14), transparent 46%),
    #0b1220;
}

.csd-figma-rail {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.35rem 0;
}

.csd-figma-rail span {
  height: 1.35rem;
  border-radius: 0.35rem;
  background: rgba(255, 255, 255, 0.08);
}

.csd-figma-board {
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
  min-height: 11.5rem;
}

.csd-figma-frame {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 0.7rem 0.65rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.65rem;
  background: rgba(15, 23, 42, 0.9);
}

.csd-figma-frame--desktop {
  flex: 1;
  min-height: 10.5rem;
}

.csd-figma-frame--phone {
  width: 5.4rem;
  min-height: 9.25rem;
}

.csd-figma-label {
  font-size: 0.5625rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
}

.csd-figma-nav,
.csd-figma-hero,
.csd-figma-status,
.csd-figma-chip {
  display: block;
  border-radius: 0.3rem;
  background: rgba(148, 163, 184, 0.18);
}

.csd-figma-nav {
  height: 0.7rem;
}

.csd-figma-hero {
  flex: 1;
  min-height: 3.4rem;
  background: linear-gradient(135deg, rgba(51, 132, 252, 0.5), rgba(99, 102, 241, 0.28));
}

.csd-figma-hero--sm {
  min-height: 2.4rem;
}

.csd-figma-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.35rem;
}

.csd-figma-row i {
  height: 1.65rem;
  border-radius: 0.3rem;
  background: rgba(255, 255, 255, 0.08);
}

.csd-figma-status {
  height: 0.5rem;
  width: 2.1rem;
}

.csd-figma-chip {
  height: 0.7rem;
}

.csd-design-canvas--web {
  padding: 0.85rem;
  background:
    radial-gradient(circle at 80% 10%, rgba(51, 132, 252, 0.16), transparent 42%),
    #0b1220;
}

.csd-browser-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.7rem;
  padding: 0.4rem 0.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #94a3b8;
  font-size: 0.6875rem;
}

.csd-browser-lock {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: #86efac;
}

.csd-web-page {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.csd-web-nav {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.csd-web-nav span {
  height: 0.45rem;
  width: 1.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.csd-web-logo {
  width: 1.15rem !important;
  height: 1.15rem !important;
  border-radius: 0.3rem !important;
  background: #3384fc !important;
}

.csd-web-nav-cta {
  margin-left: auto;
  width: 2.4rem !important;
  background: rgba(51, 132, 252, 0.7) !important;
}

.csd-web-hero-block {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-height: 4.5rem;
  padding: 0.9rem;
  border-radius: 0.7rem;
  background: linear-gradient(135deg, rgba(51, 132, 252, 0.42), rgba(15, 23, 42, 0.2));
}

.csd-web-line {
  display: block;
  height: 0.45rem;
  width: 62%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
}

.csd-web-line--lg {
  width: 78%;
  height: 0.65rem;
}

.csd-web-line--sm {
  width: 38%;
  opacity: 0.7;
}

.csd-web-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
}

.csd-web-cards span {
  height: 3.1rem;
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.08);
}

.csd-design-canvas--product {
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 10% 80%, rgba(99, 102, 241, 0.16), transparent 40%),
    #0b1220;
}

.csd-flow-row {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  width: 100%;
}

.csd-flow-card {
  flex: 1;
  min-width: 0;
  padding: 0.85rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  background: rgba(15, 23, 42, 0.85);
}

.csd-flow-step {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #93c5fd;
}

.csd-flow-card strong {
  display: block;
  font-size: 0.8125rem;
  color: #fff;
}

.csd-flow-card span {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.6875rem;
  line-height: 1.4;
  color: #94a3b8;
}

.csd-flow-arrow {
  flex: 0 0 0.85rem;
  height: 1px;
  background: rgba(147, 197, 253, 0.45);
}

.csd-design-canvas--graphics {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 1rem;
  align-items: center;
  background:
    radial-gradient(circle at 90% 80%, rgba(168, 85, 247, 0.16), transparent 42%),
    #0b1220;
}

.csd-brand-mark {
  display: flex;
  height: 5.5rem;
  width: 5.5rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0.45rem;
  border-radius: 1.1rem;
  background: #fff;
}

.csd-brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.csd-brand-meta strong {
  display: block;
  color: #fff;
  font-size: 0.9375rem;
}

.csd-brand-meta > span {
  display: block;
  margin-top: 0.25rem;
  color: #94a3b8;
  font-size: 0.75rem;
}

.csd-swatches {
  display: flex;
  gap: 0.4rem;
  margin-top: 0.85rem;
}

.csd-swatch {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.csd-swatch--blue { background: #3384fc; }
.csd-swatch--violet { background: #6366f1; }
.csd-swatch--ink { background: #0f172a; }
.csd-swatch--mist { background: #e2e8f0; }

.csd-type-row {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  margin-top: 0.75rem;
  color: #cbd5e1;
}

.csd-type-row span:first-child {
  font-size: 1.35rem;
  font-weight: 600;
  color: #fff;
}

.csd-type-row span:last-child {
  font-size: 0.6875rem;
  color: #94a3b8;
}

.csd-design-canvas--analytics {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  background:
    radial-gradient(circle at 12% 20%, rgba(51, 132, 252, 0.16), transparent 42%),
    #0b1220;
}

.csd-analytics-kpis {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
}

.csd-analytics-kpis article {
  padding: 0.7rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.7rem;
  background: rgba(15, 23, 42, 0.75);
}

.csd-analytics-kpis span {
  display: block;
  font-size: 0.625rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
}

.csd-analytics-kpis strong {
  display: block;
  margin-top: 0.25rem;
  font-size: 1rem;
  color: #fff;
}

.csd-channel-bars {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.csd-channel-bars > div {
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  align-items: center;
  gap: 0.55rem;
}

.csd-channel-bars span {
  font-size: 0.6875rem;
  color: #cbd5e1;
}

.csd-channel-bars b {
  display: block;
  height: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #3384fc, #6366f1);
}

.csd-design-canvas--seo {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background:
    radial-gradient(circle at 80% 0%, rgba(52, 211, 153, 0.12), transparent 40%),
    #0b1220;
}

.csd-search-box {
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #e2e8f0;
  font-size: 0.75rem;
}

.csd-serp-list {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.csd-serp-list article {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.65rem;
  background: rgba(15, 23, 42, 0.72);
}

.csd-serp-rank {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  flex: none;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(51, 132, 252, 0.28);
  color: #bfdbfe;
  font-size: 0.6875rem;
  font-weight: 700;
}

.csd-serp-list strong {
  display: block;
  color: #fff;
  font-size: 0.75rem;
}

.csd-serp-list i {
  display: block;
  margin-top: 0.28rem;
  height: 0.28rem;
  width: 7rem;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.35);
}

.csd-design-canvas--ppc {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background:
    radial-gradient(circle at 0% 100%, rgba(251, 191, 36, 0.14), transparent 42%),
    #0b1220;
}

.csd-ad-preview {
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  background: rgba(15, 23, 42, 0.78);
}

.csd-ad-sponsor {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #86efac;
}

.csd-ad-preview strong {
  display: block;
  color: #93c5fd;
  font-size: 0.875rem;
}

.csd-ad-preview p {
  margin: 0.25rem 0 0;
  color: #86efac;
  font-size: 0.6875rem;
}

.csd-design-canvas--social {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(236, 72, 153, 0.14), transparent 44%),
    #0b1220;
}

.csd-social-platforms {
  display: flex;
  gap: 0.4rem;
}

.csd-social-platforms span {
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
  font-size: 0.625rem;
}

.csd-social-post {
  display: flex;
  gap: 0.7rem;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.8rem;
  background: rgba(15, 23, 42, 0.78);
}

.csd-social-avatar {
  width: 2rem;
  height: 2rem;
  flex: none;
  overflow: hidden;
  border-radius: 999px;
  background: #fff url("/genifysoft.png") center / 70% no-repeat;
}

.csd-social-post strong {
  display: block;
  color: #fff;
  font-size: 0.75rem;
}

.csd-social-post p {
  margin: 0.25rem 0 0;
  color: #94a3b8;
  font-size: 0.6875rem;
}

.csd-social-stats {
  display: flex;
  gap: 0.75rem;
  color: #cbd5e1;
  font-size: 0.6875rem;
}

.csd-design-canvas--email {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  background:
    radial-gradient(circle at 20% 0%, rgba(56, 189, 248, 0.14), transparent 42%),
    #0b1220;
}

.csd-email-chrome {
  display: flex;
  gap: 0.35rem;
}

.csd-email-chrome span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.csd-email-meta p {
  margin: 0;
  color: #94a3b8;
  font-size: 0.625rem;
}

.csd-email-meta strong {
  display: block;
  margin-top: 0.2rem;
  color: #fff;
  font-size: 0.8125rem;
}

.csd-email-body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.csd-email-hero {
  height: 2.6rem;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, rgba(51, 132, 252, 0.5), rgba(99, 102, 241, 0.28));
}

.csd-email-body span:not(.csd-email-hero) {
  display: block;
  height: 0.35rem;
  width: 72%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.csd-email-body span:last-child {
  width: 48%;
}

.csd-phone-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.75rem;
}

.csd-phone-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
}

.csd-phone-wrap p {
  margin: 0;
  color: #e2e8f0;
  font-size: 0.6875rem;
  font-weight: 600;
  text-align: center;
}

.csd-phone {
  position: relative;
  width: 8.05rem;
  padding: 0.5rem 0.4rem 0.65rem;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 1.4rem;
  background: #111827;
  box-shadow: 0 18px 36px -18px rgba(0, 0, 0, 0.65);
}

.csd-phone-notch {
  position: absolute;
  top: 0.5rem;
  left: 50%;
  z-index: 2;
  width: 2.4rem;
  height: 0.4rem;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #020617;
}

.csd-phone-screen {
  display: flex;
  min-height: 13.6rem;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.95rem;
  background: #f8fafc;
}

.csd-phone-status {
  display: flex;
  justify-content: space-between;
  padding: 0.4rem 0.5rem 0.1rem;
  color: #64748b;
  font-size: 0.5rem;
}

.csd-phone-appbar {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.45rem 0.4rem;
}

.csd-phone-appbar img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
  border-radius: 0.28rem;
  background: #fff;
  padding: 0.08rem;
}

.csd-phone-appbar strong {
  display: block;
  color: #0f172a;
  font-size: 0.55rem;
  line-height: 1.2;
}

.csd-phone-appbar span {
  color: #64748b;
  font-size: 0.45rem;
}

.csd-phone-home {
  display: block;
  width: 2.2rem;
  height: 0.26rem;
  margin: 0.35rem auto 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
}

.csd-pos-sales {
  margin: 0 0.45rem 0.4rem;
  padding: 0.4rem 0.45rem;
  border-radius: 0.5rem;
  background: #0f172a;
  color: #fff;
}

.csd-pos-sales span {
  display: block;
  font-size: 0.45rem;
  color: #94a3b8;
}

.csd-pos-sales b {
  display: block;
  font-size: 0.85rem;
  letter-spacing: -0.03em;
}

.csd-pos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3rem;
  padding: 0 0.45rem;
}

.csd-pos-grid span {
  display: flex;
  min-height: 1.85rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  background: #e2e8f0;
  color: #334155;
  font-size: 0.45rem;
  font-weight: 600;
}

.csd-pos-checkout {
  margin: auto 0.45rem 0.45rem;
  padding: 0.35rem 0.4rem;
  border-radius: 0.4rem;
  background: #3384fc;
  color: #fff;
  font-size: 0.5rem;
  font-weight: 700;
  text-align: center;
}

.csd-appt-week {
  display: flex;
  justify-content: space-between;
  padding: 0 0.45rem 0.4rem;
}

.csd-appt-week span {
  display: flex;
  width: 1.05rem;
  height: 1.05rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #e2e8f0;
  color: #475569;
  font-size: 0.45rem;
  font-weight: 700;
}

.csd-appt-week .is-active {
  background: #3384fc;
  color: #fff;
}

.csd-appt-list {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  margin: 0;
  padding: 0 0.45rem 0.5rem;
  list-style: none;
}

.csd-appt-list li {
  display: flex;
  gap: 0.35rem;
  padding: 0.32rem 0.4rem;
  border-radius: 0.4rem;
  background: #fff;
  box-shadow: 0 0 0 1px #e2e8f0;
}

.csd-appt-list b {
  color: #3384fc;
  font-size: 0.45rem;
}

.csd-appt-list span {
  color: #334155;
  font-size: 0.48rem;
}

.csd-build-stage {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  margin: 0.2rem 0.45rem 0.55rem;
  padding: 0.7rem 0.4rem;
  border: 1px dashed #94a3b8;
  border-radius: 0.7rem;
  background: #fff;
  text-align: center;
}

.csd-build-plus {
  display: flex;
  width: 1.7rem;
  height: 1.7rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #3384fc;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}

.csd-build-stage b {
  color: #0f172a;
  font-size: 0.58rem;
}

.csd-build-stage span:last-child {
  color: #64748b;
  font-size: 0.45rem;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .csd-phone {
    width: 7.35rem;
  }
}

@media (max-width: 640px) {
  .csd-phone-row {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .csd-figma-frame--phone {
    display: none;
  }

  .csd-flow-arrow {
    display: none;
  }

  .csd-flow-row {
    flex-direction: column;
  }

  .csd-flow-card {
    width: 100%;
  }
}

.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;
}

.csd-intro-media-row {
  display: grid;
  gap: 1.25rem;
  align-items: stretch;
}

@media (min-width: 768px) {
  .csd-intro-media-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .csd-intro-media-row {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 1.75rem;
  }
}

.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-process-head {
  margin-bottom: 0;
}

.csd-process-lead {
  margin-top: 1rem;
  max-width: none;
  width: 100%;
  margin-inline: 0;
}

.csd-process-body {
  display: grid;
  gap: 1.75rem;
  align-items: start;
}

.csd-process-copy {
  min-width: 0;
}

.csd-process-visual {
  position: relative;
  min-width: 0;
}

.csd-process-visual-backdrop {
  position: absolute;
  inset: 0.75rem -0.5rem -0.75rem 0.75rem;
  border-radius: 1.25rem;
  border: 1px solid #dbeafe;
  background: linear-gradient(145deg, #eff6ff 0%, #f8fafc 55%, #f5f3ff 100%);
  z-index: 0;
}

.csd-process-photo {
  position: relative;
  z-index: 1;
}

.csd-process-photo img {
  aspect-ratio: 4 / 5;
  min-height: 14rem;
  object-position: center;
}

@media (min-width: 768px) {
  .csd-process-body {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 2rem;
    align-items: stretch;
  }

  .csd-process-visual {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .csd-process-photo img {
    min-height: 18rem;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
  }
}

@media (min-width: 1024px) {
  .csd-process-body {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 2.25rem;
    margin-bottom: 2rem;
  }

  .csd-process-visual {
    position: relative;
    top: auto;
  }

  .csd-timeline-wrap {
    padding-top: 0;
  }
}

.csd-timeline-wrap {
  position: relative;
  min-width: 0;
}

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

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

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

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

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

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

@media (min-width: 1024px) {
  .csd-timeline-step {
    padding: 0 0.35rem;
    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.875rem;
  font-weight: 600;
  line-height: 1.35;
  color: #0f172a;
}

@media (min-width: 1024px) {
  .csd-timeline-step h3 {
    font-size: 0.8125rem;
  }
}

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

@media (min-width: 1024px) {
  .csd-timeline-step p {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

@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: 1.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-industries-layout {
  display: grid;
  gap: 2rem;
}

@media (min-width: 1024px) {
  #industries .csd-industries-layout {
    gap: 2.5rem;
  }
}

.csd-industries-intro {
  max-width: 42rem;
}

.csd-industries-lead {
  margin-top: 1rem;
  text-align: left;
}

.csd-industries-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.875rem;
}

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

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

@media (min-width: 1200px) {
  .csd-industries-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.csd-industry-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 100%;
  padding: 1.25rem 1.25rem 1.35rem;
  border-radius: 1.15rem;
  border: 1px solid #e2e8f0;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 10px 28px -24px rgba(15, 23, 42, 0.35);
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.csd-industry-item::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  border-radius: 1.15rem 1.15rem 0 0;
  background: linear-gradient(90deg, #3384fc, #6366f1);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.csd-industry-item:hover {
  border-color: #bfdbfe;
  box-shadow: 0 18px 36px -24px rgba(51, 132, 252, 0.45);
  transform: translateY(-2px);
}

.csd-industry-item:hover::before {
  opacity: 1;
}

.csd-industry-icon {
  display: flex;
  height: 2.75rem;
  width: 2.75rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.85rem;
  border: 1px solid #dbeafe;
  background: linear-gradient(135deg, #eff6ff, #f5f3ff);
  color: #2563eb;
  box-shadow: none;
}

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

.csd-industry-copy h3 {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.35;
  color: #0f172a;
}

.csd-industry-copy p {
  margin: 0.4rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #64748b;
}

/* ── 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-body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.5rem;
  margin-bottom: 1.75rem;
  align-items: stretch;
}

.csd-promise-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.csd-promise-visual {
  min-width: 0;
}

.csd-promise-photo {
  height: 100%;
}

.csd-promise-photo img {
  aspect-ratio: 16 / 11;
  min-height: 12rem;
  object-fit: cover;
}

@media (min-width: 900px) {
  .csd-promise-body {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 2rem;
    margin-bottom: 2rem;
  }

  .csd-promise-photo img {
    height: 100%;
    min-height: 14rem;
    aspect-ratio: auto;
  }
}

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

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

.csd-promise-band .csd-lead,
.csd-promise-lead {
  color: #94a3b8;
  text-align: left;
  max-width: none;
  margin-top: 1rem;
}

.csd-promise-lead + .csd-promise-lead {
  margin-top: 0.85rem;
}

.csd-promise-grid {
  position: relative;
  z-index: 1;
  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 2.5rem;
  background: linear-gradient(180deg, #fff, #f8fafc);
}

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