:root {
  --deep: #001f18;
  --deep-2: #02130f;
  --deep-3: #062a21;
  --mint: #eefbdc;
  --lime: #caff42;
  --yellow: #ffc928;
  --cream: #fff2e4;
  --ink: #073a30;
  --muted: #86a39a;
  --white: #ffffff;
  --card: rgba(255,255,255,0.08);
  --shadow: 0 22px 60px rgba(0,0,0,.25);
  --radius-xl: 28px;
  --radius-lg: 18px;
  --radius-md: 12px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--deep-2);
  font-family: "Inter", "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a, button { font: inherit; }
button { cursor: pointer; }

.container {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}
.section-dark { background: var(--deep-2); color: var(--white); }
.section-light { background: var(--mint); }
.section-cream { background: var(--cream); }

.hero {
  min-height: 100vh;
  position: relative;
  display: grid;
  align-items: center;
  padding: 120px 0 96px;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,20,15,.92) 0%, rgba(0,20,15,.86) 42%, rgba(0,20,15,.58) 100%),
    radial-gradient(circle at 74% 36%, rgba(192,255,57,.12), transparent 30%),
    url("assets/hero-forest-background.png") center/cover no-repeat,
    linear-gradient(145deg, #00120e, #083326 52%, #00120e);
  transform: scale(1.02);
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 0 38%, rgba(0,0,0,.56) 78%);
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 0.96fr;
  gap: 62px;
  align-items: center;
}
.eyebrow-row, .button-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.pill, .kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 900;
  font-size: 11px;
  line-height: 1;
}
.pill { padding: 9px 12px; border-radius: 6px; }
.pill-green { background: var(--lime); color: #0b301f; box-shadow: 0 8px 20px rgba(202,255,66,.25); }
.pill-dark { background: rgba(255,255,255,.14); color: white; backdrop-filter: blur(8px); }
.kicker { color: #0b745e; margin-bottom: 14px; }
.kicker.light { color: #9de6d6; }
.kicker.pink { color: #ff2f86; }

h1, h2, h3, p { margin-top: 0; }
h1 {
  margin: 22px 0 18px;
  font-size: clamp(58px, 8vw, 118px);
  line-height: .82;
  letter-spacing: -.075em;
  font-weight: 950;
  text-shadow: 0 8px 0 rgba(0,0,0,.18);
}
h2 {
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: .93;
  letter-spacing: -.055em;
  font-weight: 950;
  margin-bottom: 20px;
}
h3 {
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: -.035em;
  font-weight: 900;
}
.hero-lead {
  max-width: 630px;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 18px;
}
.hero-body, .section-copy, .access-copy p {
  max-width: 660px;
  color: rgba(255,255,255,.75);
  font-weight: 700;
  line-height: 1.75;
  font-size: 15px;
}
.section-copy, .feature-card p, .access-copy p { color: #3c6258; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 9px;
  text-decoration: none;
  font-weight: 950;
  font-size: 14px;
  border: 0;
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.05); box-shadow: 0 18px 44px rgba(0,0,0,.26); }
.btn-yellow { background: var(--yellow); color: #183516; }
.btn-glass { background: rgba(255,255,255,.13); color: white; backdrop-filter: blur(8px); }
.btn-lime { background: var(--lime); color: #083024; min-height: 46px; }
.btn-dark { background: #003b2f; color: white; }
.btn-white { background: white; color: #173d34; }

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
  max-width: 560px;
}
.stat-card {
  min-height: 86px;
  padding: 18px;
  border-radius: 10px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
}
.stat-card strong { display: block; font-size: 29px; font-weight: 950; letter-spacing: -.04em; }
.stat-card span { display: block; margin-top: 3px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.72); font-weight: 900; }

.hero-showcase { align-self: center; }
.board-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(202,255,66,.12), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow);
  min-height: 360px;
}
.board-card > img:first-child {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.butterfly {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 86px;
  filter: drop-shadow(0 10px 20px rgba(255,205,30,.4));
}
.ability-panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px;
  background: rgba(2,43,34,.88);
  backdrop-filter: blur(12px);
}
.ability-panel span, .preview-copy span, .minigame-card span {
  display: block;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 10px;
  font-weight: 950;
  color: #ffdb4d;
  margin-bottom: 8px;
}
.ability-panel h2 { font-size: 27px; letter-spacing: -.04em; margin-bottom: 8px; }
.ability-panel p { color: rgba(255,255,255,.78); margin: 0; line-height: 1.6; font-size: 13px; font-weight: 700; }
.roster-panel {
  margin-top: -18px;
  position: relative;
  z-index: 2;
  padding: 14px;
  border-radius: 16px;
  background: rgba(0, 35, 27, .72);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 18px 42px rgba(0,0,0,.28);
  backdrop-filter: blur(14px);
}
.roster-topline {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-bottom: 12px;
}
.roster-topline span {
  color: var(--lime);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 10px;
  font-weight: 950;
}
.roster-topline small { color: rgba(255,255,255,.62); font-weight: 800; font-size: 12px; }
.character-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.character-token {
  min-width: 0;
  min-height: 96px;
  padding: 5px 5px 8px;
  border-radius: 14px;
  color: white;
  background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.06));
  border: 2px solid rgba(255,255,255,.14);
  box-shadow: 0 12px 28px rgba(0,0,0,.24);
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.character-token.active, .character-token:hover, .character-token:focus-visible {
  border-color: var(--yellow);
  transform: translateY(-5px) scale(1.03);
  background: linear-gradient(180deg, rgba(255,201,40,.22), rgba(255,255,255,.08));
  box-shadow: 0 18px 34px rgba(255,201,40,.16), 0 16px 32px rgba(0,0,0,.3);
}
.character-token img { width: 100%; height: 64px; object-fit: cover; border-radius: 10px; }
.character-token span {
  display: block;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 950;
}
.character-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
}
.character-status strong, .character-status span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}
.character-status strong { color: #083024; background: var(--lime); }
.character-status span { color: white; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); }
.ability-panel.is-switching { animation: panelPulse .28s ease; }
.board-card.is-tilting { transition: transform .12s ease; }
@keyframes panelPulse { 50% { transform: translateY(-4px); filter: brightness(1.08); } }

.quick { padding: 86px 0 70px; }
.two-column { display: grid; grid-template-columns: .78fr 1.1fr; gap: 70px; }
.top-align { align-items: start; }
.quick h2, .access h2 { color: var(--ink); }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 32px;
}
.feature-card {
  background: white;
  padding: 30px 28px;
  border-radius: 6px;
  box-shadow: 0 18px 34px rgba(32,75,63,.13);
}
.feature-card h3 { color: var(--ink); margin-bottom: 14px; }
.feature-card p { line-height: 1.7; font-size: 14px; font-weight: 700; margin: 0; }

.proof { padding: 86px 0 88px; }
.proof-header { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 28px; }
.proof-header h2 { max-width: 680px; }
.minigame-showcase {
  display: grid;
  grid-template-columns: 1.25fr .95fr;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.large-preview { min-height: 330px; background: #082e25; }
.large-preview img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.preview-copy { padding: 50px 42px; align-self: center; }
.preview-copy h3 { font-size: 44px; margin-bottom: 16px; }
.preview-copy p { color: rgba(255,255,255,.76); font-weight: 700; line-height: 1.7; }
.preview-note { margin-top: 22px; padding: 16px; border-radius: 6px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.82); font-weight: 800; font-size: 13px; line-height: 1.55; }
.minigame-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 18px;
}
.minigame-card {
  text-align: left;
  color: white;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  overflow: hidden;
  padding: 0 0 22px;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.minigame-card:hover, .minigame-card.active { transform: translateY(-4px); border-color: var(--lime); background: rgba(255,255,255,.12); }
.minigame-card img { width: 100%; height: 190px; object-fit: cover; margin-bottom: 20px; }
.minigame-card span, .minigame-card h3, .minigame-card p { margin-left: 18px; margin-right: 18px; }
.minigame-card h3 { margin-bottom: 12px; }
.minigame-card p { color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.55; font-weight: 700; margin-bottom: 0; }

.access { padding: 86px 0 92px; }
.access-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 70px; align-items: center; }
.access-copy p { color: #5a645e; }
.steps-card {
  background: white;
  border-radius: 6px;
  padding: 34px;
  box-shadow: 0 18px 34px rgba(32,75,63,.13);
}
.steps-card h2 { font-size: 34px; margin-bottom: 24px; }
.steps-card ol { list-style: none; counter-reset: step; padding: 0; margin: 0; display: grid; gap: 12px; }
.steps-card li {
  counter-increment: step;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  background: #e8fff3;
  padding: 16px;
  border-radius: 5px;
}
.steps-card li::before {
  content: counter(step);
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  background: #003b2f;
  color: white;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 950;
}
.steps-card strong { display: block; color: var(--ink); font-size: 14px; font-weight: 950; }
.steps-card span { display: block; color: #56766e; font-size: 12px; font-weight: 800; margin-top: 3px; }

.steps-modern {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: 30px;
  background:
    radial-gradient(circle at top right, rgba(202,255,66,.22), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f6fffb 100%);
  border: 1px solid rgba(7,58,48,.08);
}
.steps-modern::before {
  content: "";
  position: absolute;
  inset: 18px auto 18px 53px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--lime), #00a886, var(--yellow));
  opacity: .55;
}
.steps-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 18px;
  margin-bottom: 22px;
}
.steps-modern h2 { font-size: 38px; margin-bottom: 0; }
.flow-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: #003b2f;
  color: white;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .1em;
  box-shadow: 0 12px 28px rgba(0,59,47,.18);
}
.steps-modern .step-flow {
  position: relative;
  list-style: none;
  counter-reset: step;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 13px;
}
.steps-modern .step-flow li {
  counter-increment: step;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 14px;
  align-items: center;
  background: rgba(232,255,243,.82);
  border: 1px solid rgba(0,59,47,.08);
  padding: 14px 16px;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(32,75,63,.08);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.steps-modern .step-flow li:hover {
  transform: translateX(6px);
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(32,75,63,.14);
}
.steps-modern .step-flow li::before { display: none; }
.step-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: #003b2f;
  color: white;
  font-size: 23px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12), 0 12px 24px rgba(0,59,47,.16);
}
.steps-modern .step-flow li div::before {
  content: "Step " counter(step);
  display: block;
  margin-bottom: 4px;
  color: #0b745e;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 10px;
  font-weight: 950;
}
.steps-modern strong { display: block; color: var(--ink); font-size: 16px; font-weight: 950; }
.steps-modern span:not(.kicker):not(.flow-badge):not(.step-icon) { display: block; color: #56766e; font-size: 13px; font-weight: 800; margin-top: 4px; line-height: 1.45; }

.site-footer { padding: 34px 0; border-top: 1px solid rgba(255,255,255,.08); }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.74); font-weight: 800; }
.footer-inner strong { color: white; }

.missing-img {
  background:
    linear-gradient(135deg, rgba(202,255,66,.12), rgba(255,255,255,.04)),
    repeating-linear-gradient(45deg, rgba(255,255,255,.06) 0 12px, rgba(255,255,255,.02) 12px 24px) !important;
  object-fit: contain !important;
  min-height: inherit;
}
img.missing-img::after { content: ""; }

.reveal { opacity: 0; transform: translateY(18px); animation: reveal .72s ease forwards; }
.delay-1 { animation-delay: .12s; }
.delay-2 { animation-delay: .22s; }
.delay-3 { animation-delay: .32s; }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }

@media (max-width: 960px) {
  .hero { padding: 74px 0; }
  .hero-grid, .two-column, .access-grid, .minigame-showcase { grid-template-columns: 1fr; }
  .hero-grid { gap: 44px; }
  .feature-grid, .minigame-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-header { align-items: start; flex-direction: column; }
  .board-card > img:first-child { height: 340px; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, var(--max)); }
  .hero { min-height: auto; padding: 64px 0; }
  h1 { font-size: 60px; }
  h2 { font-size: 36px; }
  .stats-grid, .feature-grid, .minigame-grid { grid-template-columns: 1fr; }
  .roster-topline { align-items: start; flex-direction: column; }
  .character-strip { display: flex; overflow-x: auto; padding-bottom: 8px; }
  .character-token { flex: 0 0 82px; }
  .steps-heading-row { flex-direction: column; }
  .steps-modern { padding: 22px; }
  .steps-modern::before { display: none; }
  .preview-copy { padding: 30px 22px; }
  .preview-copy h3 { font-size: 34px; }
  .access { padding-bottom: 70px; }
  .footer-inner { flex-direction: column; }
}


.step-highlight {
  border-color: rgba(255, 194, 46, .4) !important;
  box-shadow: 0 16px 34px rgba(255, 194, 46, .14);
}
.items-showcase {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(7, 55, 43, .12);
}
.items-showcase-head {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 18px;
  align-items: stretch;
}
.mini-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 10px;
  font-weight: 950;
  color: #0b745e;
}
.items-showcase h3 {
  margin-bottom: 10px;
  font-size: clamp(24px, 2.5vw, 32px);
}
.items-showcase p {
  margin: 0;
  color: #55756d;
  line-height: 1.7;
  font-weight: 700;
  font-size: 14px;
}
.item-preview {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 16px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff, #edf8f4);
  border: 1px solid rgba(7, 55, 43, .12);
  box-shadow: 0 18px 40px rgba(12, 64, 49, .1);
  align-items: center;
}
.item-preview-artwrap {
  display: grid;
  place-items: center;
  min-height: 116px;
  border-radius: 18px;
  background: radial-gradient(circle at 50% 35%, rgba(202,255,66,.38), rgba(202,255,66,.08) 45%, transparent 70%), linear-gradient(180deg, #f8fffb, #ebf7f3);
  border: 1px solid rgba(7, 55, 43, .08);
}
.item-preview-artwrap img {
  width: 84px;
  height: 84px;
  object-fit: contain;
}
.item-preview-copy span {
  display: block;
  margin-bottom: 6px;
  color: #0b745e;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 10px;
  font-weight: 950;
}
.item-preview-copy strong {
  display: block;
  margin-bottom: 8px;
  color: #123a31;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -.04em;
}
.item-preview-copy p {
  color: #4c6a62;
  font-size: 13px;
  line-height: 1.65;
}
.item-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.item-card {
  position: relative;
  min-height: 176px;
  padding: 16px 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(7, 55, 43, .12);
  background: linear-gradient(180deg, #ffffff, #eef8f4);
  box-shadow: 0 14px 26px rgba(12, 64, 49, .08);
  color: #123a31;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.item-card:hover,
.item-card:focus-visible,
.item-card.active {
  transform: translateY(-4px);
  border-color: rgba(255, 194, 46, .72);
  background: linear-gradient(180deg, #fffef6, #f3faee);
  box-shadow: 0 20px 36px rgba(255, 194, 46, .16), 0 16px 26px rgba(12, 64, 49, .12);
}
.item-number {
  position: absolute;
  top: 10px;
  left: 10px;
  min-width: 34px;
  height: 26px;
  padding: 0 8px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #103a31;
  color: white;
  font-size: 10px;
  letter-spacing: .12em;
  font-weight: 950;
}
.item-card img {
  width: 100%;
  height: 92px;
  object-fit: contain;
  margin: 18px auto 12px;
}
.item-card strong {
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: -.02em;
}
#itemPreviewImage.missing-img, .item-card img.missing-img {
  min-height: 84px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(12, 64, 49, .14), rgba(202,255,66,.14));
}

@media (max-width: 980px) {
  .items-showcase-head {
    grid-template-columns: 1fr;
  }
  .item-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .item-preview {
    grid-template-columns: 1fr;
  }
  .item-preview-artwrap {
    min-height: 120px;
  }
  .item-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .item-grid {
    grid-template-columns: 1fr;
  }
}


/* Item-integrated step layout */
.steps-modern .step-flow.step-flow-items li {
  grid-template-columns: 76px 1fr;
  min-height: 96px;
  padding: 14px 18px 14px 14px;
  gap: 16px;
}
.steps-modern .step-flow.step-flow-items li div::before {
  display: none;
}
.item-step-icon {
  position: relative;
  width: 76px;
  height: 68px;
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff, #eaf8f3);
  border: 1px solid rgba(0,59,47,.12);
  box-shadow: 0 14px 28px rgba(32,75,63,.12), inset 0 0 0 1px rgba(255,255,255,.75);
  overflow: visible;
}
.item-step-icon img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 10px 14px rgba(0, 59, 47, .18));
}
.item-step-icon em {
  position: absolute;
  top: -9px;
  left: -9px;
  width: 31px;
  height: 31px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #003b2f;
  color: #ffffff;
  border: 2px solid #ffffff;
  font-style: normal;
  font-size: 10px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .04em;
  box-shadow: 0 10px 20px rgba(0,59,47,.22);
}
.step-flow-items li:hover .item-step-icon {
  background: linear-gradient(145deg, #fffdf2, #eefaeb);
  border-color: rgba(255,194,46,.55);
}
.step-flow-items li:hover .item-step-icon img {
  transform: scale(1.08) rotate(-3deg);
}
.item-step-icon img {
  transition: transform .2s ease;
}
.item-step-icon img.missing-img {
  width: 54px;
  height: 54px;
  min-height: 54px;
  border-radius: 14px;
}

@media (max-width: 560px) {
  .steps-modern .step-flow.step-flow-items li {
    grid-template-columns: 64px 1fr;
    gap: 12px;
  }
  .item-step-icon {
    width: 64px;
    height: 62px;
  }
  .item-step-icon img {
    width: 46px;
    height: 46px;
  }
}
