/* ═══════════════════════════════════════════════════════════════
   MONOMORPH MINDS — PROCESS PAGE (process.css)
   Premium Agency Process Showcase
════════════════════════════════════════════════════════════════ */

/* ─── PROCESS HERO ─── */
.process-hero {
  padding: 160px 0 120px;
  overflow: hidden;
  position: relative;
}

.process-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.process-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.15;
}

.orb-1 {
  width: 600px; height: 600px;
  background: radial-gradient(circle, #00D9FF, transparent 70%);
  top: -200px; right: -100px;
}

.orb-2 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(0,217,255,0.6), transparent 70%);
  bottom: -100px; left: -100px;
  opacity: 0.08;
}

.process-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,217,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,217,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 0%, black 0%, transparent 70%);
}

.page-hero-inner {
  position: relative;
  z-index: 1;
}

.process-hero .page-hero-inner h1 {
  font-family: var(--font-head);
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 500;
  color: var(--white);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}

.process-hero .page-hero-inner p {
  font-size: 1.15rem;
  color: var(--gray-2);
  max-width: 620px;
  line-height: 1.7;
  margin-bottom: 3rem;
}

/* Hero Stats */
.process-hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  width: fit-content;
  backdrop-filter: blur(12px);
}

.ph-stat {
  padding: 1.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.ph-stat strong {
  font-family: var(--font-head);
  font-size: 2rem;
  font-weight: 700;
  color: var(--cyan);
  line-height: 1;
}

.ph-stat span {
  font-size: 0.75rem;
  color: var(--gray-3);
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.ph-divider {
  width: 1px;
  height: 60px;
  background: var(--border);
}

/* ─── TIMELINE NAV ─── */
.timeline-nav {
  position: sticky;
  top: 72px;
  z-index: 100;
  background: rgba(8,8,8,0.7);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  padding: 1rem 0;
}

.tl-nav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  overflow-x: auto;
  scrollbar-width: none;
  background: rgba(14, 14, 14, 0.6);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 0.35rem;
  max-width: fit-content;
  margin: 0 auto;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.tl-nav-inner::-webkit-scrollbar { display: none; }

.tl-nav-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 1.4rem;
  background: none;
  border: 1px solid transparent;
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s var(--ease-smooth);
  white-space: nowrap;
}

.tl-nav-item:hover {
  background: rgba(255, 255, 255, 0.03);
}

.tl-nav-item.active {
  background: rgba(0, 217, 255, 0.08);
  border-color: rgba(0, 217, 255, 0.25);
  box-shadow: 0 0 20px rgba(0, 217, 255, 0.1);
}

.tl-nav-num {
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--gray-3);
  letter-spacing: 0.05em;
  transition: color 0.3s;
}

.tl-nav-label {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--gray-3);
  transition: color 0.3s;
}

.tl-nav-item:hover .tl-nav-num,
.tl-nav-item:hover .tl-nav-label,
.tl-nav-item.active .tl-nav-num,
.tl-nav-item.active .tl-nav-label {
  color: var(--white);
}

.tl-nav-item.active .tl-nav-num { color: var(--cyan); }

.tl-nav-connector {
  display: none; /* Removed for a cleaner integrated tab system */
}

/* ─── STEPS SECTION ─── */
.steps-section {
  padding: 0;
}

.process-step {
  padding: 100px 0;
  border-bottom: 1px solid var(--border);
  position: relative;
}

.process-step::before {
  content: '';
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}

.alt-step {
  background: rgba(255,255,255,0.012);
}

.step-layout {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 4rem;
}

/* Sidebar */
.step-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.step-number-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-num-bg {
  font-family: var(--font-head);
  font-size: 8rem;
  font-weight: 800;
  color: rgba(0, 217, 255, 0.04);
  line-height: 1;
  letter-spacing: -0.05em;
  position: absolute;
  top: -45px;
  left: -35px;
  user-select: none;
  z-index: 0;
}

.step-icon-wrap {
  width: 80px; height: 80px;
  border: 1px solid rgba(0,217,255,0.25);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,217,255,0.04);
  backdrop-filter: blur(8px);
  position: relative;
  z-index: 1;
  box-shadow: 0 0 30px rgba(0,217,255,0.06), inset 0 1px 0 rgba(0,217,255,0.1);
}

.step-connector {
  width: 1px;
  flex: 1;
  background: linear-gradient(to bottom, rgba(0,217,255,0.2), transparent);
  margin-top: 1.5rem;
  min-height: 80px;
}

/* Step Body */
.step-body {
  padding-bottom: 2rem;
}

.step-eyebrow { margin-bottom: 0.5rem; }

.step-title {
  font-family: var(--font-head);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 500;
  color: var(--white);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 1.5rem;
}

.step-lead {
  font-size: 1.05rem;
  color: var(--gray-2);
  max-width: 700px;
  line-height: 1.75;
  margin-bottom: 3rem;
}

/* Detail Cards Grid */
.step-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.step-detail-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.8rem;
  transition: all 0.3s var(--ease-smooth);
  position: relative;
  overflow: hidden;
}

.step-detail-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 40% at 0% 0%, rgba(0,217,255,0.04), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

.step-detail-card:hover::before { opacity: 1; }

.step-detail-card:hover {
  border-color: rgba(0,217,255,0.2);
  transform: translateY(-2px);
}

.sdc-icon {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.step-detail-card h4 {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.6rem;
}

.step-detail-card p {
  font-size: 0.88rem;
  color: var(--gray-2);
  line-height: 1.65;
}

/* Deliverables */
.step-deliverables {
  background: rgba(0,217,255,0.04);
  border: 1px solid rgba(0,217,255,0.15);
  border-radius: var(--radius-lg);
  padding: 2rem;
  margin-bottom: 2rem;
}

.deliverables-title {
  font-family: var(--font-head);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--cyan);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

.deliverables-list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.deliverables-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  font-size: 0.9rem;
  color: var(--gray-1);
  line-height: 1.5;
}

.dl-check {
  color: var(--cyan);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 0.05rem;
}

/* Time Badge */
.step-time-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: var(--gray-3);
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 0.5rem 1rem;
}

/* ─── ARCHITECTURE VISUAL ─── */
.step-architecture-visual {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  overflow: hidden;
}

.arch-layer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}

.arch-layer-label {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray-3);
  font-weight: 600;
}

.arch-nodes {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.arch-node {
  padding: 0.5rem 1.2rem;
  border: 1px solid var(--border);
  border-radius: 100px;
  font-size: 0.85rem;
  color: var(--gray-2);
  background: rgba(255,255,255,0.02);
  transition: all 0.2s;
}

.arch-node:hover { border-color: rgba(0,217,255,0.3); color: var(--white); }

.arch-node.accent {
  border-color: rgba(0,217,255,0.25);
  color: var(--cyan);
  background: rgba(0,217,255,0.04);
}

.arch-node.glow {
  border-color: rgba(0,217,255,0.4);
  color: var(--white);
  background: rgba(0,217,255,0.08);
  box-shadow: 0 0 20px rgba(0,217,255,0.1);
}

.arch-arrow {
  font-size: 1.5rem;
  color: rgba(0,217,255,0.4);
}

/* ─── AI TOOLS SHOWCASE ─── */
.ai-tools-showcase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.ait-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: all 0.3s var(--ease-smooth);
  position: relative;
  overflow: hidden;
}

.ait-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

.ait-card:hover::after { opacity: 1; }
.ait-card:hover {
  border-color: rgba(0,217,255,0.2);
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.ait-logo {
  width: 56px; height: 56px;
  border: 1px solid rgba(0,217,255,0.2);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,217,255,0.05);
  margin-bottom: 1.2rem;
}

.ait-card h4 {
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.7rem;
}

.ait-card p {
  font-size: 0.88rem;
  color: var(--gray-2);
  line-height: 1.65;
  margin-bottom: 1.2rem;
}

.ait-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cyan);
  background: rgba(0,217,255,0.08);
  border: 1px solid rgba(0,217,255,0.2);
  border-radius: 100px;
  padding: 0.3rem 0.8rem;
}

/* ─── AUTOMATION SHOWCASE ─── */
.automation-showcase {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  margin-bottom: 3rem;
  overflow-x: auto;
}

.auto-flow {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 600px;
}

.auto-node {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.2rem;
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  text-align: center;
  transition: all 0.3s;
}

.auto-node:hover {
  border-color: rgba(0,217,255,0.3);
  background: rgba(0,217,255,0.03);
}

.auto-node.trigger { border-color: rgba(0,217,255,0.3); }
.auto-node.process { border-color: rgba(0,217,255,0.2); }
.auto-node.result {
  border-color: rgba(0,230,118,0.3);
  background: rgba(0,230,118,0.03);
}

.an-icon { font-size: 1.5rem; }

.auto-node span {
  font-size: 0.8rem;
  color: var(--gray-1);
  font-weight: 500;
  line-height: 1.4;
}

.auto-node small {
  font-size: 0.7rem;
  color: var(--gray-3);
  display: block;
}

.auto-arrow {
  font-size: 1.2rem;
  color: rgba(0,217,255,0.5);
  flex-shrink: 0;
}

/* Automation Metrics */
.automation-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.am-item {
  background: rgba(0,217,255,0.04);
  border: 1px solid rgba(0,217,255,0.12);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.am-item strong {
  font-family: var(--font-head);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--cyan);
}

.am-item span {
  font-size: 0.82rem;
  color: var(--gray-3);
  line-height: 1.5;
}

/* ─── BRAND MODERNIZATION GRID ─── */
.brand-modernization-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.bm-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.8rem;
  transition: all 0.3s var(--ease-smooth);
}

.bm-card:hover {
  border-color: rgba(0,217,255,0.2);
  transform: translateY(-2px);
}

.bm-card.featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.5rem;
  align-items: start;
  background: rgba(0,217,255,0.04);
  border-color: rgba(0,217,255,0.2);
}

.bm-card-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.bm-card.featured .bm-card-icon {
  font-size: 2.5rem;
  margin-bottom: 0;
}

.bm-card h4 {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.6rem;
}

.bm-card.featured h4 { font-size: 1.2rem; }

.bm-card p {
  font-size: 0.88rem;
  color: var(--gray-2);
  line-height: 1.65;
  margin-bottom: 1rem;
}

.bm-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.bm-tags span {
  font-size: 0.7rem;
  padding: 0.3rem 0.7rem;
  background: rgba(0,217,255,0.08);
  border: 1px solid rgba(0,217,255,0.2);
  border-radius: 100px;
  color: var(--cyan);
  font-weight: 600;
  letter-spacing: 0.05em;
}

/* ─── PROCESS DIFF ─── */
.process-diff {
  padding: 120px 0;
  background: rgba(255,255,255,0.008);
  border-top: 1px solid var(--border);
}

.diff-comparison {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 3rem;
  margin-top: 4rem;
  align-items: start;
}

.diff-col {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
}

.diff-col.us {
  border-color: rgba(0,217,255,0.2);
  background: rgba(0,217,255,0.03);
}

.diff-col-title {
  font-family: var(--font-head);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.diff-col.other .diff-col-title { color: var(--gray-3); }
.diff-col.us .diff-col-title { color: var(--cyan); }

.diff-list {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.diff-list li {
  font-size: 0.9rem;
  color: var(--gray-2);
  padding: 0.7rem 1rem;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  line-height: 1.5;
}

.diff-list li.bad {
  background: rgba(255,68,68,0.04);
  color: var(--gray-3);
}

.diff-list li.bad::before {
  content: '✕';
  color: var(--red);
  flex-shrink: 0;
  font-weight: 700;
  font-size: 0.85rem;
}

.diff-list li.good {
  background: rgba(0,217,255,0.04);
  color: var(--gray-1);
}

.diff-list li.good::before {
  content: '✓';
  color: var(--cyan);
  flex-shrink: 0;
  font-weight: 700;
  font-size: 0.85rem;
}

.diff-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
}

.diff-vs {
  width: 48px; height: 48px;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--gray-3);
  background: var(--bg-card);
  flex-shrink: 0;
}

/* ─── PROCESS CTA ─── */
.process-cta {
  padding: 120px 0;
}

.process-cta-inner {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.pcta-glow {
  position: absolute;
  top: -200px; left: 50%;
  transform: translateX(-50%);
  width: 500px; height: 400px;
  background: radial-gradient(ellipse, rgba(0,217,255,0.08), transparent 70%);
  pointer-events: none;
}

.process-cta-inner h2 {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 500;
  color: var(--white);
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin: 1rem 0;
}

.process-cta-inner p {
  font-size: 1rem;
  color: var(--gray-2);
  max-width: 520px;
  margin: 0 auto 2.5rem;
  line-height: 1.7;
}

.pcta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Interactive Process Planner CSS */
.process-tracker-section {
  padding: 80px 0 40px;
}
.process-timeline-tracker {
  background: rgba(8, 8, 20, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-xl);
  padding: 3rem;
  backdrop-filter: blur(28px) saturate(1.4);
  -webkit-backdrop-filter: blur(28px) saturate(1.4);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}
.process-timeline-tracker::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--purple), transparent);
}
.ptt-header {
  text-align: center;
  margin-bottom: 3rem;
}
.ptt-badge {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cyan);
  background: rgba(0, 217, 255, 0.06);
  border: 1px solid rgba(0, 217, 255, 0.12);
  padding: 0.3rem 0.8rem;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 0.8rem;
}
.ptt-header h3 {
  font-family: var(--font-head);
  font-size: 1.8rem;
  color: var(--white);
  margin-bottom: 0.6rem;
}
.ptt-header p {
  font-size: 0.9rem;
  color: var(--gray-2);
  max-width: 620px;
  margin: 0 auto;
}
.ptt-body {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 3rem;
  align-items: start;
}
.ptt-tabs {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.ptt-tab {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-lg);
  padding: 1.2rem 1.4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  transition: all 0.3s var(--ease-smooth);
  text-align: left;
  color: var(--gray-2);
  width: 100%;
}
.ptt-tab:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(0, 217, 255, 0.15);
}
.ptt-tab.active {
  background: rgba(0, 217, 255, 0.05);
  border-color: var(--cyan);
  box-shadow: 0 4px 20px rgba(0, 217, 255, 0.1);
}
.ptt-tab-num {
  font-family: var(--font-head);
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--cyan);
  letter-spacing: 0.1em;
}
.ptt-tab span:last-child {
  font-family: var(--font-head);
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--white);
}
.ptt-content {
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.ptt-meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 1.5rem;
}
.ptt-meta-item {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.ptt-meta-label {
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--gray-3);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.ptt-meta-item strong {
  font-family: var(--font-head);
  font-size: 1.15rem;
  color: var(--cyan);
  font-weight: 700;
}
.ptt-deliverables h4 {
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.ptt-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  transition: opacity 0.3s;
}
.ptt-list li {
  font-size: 0.88rem;
  color: var(--gray-2);
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  line-height: 1.55;
}
.ptt-list li span {
  color: var(--cyan);
  font-weight: 700;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .ptt-body {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .process-timeline-tracker {
    padding: 2rem 1.5rem;
  }
  .ptt-content {
    padding: 1.5rem;
  }
  .ptt-meta-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .step-layout {
    grid-template-columns: 80px 1fr;
    gap: 2rem;
  }

  .step-num-bg { font-size: 5rem; }
  .ai-tools-showcase { grid-template-columns: 1fr 1fr; }
  .brand-modernization-grid { grid-template-columns: 1fr 1fr; }
  .bm-card.featured { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  .process-hero { padding: 120px 0 80px; }

  .process-hero-stats {
    flex-wrap: wrap;
    width: 100%;
    border-radius: var(--radius-md);
  }

  .ph-stat { padding: 1rem 1.5rem; }
  .ph-divider { display: none; }

  .tl-nav-inner { justify-content: flex-start; padding: 0 1rem; }
  .tl-nav-connector { width: 20px; }

  .step-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .step-sidebar {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
  }

  .step-connector { display: none; }

  .step-num-bg { font-size: 4rem; }
  .step-icon-wrap { width: 60px; height: 60px; }

  .step-detail-grid { grid-template-columns: 1fr; }
  .ai-tools-showcase { grid-template-columns: 1fr; }
  .automation-metrics { grid-template-columns: 1fr; }
  .brand-modernization-grid { grid-template-columns: 1fr; }
  .bm-card.featured { grid-template-columns: 1fr; }

  .diff-comparison { grid-template-columns: 1fr; }
  .diff-divider { display: none; }

  .process-cta-inner { padding: 3rem 2rem; }
  .process-step { padding: 60px 0; }

  .auto-flow { gap: 0.5rem; }
  .auto-arrow { font-size: 0.9rem; }
}

