/* =========================================================
   CASE STUDY DETAIL PAGES
   Shared by all case-study detail pages
========================================================= */

/* =========================================================
   GRADIENT TEXT FIX
========================================================= */

.case-study-page .gradient-cyan,
.case-study-page .gradient-blue,
.case-study-page .gradient-purple,
.case-study-page .section-head h2 span,
.case-study-page .case-study-cta h2 span {
  display: inline;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

.case-study-page .gradient-cyan {
  background-image: linear-gradient(90deg, var(--cyan), #67e8f9) !important;
}

.case-study-page .gradient-blue {
  background-image: linear-gradient(90deg, var(--cyan), var(--blue)) !important;
}

.case-study-page .gradient-purple {
  background-image: linear-gradient(90deg, var(--blue), var(--purple)) !important;
}

.case-study-page .section-head h2 span,
.case-study-page .case-study-cta h2 span {
  background-image: linear-gradient(90deg, var(--cyan), var(--blue), var(--purple));
}

/* =========================================================
   BREADCRUMB
========================================================= */

.case-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  padding-top: 1.35rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.case-breadcrumb a {
  transition: color 0.2s ease;
}

.case-breadcrumb a:hover,
.case-breadcrumb a:focus-visible {
  color: var(--cyan);
}

/* =========================================================
   HERO
========================================================= */

.case-study-hero {
  padding: 4.5rem 0 3rem;
}

.case-study-hero h1 {
  max-width: 940px;
  margin: 0;
  color: var(--text);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.case-study-hero .lead {
  max-width: 790px;
  margin-top: 1.4rem;
  color: var(--muted);
  font-size: 1.15rem;
  line-height: 1.75;
}

/* =========================================================
   TECHNOLOGY TAGS
========================================================= */

.case-tech-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 2rem;
}

.case-tech-row span {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(56, 189, 248, 0.25);
  border-radius: 999px;
  background: rgba(15, 22, 34, 0.8);
  color: #dfeaf9;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
}

.case-confidential {
  margin: 1.35rem 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

/* =========================================================
   SECTION HEAD
========================================================= */

.case-study-page .section-head {
  max-width: 850px;
  margin-bottom: 2rem;
}

.case-study-page .section-head .eyebrow {
  margin-bottom: 0.8rem;
}

.case-study-page .section-head h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.case-study-page .section-head .lead {
  max-width: 760px;
  margin-top: 1rem;
}

/* =========================================================
   AT A GLANCE
========================================================= */

.case-glance-section {
  padding-top: 2.5rem;
}

.case-glance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
}

.case-glance-card {
  min-width: 0;
  padding: 1.25rem;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(17, 24, 39, 0.82);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.case-glance-card:hover {
  transform: translateY(-2px);
  border-color: rgba(56, 189, 248, 0.32);
}

.case-glance-card dt {
  margin-bottom: 0.45rem;
  color: var(--cyan);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-glance-card dd {
  margin: 0;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
}

/* =========================================================
   OVERVIEW
========================================================= */

.case-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: 1.25rem;
  align-items: stretch;
}

.case-panel,
.case-highlight-card {
  border: 1px solid var(--border);
  border-radius: 20px;
  background: rgba(17, 24, 39, 0.86);
  box-shadow: 0 16px 32px rgba(2, 6, 23, 0.14);
}

.case-panel {
  padding: 2rem;
}

.case-highlight-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  background: linear-gradient(145deg, rgba(14, 116, 224, 0.14), rgba(155, 93, 229, 0.08)), rgba(17, 24, 39, 0.9);
}

.case-label {
  margin: 0 0 0.75rem;
  color: var(--cyan) !important;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.case-panel h2 {
  max-width: 700px;
  margin: 0 0 1.2rem;
  color: var(--text);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.case-panel p:not(.case-label),
.case-highlight-card p:not(.case-label) {
  color: var(--muted);
  line-height: 1.75;
}

.case-panel p:last-child,
.case-highlight-card p:last-child {
  margin-bottom: 0;
}

.case-highlight-card h3 {
  margin: 0 0 0.8rem;
  color: var(--text);
  font-size: 1.45rem;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

/* =========================================================
   FLOW DIAGRAM - BASE (5 COLUMN)
========================================================= */

.case-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.case-flow-node {
  position: relative;
  min-width: 0;
  min-height: 190px;
  padding: 1.4rem;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(17, 24, 39, 0.85);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.case-flow-node:hover {
  transform: translateY(-3px);
  border-color: rgba(56, 189, 248, 0.38);
  box-shadow: 0 14px 28px rgba(14, 116, 224, 0.12);
}

.case-flow-node:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -0.85rem;
  z-index: 2;
  color: var(--cyan);
  font-size: 1.2rem;
  transform: translateY(-50%);
}

.case-flow-number {
  display: block;
  color: var(--cyan);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.case-flow-node h3 {
  margin: 1rem 0 0.5rem;
  color: var(--text);
  font-size: 1.12rem;
  line-height: 1.3;
}

.case-flow-node p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.6;
}

/* =========================================================
   PROCESS CARDS
========================================================= */

.case-process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.case-process-card {
  position: relative;
  min-width: 0;
  min-height: 220px;
  padding: 1.7rem;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(17, 24, 39, 0.85);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.case-process-card:hover {
  transform: translateY(-3px);
  border-color: rgba(56, 189, 248, 0.35);
  box-shadow: 0 14px 28px rgba(14, 116, 224, 0.12);
}

.case-process-no {
  position: absolute;
  top: 0.25rem;
  right: 1rem;
  color: rgba(255, 255, 255, 0.04);
  font-family: "Space Grotesk", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.case-process-card h3 {
  position: relative;
  margin: 0 0 0.8rem;
  color: var(--text);
  font-size: 1.35rem;
  line-height: 1.3;
}

.case-process-card p:not(.case-label) {
  position: relative;
  color: var(--muted);
  line-height: 1.7;
}

.case-process-card p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   CAPABILITY GRID
========================================================= */

.case-capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.case-capability {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
  min-height: 64px;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 13px;
  background: rgba(17, 24, 39, 0.8);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.45;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.case-capability:hover {
  transform: translateY(-2px);
  border-color: rgba(56, 189, 248, 0.35);
  background: rgba(19, 38, 68, 0.86);
}

.case-capability span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(56, 189, 248, 0.12);
  color: var(--cyan);
  font-size: 0.78rem;
}

/* =========================================================
   DECISION CARDS
========================================================= */

.case-decision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  max-width: 850px;
  margin: 1.5rem auto 0;
}

.case-decision-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 70px;
  padding: 0.8rem 1.2rem;
  border: 1px solid rgba(56, 189, 248, 0.22);
  border-radius: 14px;
  background: rgba(15, 22, 34, 0.85);
  text-align: left;
  overflow: hidden;
}

.case-decision-card .decision-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(56, 189, 248, 0.12);
  color: var(--cyan, #38bdf8);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
}

.case-decision-card .decision-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
}

.case-decision-card strong {
  display: block;
  font-size: 0.95rem;
  color: var(--text, #f8fafc);
  line-height: 1.3;
  white-space: nowrap;
  font-weight: 600;
}

.case-decision-card .decision-sub {
  display: block;
  font-size: 0.72rem;
  color: var(--muted, #9db2c9);
  font-weight: 400;
  line-height: 1.3;
  white-space: nowrap;
}

/* =========================================================
   PRODUCTION WORKFLOWS
========================================================= */

.case-workflow-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.case-workflow-card {
  min-width: 0;
  padding: 1.35rem;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(17, 24, 39, 0.85);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.case-workflow-card:hover {
  transform: translateY(-2px);
  border-color: rgba(56, 189, 248, 0.34);
}

.case-workflow-number {
  display: block;
  margin-bottom: 1rem;
  color: var(--cyan);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.case-workflow-card h3 {
  margin: 0 0 0.6rem;
  color: var(--text);
  font-size: 1.08rem;
}

.case-workflow-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.65;
}

/* =========================================================
   IMPLEMENTATION PROOF
========================================================= */

.case-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.case-proof-card {
  padding: 1.5rem;
  border: 1px solid var(--border);
  border-radius: 17px;
  background: rgba(17, 24, 39, 0.85);
}

.case-proof-tag {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.1);
  color: var(--cyan);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-proof-card h3 {
  margin: 0 0 0.65rem;
  color: var(--text);
}

.case-proof-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

/* =========================================================
   VERIFIED METRIC
========================================================= */

.case-metric-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1.55fr);
  align-items: center;
  gap: 3rem;
  padding: 2.4rem;
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(14, 116, 224, 0.12), rgba(155, 93, 229, 0.06)), rgba(17, 24, 39, 0.85);
}

.case-stat-number {
  display: block;
  color: var(--cyan);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3.8rem, 8vw, 6.5rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.065em;
}

.case-metric-content h2 {
  margin: 0 0 1rem;
  color: var(--text);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.case-metric-content p {
  color: var(--muted);
  line-height: 1.7;
}

.case-metric-note {
  margin-bottom: 0;
  padding-top: 0.8rem;
  border-top: 1px solid var(--border);
  font-size: 0.88rem;
}

/* =========================================================
   EVIDENCE NOTE
========================================================= */

.case-evidence-note {
  margin-top: 2rem;
  padding: 1.3rem 1.5rem;
  border-left: 3px solid var(--cyan);
  border-radius: 0 14px 14px 0;
  background: rgba(56, 189, 248, 0.06);
}

.case-evidence-note strong {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--text);
}

.case-evidence-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

/* =========================================================
   FAQ
========================================================= */

.case-faq {
  max-width: 900px;
  margin: 0 auto;
}

.case-faq details {
  margin-bottom: 0.8rem;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(17, 24, 39, 0.82);
}

.case-faq summary {
  position: relative;
  padding: 1.2rem 3.2rem 1.2rem 1.25rem;
  color: var(--text);
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}

.case-faq summary::-webkit-details-marker {
  display: none;
}

.case-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  color: var(--cyan);
  font-size: 1.3rem;
  transform: translateY(-50%);
}

.case-faq details[open] summary::after {
  content: "−";
}

.case-faq details p {
  margin: 0;
  padding: 0 1.25rem 1.25rem;
  color: var(--muted);
  line-height: 1.75;
}

/* =========================================================
   CTA
========================================================= */

.case-study-cta {
  padding: 3.5rem 1.75rem;
  border-color: rgba(56, 189, 248, 0.3);
  background: linear-gradient(135deg, rgba(19, 38, 68, 0.98), rgba(27, 20, 54, 0.98));
  box-shadow: 0 22px 50px rgba(32, 77, 160, 0.2);
}

.case-study-cta h2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.case-cta-actions {
  justify-content: center;
}

/* =========================================================
   CTA IN IMPLEMENTATION SCOPE
========================================================= */

.impl-cta {
  margin-top: 2.5rem;
  text-align: center;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {
  .case-glance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-overview-grid {
    grid-template-columns: 1fr;
  }

  .case-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-flow-node:not(:last-child)::after {
    display: none;
  }

  .case-workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-metric-block {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .case-decision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
  }

  .case-decision-card {
    padding: 0.7rem 1rem;
    gap: 0.6rem;
    min-height: 60px;
  }

  .case-decision-card .decision-icon {
    width: 28px;
    height: 28px;
    font-size: 0.8rem;
  }

  .case-decision-card strong {
    font-size: 0.85rem;
  }

  .case-decision-card .decision-sub {
    font-size: 0.65rem;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {
  .case-breadcrumb {
    padding-top: 1rem;
    font-size: 0.72rem;
  }

  .case-study-hero {
    padding: 3.2rem 0 2.4rem;
  }

  .case-study-hero h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 12vw, 3.5rem);
    line-height: 1.04;
    letter-spacing: -0.05em;
    word-break: normal;
    overflow-wrap: normal;
  }

  .case-study-hero .lead {
    font-size: 1rem;
  }

  .case-tech-row {
    gap: 0.5rem;
    margin-top: 1.5rem;
  }

  .case-tech-row span {
    padding: 0.55rem 0.7rem;
    font-size: 0.72rem;
  }

  .case-glance-grid,
  .case-flow,
  .case-process-grid,
  .case-capability-grid,
  .case-decision-grid,
  .case-workflow-grid,
  .case-proof-grid {
    grid-template-columns: 1fr;
  }

  .case-panel,
  .case-highlight-card {
    padding: 1.35rem;
  }

  .case-panel h2 {
    font-size: 2rem;
    word-break: normal;
  }

  .case-flow-node,
  .case-process-card {
    min-height: 0;
  }

  .case-process-card {
    padding: 1.35rem;
  }

  .case-metric-block {
    padding: 1.4rem;
  }

  .case-stat-number {
    font-size: 4rem;
  }

  .case-study-cta {
    padding: 2.5rem 1.2rem;
  }

  .case-cta-actions {
    flex-direction: column;
    width: 100%;
  }

  .case-cta-actions .btn {
    width: 100%;
  }

  .case-decision-card {
    padding: 0.8rem 1rem;
    min-height: 55px;
    justify-content: flex-start;
  }

  .case-decision-card strong {
    white-space: normal;
    font-size: 0.9rem;
  }

  .case-decision-card .decision-sub {
    white-space: normal;
    font-size: 0.7rem;
  }

  .case-decision-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}

/* =========================================================
   AIRTABLE-SPECIFIC STYLES
========================================================= */

.lifecycle-wrapper {
  padding: 30px 0 10px;
  overflow-x: auto;
}

.lifecycle {
  min-width: 780px;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 0;
}

.lifecycle-step {
  position: relative;
  text-align: center;
  padding: 0 0.5rem;
}

.lifecycle-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 25px;
  right: -2px;
  width: 20px;
  height: 1px;
  background: linear-gradient(90deg, var(--cyan), rgba(56, 189, 248, 0.1));
}

.lifecycle-number {
  position: relative;
  z-index: 2;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  border-radius: 50%;
  border: 1px solid rgba(56, 189, 248, 0.35);
  background: #0b1020;
  color: var(--cyan);
  font-size: 10px;
  font-weight: 800;
  box-shadow: 0 0 25px rgba(56, 189, 248, 0.08);
}

.lifecycle-step span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  white-space: nowrap;
}

/* Airtable Glance Cards */
.airtable-glance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.airtable-glance-card {
  padding: 1.5rem;
  border: 1px solid rgba(45, 212, 191, 0.15);
  border-radius: 16px;
  background: rgba(17, 24, 39, 0.7);
  text-align: center;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.airtable-glance-card:hover {
  transform: translateY(-4px);
  border-color: rgba(45, 212, 191, 0.4);
  box-shadow: 0 12px 30px rgba(45, 212, 191, 0.08);
}

.airtable-glance-card dt {
  color: var(--cyan);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.airtable-glance-card dd {
  margin: 0;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
}

/* Airtable Split Layout */
.airtable-split {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 2rem;
  align-items: stretch;
}

.airtable-split-main {
  padding: 2rem;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: rgba(17, 24, 39, 0.85);
}

.airtable-split-side {
  padding: 2rem;
  border: 1px solid rgba(45, 212, 191, 0.2);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(45, 212, 191, 0.08), rgba(17, 24, 39, 0.9));
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Airtable Pills */
.airtable-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.airtable-pill {
  padding: 0.6rem 1.2rem;
  border: 1px solid rgba(45, 212, 191, 0.2);
  border-radius: 999px;
  background: rgba(45, 212, 191, 0.06);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
  font-weight: 500;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.airtable-pill:hover {
  border-color: rgba(45, 212, 191, 0.5);
  background: rgba(45, 212, 191, 0.12);
}

/* Airtable Features */
.airtable-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.airtable-feature {
  padding: 1.8rem;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: rgba(17, 24, 39, 0.7);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.airtable-feature:hover {
  transform: translateY(-4px);
  border-color: rgba(45, 212, 191, 0.3);
  box-shadow: 0 12px 30px rgba(45, 212, 191, 0.06);
}

.airtable-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(45, 212, 191, 0.1);
  color: var(--cyan);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.airtable-feature h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  color: var(--text);
}

.airtable-feature p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Airtable Lifecycle Horizontal */
.airtable-lifecycle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.2rem;
  padding: 1.5rem 0;
}

.airtable-lifecycle-step {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(45, 212, 191, 0.15);
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.7);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  transition: border-color 0.3s ease, background 0.3s ease;
}

.airtable-lifecycle-step:hover {
  border-color: rgba(45, 212, 191, 0.4);
  background: rgba(45, 212, 191, 0.06);
}

.airtable-lifecycle-step .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(45, 212, 191, 0.15);
  color: var(--cyan);
  font-size: 0.6rem;
  font-weight: 700;
}

.airtable-lifecycle-arrow {
  color: rgba(45, 212, 191, 0.3);
  font-size: 1rem;
}

/* Airtable Metrics */
.airtable-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(45, 212, 191, 0.12);
  border-radius: 16px;
  background: rgba(17, 24, 39, 0.6);
}

.airtable-metric {
  text-align: center;
}

.airtable-metric strong {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--cyan);
}

.airtable-metric span {
  display: block;
  font-size: 0.7rem;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Airtable Mobile */
@media (max-width: 900px) {
  .airtable-split {
    grid-template-columns: 1fr;
  }
  .airtable-glance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .airtable-features {
    grid-template-columns: 1fr;
  }
  .airtable-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .airtable-glance-grid {
    grid-template-columns: 1fr;
  }
  .airtable-metrics {
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
    padding: 1rem;
  }
  .airtable-metric strong {
    font-size: 1.3rem;
  }
  .lifecycle {
    min-width: 600px;
  }
  .lifecycle-step span {
    font-size: 8px;
  }
  .lifecycle-number {
    width: 36px;
    height: 36px;
    font-size: 8px;
  }
  .lifecycle-step:not(:last-child)::after {
    width: 12px;
  }
}

/* =========================================================
   MONDAY.COM-SPECIFIC STYLES
========================================================= */

.pipeline-board {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 2rem 0;
}

.pipeline-column {
  background: rgba(17, 24, 39, 0.6);
  border: 1px solid var(--border, rgba(148, 163, 184, 0.18));
  border-radius: 14px;
  padding: 0.8rem 0.6rem;
  min-height: 160px;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.pipeline-column:hover {
  border-color: rgba(56, 189, 248, 0.3);
  transform: translateY(-4px);
}

.pipeline-column-header {
  text-align: center;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 0.6rem;
}

.pipeline-column-header strong {
  display: block;
  font-size: 0.75rem;
  color: var(--text, #f8fafc);
  letter-spacing: 0.02em;
}

.pipeline-column-header span {
  font-size: 0.6rem;
  color: var(--muted, #9db2c9);
}

.pipeline-card {
  background: rgba(17, 24, 39, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 0.6rem 0.7rem;
  margin-bottom: 0.5rem;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.7);
  transition: border-color 0.3s ease, background 0.3s ease;
}

.pipeline-card:hover {
  border-color: rgba(56, 189, 248, 0.3);
  background: rgba(56, 189, 248, 0.04);
}

.pipeline-card .card-label {
  font-weight: 600;
  color: var(--text, #f8fafc);
}

.pipeline-card .card-sub {
  font-size: 0.6rem;
  color: var(--muted, #9db2c9);
}

.pipeline-progress {
  height: 3px;
  background: rgba(56, 189, 248, 0.1);
  border-radius: 99px;
  margin-top: 0.4rem;
  overflow: hidden;
}

.pipeline-progress .fill {
  height: 100%;
  background: var(--cyan, #38bdf8);
  border-radius: 99px;
}

.monday-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.monday-feature {
  padding: 1.6rem;
  border: 1px solid var(--border, rgba(148, 163, 184, 0.18));
  border-radius: 16px;
  background: rgba(17, 24, 39, 0.7);
  transition: transform 0.3s ease, border-color 0.3s ease;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.monday-feature:hover {
  transform: translateY(-4px);
  border-color: rgba(56, 189, 248, 0.3);
}

.monday-feature .mf-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(56, 189, 248, 0.08);
  color: var(--cyan, #38bdf8);
}

.monday-feature .mf-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.8;
}

.monday-feature .mf-content h3 {
  margin: 0 0 0.3rem;
  font-size: 1rem;
  color: var(--text, #f8fafc);
}

.monday-feature .mf-content p {
  margin: 0;
  color: var(--muted, #9db2c9);
  font-size: 0.85rem;
  line-height: 1.6;
}

.monday-workflow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.monday-wf-step {
  text-align: center;
  padding: 1.5rem 1rem;
  border: 1px solid var(--border, rgba(148, 163, 184, 0.18));
  border-radius: 16px;
  background: rgba(17, 24, 39, 0.6);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.monday-wf-step:hover {
  transform: translateY(-4px);
  border-color: rgba(56, 189, 248, 0.3);
}

.monday-wf-step .wf-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(56, 189, 248, 0.08);
  color: var(--cyan, #38bdf8);
  margin-bottom: 0.8rem;
}

.monday-wf-step .wf-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.8;
}

.monday-wf-step strong {
  display: block;
  font-size: 0.9rem;
  color: var(--text, #f8fafc);
  margin-bottom: 0.3rem;
}

.monday-wf-step span {
  font-size: 0.75rem;
  color: var(--muted, #9db2c9);
  line-height: 1.5;
}

/* Monday Mobile */
@media (max-width: 900px) {
  .pipeline-board {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
  }
  .monday-features {
    grid-template-columns: 1fr;
  }
  .monday-workflow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .pipeline-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .monday-workflow {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   MEDICAL SPA - VERTICAL TIMELINE FLOW
========================================================= */

.flow-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem 0;
}

.flow-timeline::before {
  content: "";
  position: absolute;
  left: 39px;
  top: 50px;
  bottom: 50px;
  width: 2px;
  background: linear-gradient(to bottom, var(--cyan, #38bdf8), rgba(56, 189, 248, 0.1));
}

.flow-step {
  display: flex;
  align-items: flex-start;
  gap: 1.8rem;
  padding: 1rem 0;
  position: relative;
}

.flow-step-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid rgba(56, 189, 248, 0.25);
  background: rgba(17, 24, 39, 0.85);
  position: relative;
  z-index: 2;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.flow-step-icon:hover {
  border-color: var(--cyan, #38bdf8);
  transform: scale(1.05);
  box-shadow: 0 0 30px rgba(56, 189, 248, 0.15);
}

.flow-step-icon svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.8;
  color: var(--cyan, #38bdf8);
}

.flow-step-icon .step-num {
  font-size: 0.55rem;
  font-weight: 700;
  color: var(--muted, #9db2c9);
  letter-spacing: 0.1em;
  margin-top: 4px;
}

.flow-step-content {
  flex: 1;
  padding: 0.5rem 0;
}

.flow-step-content h3 {
  margin: 0 0 0.3rem;
  font-size: 1.15rem;
  color: var(--text, #f8fafc);
}

.flow-step-content p {
  margin: 0;
  color: var(--muted, #9db2c9);
  font-size: 0.9rem;
  line-height: 1.6;
}

.flow-step-content .step-tag {
  display: inline-block;
  margin-top: 0.4rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.08);
  border: 1px solid rgba(56, 189, 248, 0.12);
  font-size: 0.6rem;
  font-weight: 600;
  color: var(--cyan, #38bdf8);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.flow-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}

.flow-col {
  padding: 1.8rem;
  border: 1px solid var(--border, rgba(148, 163, 184, 0.18));
  border-radius: 18px;
  background: rgba(17, 24, 39, 0.7);
}

.flow-col h3 {
  margin: 0 0 1.2rem;
  font-size: 1.1rem;
  text-align: center;
  color: var(--cyan, #38bdf8);
}

.flow-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.flow-col ul li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: var(--muted, #9db2c9);
  font-size: 0.85rem;
  line-height: 1.5;
}

.flow-col ul li:last-child {
  border-bottom: none;
}

.flow-col ul li .li-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(56, 189, 248, 0.08);
  color: var(--cyan, #38bdf8);
}

.flow-col ul li .li-icon svg {
  width: 14px;
  height: 14px;
  stroke-width: 2;
}

/* Medical Spa Mobile */
@media (max-width: 768px) {
  .flow-row {
    grid-template-columns: 1fr;
  }
  .flow-step {
    gap: 1rem;
  }
  .flow-step-icon {
    width: 60px;
    height: 60px;
  }
  .flow-step-icon svg {
    width: 22px;
    height: 22px;
  }
  .flow-timeline::before {
    left: 29px;
  }
}

@media (max-width: 600px) {
  .flow-step-icon {
    width: 50px;
    height: 50px;
  }
  .flow-step-icon svg {
    width: 18px;
    height: 18px;
  }
  .flow-step-content h3 {
    font-size: 1rem;
  }
  .flow-step-content p {
    font-size: 0.8rem;
  }
  .flow-timeline::before {
    left: 24px;
  }
}

/* =========================================================
   POWER AUTOMATE - HORIZONTAL FLOW
========================================================= */

.pa-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 1.5rem 0;
  flex-wrap: wrap;
}

.pa-flow-step {
  flex: 1;
  min-width: 160px;
  max-width: 220px;
  position: relative;
  padding: 1.5rem 1rem;
  border: 1px solid var(--border, rgba(148, 163, 184, 0.18));
  border-radius: 16px;
  background: rgba(17, 24, 39, 0.7);
  text-align: center;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.pa-flow-step:hover {
  transform: translateY(-4px);
  border-color: rgba(56, 189, 248, 0.3);
}

.pa-flow-step .step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(56, 189, 248, 0.08);
  color: var(--cyan, #38bdf8);
  margin-bottom: 0.8rem;
}

.pa-flow-step .step-icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.8;
}

.pa-flow-step strong {
  display: block;
  font-size: 0.9rem;
  color: var(--text, #f8fafc);
  margin-bottom: 0.3rem;
}

.pa-flow-step span {
  display: block;
  font-size: 0.75rem;
  color: var(--muted, #9db2c9);
  line-height: 1.5;
}

.pa-flow-step .step-num {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--cyan, #38bdf8);
  color: #070d18;
  font-size: 0.65rem;
  font-weight: 800;
}

.pa-flow-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: rgba(56, 189, 248, 0.4);
  padding: 0 0.2rem;
}

.pa-flow-arrow svg {
  width: 22px;
  height: 22px;
  stroke-width: 2;
}

.pa-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}

.pa-stack-item {
  padding: 1.2rem;
  border: 1px solid var(--border, rgba(148, 163, 184, 0.18));
  border-radius: 14px;
  background: rgba(17, 24, 39, 0.6);
  text-align: center;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.pa-stack-item:hover {
  transform: translateY(-3px);
  border-color: rgba(56, 189, 248, 0.3);
}

.pa-stack-item .stack-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(56, 189, 248, 0.08);
  color: var(--cyan, #38bdf8);
  margin-bottom: 0.6rem;
}

.pa-stack-item .stack-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.8;
}

.pa-stack-item strong {
  display: block;
  font-size: 0.85rem;
  color: var(--text, #f8fafc);
}

.pa-stack-item span {
  display: block;
  font-size: 0.7rem;
  color: var(--muted, #9db2c9);
}

.pa-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.pa-feature {
  padding: 1.6rem;
  border: 1px solid var(--border, rgba(148, 163, 184, 0.18));
  border-radius: 16px;
  background: rgba(17, 24, 39, 0.7);
  transition: transform 0.3s ease, border-color 0.3s ease;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.pa-feature:hover {
  transform: translateY(-4px);
  border-color: rgba(56, 189, 248, 0.3);
}

.pa-feature .pf-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(56, 189, 248, 0.08);
  color: var(--cyan, #38bdf8);
}

.pa-feature .pf-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.8;
}

.pa-feature .pf-content h3 {
  margin: 0 0 0.3rem;
  font-size: 1rem;
  color: var(--text, #f8fafc);
}

.pa-feature .pf-content p {
  margin: 0;
  color: var(--muted, #9db2c9);
  font-size: 0.85rem;
  line-height: 1.6;
}

/* Power Automate Mobile */
@media (max-width: 900px) {
  .pa-flow {
    flex-wrap: wrap;
    gap: 0.8rem;
  }
  .pa-flow-step {
    flex: 1 1 180px;
    min-width: 140px;
    max-width: 100%;
  }
  .pa-flow-arrow {
    display: none;
  }
  .pa-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pa-features {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .pa-flow {
    flex-direction: column;
    align-items: stretch;
  }
  .pa-flow-step {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
  }
  .pa-flow-arrow {
    display: flex;
    transform: rotate(90deg);
    padding: 0.2rem 0;
  }
  .pa-stack {
    grid-template-columns: 1fr 1fr;
  }
  .pa-features {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   GHL + ZAPIER - VERTICAL CONNECTED FLOW
========================================================= */

.zh-flow {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 820px;
  margin: 1.5rem auto;
  position: relative;
  padding: 1rem 0;
}

.zh-flow::before {
  content: "";
  position: absolute;
  left: 39px;
  top: 30px;
  bottom: 30px;
  width: 2px;
  background: linear-gradient(to bottom, var(--cyan, #38bdf8), rgba(56, 189, 248, 0.08));
}

.zh-flow-step {
  display: flex;
  align-items: flex-start;
  gap: 1.8rem;
  padding: 0.8rem 0;
  position: relative;
}

.zh-flow-step .step-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid rgba(56, 189, 248, 0.2);
  background: rgba(17, 24, 39, 0.85);
  position: relative;
  z-index: 2;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.zh-flow-step .step-icon:hover {
  border-color: var(--cyan, #38bdf8);
  transform: scale(1.05);
}

.zh-flow-step .step-icon svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.8;
  color: var(--cyan, #38bdf8);
}

.zh-flow-step .step-icon .step-num {
  font-size: 0.5rem;
  font-weight: 700;
  color: var(--muted, #9db2c9);
  letter-spacing: 0.1em;
  margin-top: 3px;
}

.zh-flow-step .step-content {
  flex: 1;
  padding: 0.3rem 0;
}

.zh-flow-step .step-content h3 {
  margin: 0 0 0.3rem;
  font-size: 1.1rem;
  color: var(--text, #f8fafc);
}

.zh-flow-step .step-content p {
  margin: 0;
  color: var(--muted, #9db2c9);
  font-size: 0.85rem;
  line-height: 1.6;
}

.zh-flow-step .step-content .step-tag {
  display: inline-block;
  margin-top: 0.3rem;
  padding: 0.15rem 0.6rem;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.08);
  border: 1px solid rgba(56, 189, 248, 0.12);
  font-size: 0.55rem;
  font-weight: 600;
  color: var(--cyan, #38bdf8);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.zh-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.zh-feature {
  padding: 1.6rem 1.2rem;
  border: 1px solid var(--border, rgba(148, 163, 184, 0.18));
  border-radius: 16px;
  background: rgba(17, 24, 39, 0.7);
  text-align: center;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.zh-feature:hover {
  transform: translateY(-4px);
  border-color: rgba(56, 189, 248, 0.3);
}

.zh-feature .zf-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(56, 189, 248, 0.08);
  color: var(--cyan, #38bdf8);
  margin-bottom: 0.8rem;
}

.zh-feature .zf-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.8;
}

.zh-feature h3 {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
  color: var(--text, #f8fafc);
}

.zh-feature p {
  margin: 0;
  color: var(--muted, #9db2c9);
  font-size: 0.8rem;
  line-height: 1.6;
}

.zh-platforms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.zh-platform {
  padding: 1.8rem;
  border: 1px solid var(--border, rgba(148, 163, 184, 0.18));
  border-radius: 16px;
  background: rgba(17, 24, 39, 0.6);
  transition: border-color 0.3s ease;
}

.zh-platform:hover {
  border-color: rgba(56, 189, 248, 0.25);
}

.zh-platform .platform-header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.zh-platform .platform-header .pl-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(56, 189, 248, 0.08);
  color: var(--cyan, #38bdf8);
}

.zh-platform .platform-header .pl-icon svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.8;
}

.zh-platform .platform-header h3 {
  margin: 0;
  font-size: 1rem;
  color: var(--text, #f8fafc);
}

.zh-platform ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.zh-platform ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.4rem 0;
  color: var(--muted, #9db2c9);
  font-size: 0.8rem;
  line-height: 1.5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.zh-platform ul li:last-child {
  border-bottom: none;
}

.zh-platform ul li .li-dot {
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 0.5rem;
  border-radius: 50%;
  background: var(--cyan, #38bdf8);
}

/* GHL+Zapier Mobile */
@media (max-width: 900px) {
  .zh-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .zh-platforms {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .zh-flow-step .step-icon {
    width: 60px;
    height: 60px;
  }
  .zh-flow-step .step-icon svg {
    width: 22px;
    height: 22px;
  }
  .zh-flow::before {
    left: 29px;
  }
}

@media (max-width: 640px) {
  .zh-features {
    grid-template-columns: 1fr;
  }
  .zh-flow-step {
    gap: 1rem;
  }
  .zh-flow-step .step-icon {
    width: 50px;
    height: 50px;
  }
  .zh-flow-step .step-icon svg {
    width: 18px;
    height: 18px;
  }
  .zh-flow-step .step-content h3 {
    font-size: 0.95rem;
  }
  .zh-flow-step .step-content p {
    font-size: 0.8rem;
  }
  .zh-flow::before {
    left: 24px;
  }
  .zh-platforms {
    grid-template-columns: 1fr;
  }
}