.gi-sc {
  --sc-accent: #c084fc;
  --sc-accent2: #67e8f9;
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(18px, 4vw, 34px);
  overflow: hidden;
  isolation: isolate;
  border: 1px solid color-mix(in srgb, var(--sc-accent) 35%, #111827);
  border-radius: 20px;
  background:
    radial-gradient(ellipse at 50% 15%, color-mix(in srgb, var(--sc-accent) 18%, transparent), transparent 55%),
    repeating-linear-gradient(135deg, transparent 0 24px, rgba(255,255,255,.018) 24px 25px),
    #070b14;
  box-shadow: inset 50px 0 70px -45px #000, inset -50px 0 70px -45px #000, inset 0 35px 55px -45px #000;
}
.gi-sc::before {
  content: "";
  position: absolute;
  inset: -30%;
  z-index: -1;
  background:
    radial-gradient(circle at 20% 30%, color-mix(in srgb, var(--sc-accent) 30%, transparent) 0 1px, transparent 2px),
    radial-gradient(circle at 70% 60%, color-mix(in srgb, var(--sc-accent2) 22%, transparent) 0 1px, transparent 2px);
  background-size: 150px 150px, 210px 210px;
  animation: giScDrift 24s linear infinite;
  opacity: .65;
}
.gi-sc-progress { display: flex; gap: 0; justify-content: center; margin: -8px 0 8px; }
.gi-sc-dot {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.gi-sc-dot > span { width: 8px; height: 8px; border-radius: 50%; background: #475569; transition: transform .18s ease, background .18s ease, filter .18s ease; }
.gi-sc-dot:hover > span,.gi-sc-dot:focus-visible > span { transform: scale(1.35); background: #94a3b8; }
.gi-sc-dot:focus-visible { outline: 2px solid var(--sc-accent); outline-offset: -7px; }
.gi-sc-dot.is-on > span { background: var(--sc-accent); filter: drop-shadow(0 0 7px var(--sc-accent)); transform: scale(1.2); }
.gi-sc-dot.is-done > span { background: var(--sc-accent2); }
.gi-sc-status {position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
.gi-sc-stage-stack {position:relative;min-block-size:var(--gi-sc-stage-height,390px);transition:min-block-size .25s ease}
.gi-sc-stage { display: none; min-height: 0; align-content: center; }
.gi-sc-stage.is-on { display: grid; animation: giScIn .45s ease; }
.gi-sc-eyebrow,
.gi-sc-label {
  color: #a8b3c7;
  font: 800 12px/1.2 Inter, system-ui, sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.gi-sc-title {
  margin: 10px 0;
  color: #f8fafc;
  font-size: clamp(28px, 6vw, 48px);
  line-height: 1.04;
  text-align: center;
  text-shadow: 0 0 24px color-mix(in srgb, var(--sc-accent) 36%, transparent);
  text-wrap: balance;
  overflow-wrap: break-word;
}
.gi-sc-section-title {
  max-width: 620px;
  margin: 8px auto 4px;
  color: #f8fafc;
  font: 800 clamp(22px, 4vw, 32px)/1.15 Inter, system-ui, sans-serif;
  text-align: center;
  text-wrap: balance;
  overflow-wrap: break-word;
}
.gi-sc-copy {
  max-width: 600px;
  margin: 0 auto 22px;
  color: #d6deea;
  font-size: clamp(15px, 2.6vw, 18px);
  line-height: 1.55;
  text-align: center;
  white-space: normal;
  overflow-wrap: break-word;
}
.gi-sc-btn:focus-visible{outline:2px solid var(--sc-accent);outline-offset:4px}
.gi-sc-btn {
  min-height: 48px;
  margin: 20px auto 0;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--sc-accent) 90%, white), color-mix(in srgb, var(--sc-accent) 70%, #312e81));
  color: #fff;
  font: 800 14px/1 Inter, system-ui, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 0 24px color-mix(in srgb, var(--sc-accent) 35%, transparent);
}
.gi-sc-canvas { width: 100%; max-width: 660px; margin: 14px auto 4px; overflow: visible; }
.gi-sc-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.gi-sc-step {
  min-width: 0;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 15px 0;
  border-top: 1px solid rgba(148,163,184,.2);
}
.gi-sc-step-number {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--sc-accent) 75%, #334155);
  border-radius: 50%;
  background: color-mix(in srgb, var(--sc-accent) 12%, #0f172a);
  color: #f8fafc;
  font: 800 13px/1 Inter, system-ui, sans-serif;
  box-shadow: 0 0 14px color-mix(in srgb, var(--sc-accent) 22%, transparent);
}
.gi-sc-step-body {
  min-width: 0;
  white-space: normal;
  overflow: visible;
  overflow-wrap: break-word;
  word-break: normal;
}
.gi-sc-step-body strong { display: block; color: #f1f5f9; font: 750 15px/1.35 Inter, system-ui, sans-serif; }
.gi-sc-step-body > span { display: block; margin-top: 5px; color: #b9c4d4; font: 500 13px/1.45 Inter, system-ui, sans-serif; }
.gi-sc-stage.is-on .gi-sc-step { animation: giScStepIn .45s both; }
.gi-sc-stage.is-on .gi-sc-step:nth-child(2) { animation-delay: .06s; }
.gi-sc-stage.is-on .gi-sc-step:nth-child(3) { animation-delay: .12s; }
.gi-sc-stage.is-on .gi-sc-step:nth-child(4) { animation-delay: .18s; }
.gi-sc-stage.is-on .gi-sc-step:nth-child(5) { animation-delay: .24s; }
.gi-sc-stage.is-on .gi-sc-step:nth-child(6) { animation-delay: .30s; }
.gi-sc-card {
  width: 100%;
  max-width: 640px;
  margin: auto;
  padding: 8px 18px;
  border: 1px solid color-mix(in srgb, var(--sc-accent) 35%, #334155);
  border-radius: 16px;
  background: rgba(15,23,42,.82);
  box-shadow: 0 0 30px color-mix(in srgb, var(--sc-accent) 16%, transparent);
}
.gi-sc-row {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(96px, 120px) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 15px 0;
  border-bottom: 1px solid rgba(148,163,184,.16);
}
.gi-sc-row:last-child { border: 0; }
.gi-sc-value {
  min-width: 0;
  color: #e2e8f0;
  font: 650 14px/1.5 Inter, system-ui, sans-serif;
  text-align: left;
  white-space: normal;
  overflow: visible;
  overflow-wrap: break-word;
  word-break: normal;
}
.gi-sc-route-list { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; counter-reset: giRoute; }
.gi-sc-route-list li { position: relative; min-width: 0; padding-left: 28px; white-space: normal; overflow-wrap: break-word; counter-increment: giRoute; }
.gi-sc-route-list li::before {
  content: counter(giRoute);
  position: absolute;
  left: 0;
  top: .05em;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--sc-accent) 30%, #172033);
  color: #f8fafc;
  font: 800 10px/1 Inter, system-ui, sans-serif;
}
@keyframes giScDrift { to { transform: translate(-60px, -45px); } }
@keyframes giScIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes giScStepIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (max-width: 600px) {
  .gi-sc { padding: 18px 14px; border-radius: 16px; }
  .gi-sc-steps { grid-template-columns: 1fr; }
  .gi-sc-step { padding: 13px 0; }
  .gi-sc-row { grid-template-columns: 1fr; gap: 7px; }
  .gi-sc-label { color: #b8c2d4; }
  .gi-sc-value { font-size: 14px; }
  .gi-sc-card { padding: 8px 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .gi-sc::before,
  .gi-sc-stage.is-on,
  .gi-sc-stage.is-on .gi-sc-step { animation: none; }
}
