/* Supply Chain Traceability — Cinematic upgrade layer */

.st-cin {
  --ac: #10B981;
  --ac2: #F59E0B;
  --ac3: #38BDF8;
  --bg: #050810;
  --panel: #0A0F1C;
  --bd: rgba(255,255,255,0.08);
  --txt: #E6EAF2;
  --txt2: #9098B0;
  --txt3: #6E7693;
}

.st-cin .st-c-section { position: relative; padding: 96px 0; overflow: hidden; background: var(--bg); color: var(--txt); }
.st-cin .st-c-wrap { max-width: 1280px; margin: 0 auto; padding: 0 32px; position: relative; }
.st-cin .st-c-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--txt2); margin-bottom: 18px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
}
.st-cin .st-c-eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ac); box-shadow: 0 0 12px var(--ac); animation: st-pulse 2.4s ease-in-out infinite; }
@keyframes st-pulse { 0%,100% { opacity: .55 } 50% { opacity: 1 } }
.st-cin .st-c-h2 { font-size: clamp(40px, 4.2vw, 64px); line-height: 1.04; font-weight: 600; letter-spacing: -0.025em; margin: 0 0 14px; text-wrap: balance; }
.st-cin .st-c-h2 .ac { color: var(--ac); }
.st-cin .st-c-h2 .ac2 { color: var(--ac2); }
.st-cin .st-c-sub { font-size: 18px; line-height: 1.55; color: var(--txt2); max-width: 760px; text-wrap: pretty; }

/* HERO — split: live provenance trail + QR scan card */
.st-cin .st-c-hero {
  position: relative; padding: 120px 0 96px;
  background: radial-gradient(1100px 700px at 18% 18%, rgba(16,185,129,0.18), transparent 60%),
              radial-gradient(900px 600px at 82% 82%, rgba(245,158,11,0.12), transparent 60%),
              linear-gradient(180deg, #050810 0%, #0A0F1C 100%);
  color: var(--txt); overflow: hidden;
}
.st-cin .st-c-hero::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(16,185,129,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,185,129,0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask: linear-gradient(180deg, transparent 0%, black 25%, black 75%, transparent 100%);
}
.st-cin .st-c-hero-grid {
  position: relative;
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: 56px; align-items: center;
}
@media (max-width: 1024px) { .st-cin .st-c-hero-grid { grid-template-columns: 1fr; gap: 48px; } }
.st-cin .st-c-pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px; border: 1px solid var(--bd); border-radius: 999px;
  background: rgba(255,255,255,0.02);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--txt2); margin-bottom: 22px;
}
.st-cin .st-c-pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ac); box-shadow: 0 0 12px var(--ac); }
.st-cin .st-c-hero-h1 { font-size: clamp(48px, 5.6vw, 84px); line-height: 0.98; letter-spacing: -0.03em; font-weight: 600; margin: 0 0 22px; text-wrap: balance; }
.st-cin .st-c-hero-h1 .ac { color: var(--ac); }
.st-cin .st-c-hero-sub { font-size: 19px; line-height: 1.55; color: var(--txt2); max-width: 560px; margin: 0 0 32px; }
.st-cin .st-c-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.st-cin .st-c-cta { display: inline-flex; align-items: center; gap: 8px; padding: 14px 22px; border-radius: 999px; font-size: 14px; font-weight: 600; text-decoration: none; transition: transform .2s, background .2s; }
.st-cin .st-c-cta:hover { transform: translateY(-1px); }
.st-cin .st-c-cta.primary { background: var(--ac); color: #050810; }
.st-cin .st-c-cta.ghost { background: rgba(255,255,255,0.05); color: var(--txt); border: 1px solid var(--bd); }
.st-cin .st-c-trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding-top: 28px; border-top: 1px solid var(--bd); }
@media (max-width: 640px) { .st-cin .st-c-trust { grid-template-columns: repeat(2, 1fr); } }
.st-cin .st-c-trust div { font-size: 12px; color: var(--txt3); line-height: 1.5; }
.st-cin .st-c-trust div span { display: block; font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 13px; color: var(--ac); margin-bottom: 2px; letter-spacing: 0.05em; }

/* Hero right — phone scan reveal with product trail */
.st-cin .st-c-hero-right { position: relative; height: 660px; }
.st-cin .st-c-hero-photo {
  position: absolute; inset: 0; border-radius: 22px; overflow: hidden;
  border: 1px solid var(--bd); box-shadow: 0 30px 80px rgba(0,0,0,0.5);
}
.st-cin .st-c-hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: opacity 1s; }
.st-cin .st-c-hero-photo-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,8,16,0.2) 0%, rgba(5,8,16,0.88) 100%); pointer-events: none; }
.st-cin .st-c-hero-tag {
  position: absolute; top: 24px; right: 24px;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px; background: rgba(10,15,28,0.92); backdrop-filter: blur(10px);
  border: 1px solid var(--bd); border-radius: 999px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px; color: var(--ac); letter-spacing: 0.1em;
}
.st-cin .st-c-hero-tag .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ac); box-shadow: 0 0 10px var(--ac); animation: st-pulse 1.4s ease-in-out infinite; }

.st-cin .st-c-prov {
  position: absolute; left: 24px; right: 24px; bottom: 24px;
  background: rgba(10,15,28,0.92); backdrop-filter: blur(12px);
  border: 1px solid var(--bd); border-radius: 16px; padding: 18px 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.55);
}
.st-cin .st-c-prov-h {
  display: flex; align-items: center; justify-content: space-between;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px; color: var(--txt3); letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 14px;
}
.st-cin .st-c-prov-h .v { color: var(--ac); }
.st-cin .st-c-prov-steps { display: flex; gap: 0; align-items: stretch; }
.st-cin .st-c-prov-step { flex: 1; position: relative; }
.st-cin .st-c-prov-step .dot { width: 14px; height: 14px; border-radius: 50%; background: rgba(255,255,255,0.1); border: 2px solid rgba(255,255,255,0.18); margin-bottom: 8px; position: relative; z-index: 2; }
.st-cin .st-c-prov-step.done .dot { background: var(--ac); border-color: var(--ac); box-shadow: 0 0 12px var(--ac); }
.st-cin .st-c-prov-step.live .dot { background: var(--ac2); border-color: var(--ac2); box-shadow: 0 0 14px var(--ac2); animation: st-pulse 1.4s ease-in-out infinite; }
.st-cin .st-c-prov-step:not(:last-child)::after {
  content: ''; position: absolute; top: 7px; left: 14px; right: -7px; height: 2px;
  background: rgba(255,255,255,0.08); z-index: 1;
}
.st-cin .st-c-prov-step.done:not(:last-child)::after { background: var(--ac); }
.st-cin .st-c-prov-step .l { font-size: 11px; color: var(--txt2); font-weight: 500; }
.st-cin .st-c-prov-step .d { font-size: 10px; color: var(--txt3); margin-top: 2px; font-family: 'JetBrains Mono', ui-monospace, monospace; }

/* Phone card */
.st-cin .st-c-phone {
  position: absolute; right: -16px; top: 36px;
  width: 220px; height: 440px;
  border-radius: 32px;
  background: linear-gradient(180deg, #0d1424 0%, #050810 100%);
  border: 1px solid var(--bd);
  box-shadow: 0 30px 80px rgba(0,0,0,0.6), inset 0 0 0 2px rgba(255,255,255,0.04);
  padding: 14px;
  z-index: 3;
}
.st-cin .st-c-phone-screen {
  width: 100%; height: 100%;
  background: linear-gradient(180deg, #0a0f1c 0%, #050810 100%);
  border-radius: 22px; padding: 14px; display: flex; flex-direction: column;
}
.st-cin .st-c-phone-bar { display: flex; justify-content: space-between; font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 9px; color: var(--txt3); margin-bottom: 10px; letter-spacing: 0.06em; }
.st-cin .st-c-phone-prod-img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 10px; border: 1px solid var(--bd); margin-bottom: 10px; }
.st-cin .st-c-phone-h { font-size: 13px; font-weight: 600; color: var(--txt); margin-bottom: 2px; }
.st-cin .st-c-phone-sub { font-size: 10px; color: var(--txt3); margin-bottom: 10px; }
.st-cin .st-c-phone-verified { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 999px; background: rgba(16,185,129,0.16); color: var(--ac); font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 9px; letter-spacing: 0.1em; margin-bottom: 10px; align-self: flex-start; }
.st-cin .st-c-phone-rows { display: flex; flex-direction: column; gap: 6px; }
.st-cin .st-c-phone-row { display: flex; justify-content: space-between; padding: 6px 8px; background: rgba(255,255,255,0.03); border-radius: 6px; font-size: 9px; }
.st-cin .st-c-phone-row .l { color: var(--txt3); font-family: 'JetBrains Mono', ui-monospace, monospace; }
.st-cin .st-c-phone-row .v { color: var(--txt); font-weight: 500; }

/* CAPABILITIES — picker + photo stage (same pattern as lw) */
.st-cin .st-c-caps { background: linear-gradient(180deg, #050810 0%, #0A0F1C 100%); }
.st-cin .st-c-caps-grid { display: grid; grid-template-columns: 0.42fr 0.58fr; gap: 32px; margin-top: 40px; }
@media (max-width: 1024px) { .st-cin .st-c-caps-grid { grid-template-columns: 1fr; } }
.st-cin .st-c-caps-list { display: flex; flex-direction: column; gap: 8px; }
.st-cin .st-c-cap {
  position: relative; display: flex; align-items: center; gap: 14px;
  padding: 14px 16px; border-radius: 14px;
  background: rgba(255,255,255,0.02); border: 1px solid var(--bd);
  cursor: pointer; transition: all .25s; text-align: left; width: 100%;
}
.st-cin .st-c-cap:hover { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.16); }
.st-cin .st-c-cap.active { background: rgba(16,185,129,0.1); border-color: rgba(16,185,129,0.4); }
.st-cin .st-c-cap.active::before { content: ''; position: absolute; left: -1px; top: 12px; bottom: 12px; width: 3px; background: var(--ac); border-radius: 0 3px 3px 0; box-shadow: 0 0 12px var(--ac); }
.st-cin .st-c-cap-ic { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: rgba(16,185,129,0.1); color: var(--ac); flex-shrink: 0; }
.st-cin .st-c-cap-ic svg { width: 18px; height: 18px; }
.st-cin .st-c-cap-info { flex: 1; min-width: 0; }
.st-cin .st-c-cap-h { font-size: 14px; font-weight: 600; color: var(--txt); margin-bottom: 2px; }
.st-cin .st-c-cap-d { font-size: 12px; color: var(--txt3); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.st-cin .st-c-cap-num { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 11px; color: var(--txt3); }

.st-cin .st-c-stage { border-radius: 22px; border: 1px solid var(--bd); overflow: hidden; background: var(--panel); }
.st-cin .st-c-stage-img-wrap { position: relative; }
.st-cin .st-c-stage-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; border-bottom: 1px solid var(--bd); }
.st-cin .st-c-stage-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(5,8,16,0.85) 100%); pointer-events: none; }
.st-cin .st-c-stage-badge {
  position: absolute; top: 16px; left: 16px;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px; border-radius: 999px;
  background: rgba(5,8,16,0.85); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.12);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px; color: var(--ac); letter-spacing: 0.12em; text-transform: uppercase;
}
.st-cin .st-c-stage-badge .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ac); box-shadow: 0 0 8px var(--ac); animation: st-pulse 1.6s ease-in-out infinite; }
.st-cin .st-c-stage-body { padding: 28px 32px 32px; }
.st-cin .st-c-stage-h { font-size: 26px; font-weight: 600; color: var(--txt); margin: 0 0 8px; letter-spacing: -0.01em; }
.st-cin .st-c-stage-d { font-size: 15px; color: var(--txt2); line-height: 1.6; margin: 0 0 22px; }
.st-cin .st-c-stage-features { display: grid; gap: 10px; margin-bottom: 22px; }
.st-cin .st-c-stage-feat { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--txt2); }
.st-cin .st-c-stage-feat .ic { width: 18px; height: 18px; border-radius: 50%; background: rgba(16,185,129,0.16); color: var(--ac); display: grid; place-items: center; flex-shrink: 0; }
.st-cin .st-c-stage-feat .ic svg { width: 10px; height: 10px; }
.st-cin .st-c-stage-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-top: 20px; border-top: 1px solid var(--bd); }
.st-cin .st-c-stage-kpi-v { font-size: 22px; font-weight: 600; color: var(--ac); font-family: 'JetBrains Mono', ui-monospace, monospace; letter-spacing: -0.02em; }
.st-cin .st-c-stage-kpi-l { font-size: 11px; color: var(--txt3); letter-spacing: 0.08em; text-transform: uppercase; margin-top: 4px; }

/* JOURNEY — horizontal product journey w/ photos */
.st-cin .st-c-journey-strip {
  margin-top: 48px;
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; border-radius: 22px; overflow: hidden;
  border: 1px solid var(--bd); background: var(--panel);
}
@media (max-width: 900px) { .st-cin .st-c-journey-strip { grid-template-columns: 1fr 1fr; } }
.st-cin .st-c-journey-step { position: relative; padding: 0; border-right: 1px solid var(--bd); }
.st-cin .st-c-journey-step:last-child { border-right: 0; }
.st-cin .st-c-journey-step .img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
.st-cin .st-c-journey-step .body { padding: 18px 18px 20px; }
.st-cin .st-c-journey-step .step { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 11px; color: var(--ac); letter-spacing: 0.12em; margin-bottom: 6px; }
.st-cin .st-c-journey-step .h { font-size: 16px; font-weight: 600; color: var(--txt); margin: 0 0 4px; }
.st-cin .st-c-journey-step .d { font-size: 12px; color: var(--txt3); line-height: 1.5; }

/* INDUSTRIES — same pattern */
.st-cin .st-c-industries-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 40px; }
@media (max-width: 1024px) { .st-cin .st-c-industries-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .st-cin .st-c-industries-grid { grid-template-columns: 1fr; } }
.st-cin .st-c-industry { display: block; text-decoration: none; color: inherit; border-radius: 18px; border: 1px solid var(--bd); background: var(--panel); overflow: hidden; transition: all .3s; }
.st-cin .st-c-industry:hover { transform: translateY(-4px); border-color: rgba(16,185,129,0.4); box-shadow: 0 20px 50px rgba(0,0,0,0.4); }
.st-cin .st-c-industry-img { width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block; border-bottom: 1px solid var(--bd); }
.st-cin .st-c-industry-body { padding: 18px 20px; }
.st-cin .st-c-industry-tag { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 10px; color: var(--ac); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 8px; }
.st-cin .st-c-industry-h { font-size: 17px; font-weight: 600; color: var(--txt); margin: 0 0 6px; }
.st-cin .st-c-industry-d { font-size: 13px; color: var(--txt2); line-height: 1.45; margin: 0; }

/* RECALL — live simulator */
.st-cin .st-c-recall { background: linear-gradient(180deg, #0A0F1C 0%, #050810 100%); }
.st-cin .st-c-recall-stage { margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
@media (max-width: 900px) { .st-cin .st-c-recall-stage { grid-template-columns: 1fr; } }
.st-cin .st-c-recall-card { border-radius: 22px; border: 1px solid var(--bd); background: var(--panel); padding: 28px; }
.st-cin .st-c-recall-card h6 { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 11px; color: var(--txt3); letter-spacing: 0.14em; text-transform: uppercase; margin: 0 0 16px; display: flex; align-items: center; gap: 8px; }
.st-cin .st-c-recall-card h6 .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ac2); box-shadow: 0 0 10px var(--ac2); animation: st-pulse 1.4s ease-in-out infinite; }
.st-cin .st-c-recall-input { display: flex; align-items: center; gap: 10px; padding: 12px 14px; background: rgba(255,255,255,0.04); border: 1px solid var(--bd); border-radius: 12px; margin-bottom: 18px; }
.st-cin .st-c-recall-input span { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 11px; color: var(--txt3); letter-spacing: 0.1em; }
.st-cin .st-c-recall-input b { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 14px; color: var(--ac); flex: 1; }
.st-cin .st-c-recall-rows { display: flex; flex-direction: column; gap: 8px; }
.st-cin .st-c-recall-row { display: grid; grid-template-columns: 1fr auto auto; gap: 12px; align-items: center; padding: 10px 14px; border-radius: 10px; background: rgba(255,255,255,0.02); border: 1px solid var(--bd); }
.st-cin .st-c-recall-row .h { font-size: 13px; color: var(--txt); }
.st-cin .st-c-recall-row .qty { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 12px; color: var(--ac2); }
.st-cin .st-c-recall-row .st { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 10px; color: var(--ac); letter-spacing: 0.1em; }
.st-cin .st-c-recall-totals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--bd); }
.st-cin .st-c-recall-totals .v { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 24px; color: var(--ac); margin-bottom: 4px; }
.st-cin .st-c-recall-totals .l { font-size: 11px; color: var(--txt3); letter-spacing: 0.08em; text-transform: uppercase; }
.st-cin .st-c-recall-status { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 999px; background: rgba(16,185,129,0.16); color: var(--ac); font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 10px; letter-spacing: 0.12em; margin-top: 12px; }

/* OUTCOMES */
.st-cin .st-c-outcomes-strip { background: linear-gradient(135deg, #0A0F1C 0%, #0D1424 100%); padding: 56px 0; border-top: 1px solid var(--bd); border-bottom: 1px solid var(--bd); }
.st-cin .st-c-outcomes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
@media (max-width: 768px) { .st-cin .st-c-outcomes-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; } }
.st-cin .st-c-outcomes-grid .v { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: clamp(36px, 4vw, 48px); font-weight: 600; color: var(--ac); letter-spacing: -0.02em; line-height: 1; margin-bottom: 12px; }
.st-cin .st-c-outcomes-grid .l { font-size: 13px; color: var(--txt2); line-height: 1.45; }

/* CTA */
.st-cin .st-c-cta-section { padding: 80px 0; background: linear-gradient(135deg, rgba(16,185,129,0.08), rgba(56,189,248,0.06)); border-top: 1px solid var(--bd); }
.st-cin .st-c-cta-card { max-width: 980px; margin: 0 auto; text-align: center; padding: 0 32px; }
.st-cin .st-c-cta-h { font-size: clamp(36px, 4vw, 52px); line-height: 1.1; font-weight: 600; letter-spacing: -0.02em; margin: 0 0 16px; color: var(--txt); }
.st-cin .st-c-cta-sub { font-size: 18px; color: var(--txt2); line-height: 1.55; margin: 0 auto 28px; max-width: 640px; }
.st-cin .st-c-cta-ctas { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
