/* ==========================================================================
   Readybet.co — How It Works page
   Desktop reference 1440 (content 1312 + 64 gutters), mobile reference 390.
   Inside strokes from Figma are rendered with inset box-shadows so paddings
   stay identical to the spec.
   ========================================================================== */

.page-hiw { background: var(--bg); }

/* --------------------------------------------------------------------------
   Intro
   -------------------------------------------------------------------------- */
.hiw-intro { padding: 80px var(--gutter) 48px; display: flex; flex-direction: column; gap: 24px; background: var(--bg); }
.hiw-intro__head { display: flex; flex-direction: column; gap: 12px; }
.hiw-intro__eyebrow { font-family: var(--f-body); font-weight: 700; font-size: 13px; line-height: 17px; letter-spacing: 1.5px; color: var(--orange); }
.hiw-intro__title { font-family: var(--f-head); font-weight: 700; font-size: 72px; line-height: 68px; letter-spacing: -2px; color: var(--ink); }
.hiw-intro__cols { display: flex; gap: 40px; align-items: flex-start; }
.hiw-intro__lead { flex: 1 1 0; font-family: var(--f-body); font-size: 18px; line-height: 29px; color: var(--muted); }
.hiw-intro__sub { flex: 1 1 0; font-family: var(--f-body); font-size: 15px; line-height: 23px; color: var(--muted); }

/* --------------------------------------------------------------------------
   Four-step nav rail
   -------------------------------------------------------------------------- */
.hiw-rail {
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px var(--gutter);
  box-shadow: inset 0 1px 0 var(--line), inset 0 -1px 0 var(--line);
}
.hiw-rail__pill {
  display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto;
  height: 40px; padding: 8px 16px; border-radius: 99px;
  box-shadow: inset 0 0 0 1px var(--line);
}
.hiw-rail__num {
  display: inline-flex; align-items: center; justify-content: center; flex: 0 0 24px;
  width: 24px; height: 24px; border-radius: 50%; background: var(--sand);
  font-family: var(--f-head); font-weight: 700; font-size: 14px; line-height: 19px; color: var(--ink);
}
.hiw-rail__label { font-family: var(--f-head); font-weight: 700; font-size: 14px; line-height: 19px; letter-spacing: .5px; margin-right: -.5px; color: var(--ink); white-space: nowrap; }
.hiw-rail__pill:hover { background: var(--sand); }
.hiw-rail__pill.is-active { background: var(--ink); box-shadow: none; }
.hiw-rail__pill.is-active .hiw-rail__num { background: var(--orange); color: var(--white); }
.hiw-rail__pill.is-active .hiw-rail__label { color: var(--white); }
.hiw-rail__line { flex: 0 0 60px; width: 60px; height: 2px; background: var(--line); }

/* --------------------------------------------------------------------------
   Step sections (shared)
   -------------------------------------------------------------------------- */
.hiw-step { display: flex; align-items: center; gap: 64px; padding: 64px var(--gutter); scroll-margin-top: 16px; }
.hiw-step__text { flex: 1 1 0; min-width: 45%; display: flex; flex-direction: column; gap: 24px; }
.hiw-step__head { display: flex; flex-direction: column; gap: 8px; }
.hiw-step__num { font-family: var(--f-head); font-weight: 700; font-size: 96px; line-height: 129px; color: var(--orange); }
.hiw-step__title { font-family: var(--f-head); font-weight: 700; font-size: 36px; line-height: 48px; color: var(--ink); }
.hiw-step__lead { font-family: var(--f-body); font-size: 16px; line-height: 26px; color: var(--muted); }
.hiw-step__demo { flex: 0 1 640px; width: 640px; max-width: 100%; border-radius: 24px; }
.hiw-step__demo--sky { background: var(--sky); padding: 32px; }
.hiw-step--02 { background: var(--white); }
.hiw-step--04 { background: var(--ink); }
.hiw-step--04 .hiw-step__num { color: var(--yellow); }
.hiw-step--04 .hiw-step__title { color: var(--white); }
.hiw-step--04 .hiw-step__lead { color: var(--line); opacity: .8; }

/* Step 01 — start here row */
.hiw-start { display: flex; align-items: center; gap: 8px; }
.hiw-start__badge { display: inline-flex; align-items: center; padding: 4px 8px; border-radius: 4px; background: var(--orange); color: var(--white); font-family: var(--f-body); font-weight: 900; font-size: 11px; line-height: 14px; white-space: nowrap; }
.hiw-start__text { font-family: var(--f-body); font-size: 13px; line-height: 17px; color: var(--muted); }

/* Step 01 — desktop event card */
.event-card { background: var(--white); border-radius: 12px; overflow: hidden; box-shadow: inset 0 0 0 1px var(--line); }
.event-card__head { display: flex; justify-content: space-between; align-items: center; height: 56px; padding: 16px; background: var(--sand); box-shadow: inset 0 -1px 0 var(--line); }
.event-card__league { display: flex; align-items: center; gap: 12px; }
.event-card__comp { font-family: var(--f-head); font-weight: 700; font-size: 18px; line-height: 24px; color: var(--ink); white-space: nowrap; }
.event-card__region { font-family: var(--f-body); font-size: 13px; line-height: 17px; color: var(--muted); white-space: nowrap; }
.event-card__all { font-family: var(--f-body); font-weight: 700; font-size: 13px; line-height: 17px; color: var(--orange); white-space: nowrap; }
.event-card__all:hover { text-decoration: underline; }
.event-card__body { display: flex; align-items: center; gap: 24px; padding: 20px; }
.event-card__when { flex: 0 0 200px; width: 200px; display: flex; flex-direction: column; gap: 6px; }
.event-card__time { font-family: var(--f-body); font-size: 13px; line-height: 17px; color: var(--muted); }
.event-card__teams { display: flex; flex-direction: column; gap: 2px; }
.event-card__teams span { font-family: var(--f-body); font-weight: 700; font-size: 15px; line-height: 20px; color: var(--ink); }
.event-card__market { flex: 0 0 90px; width: 90px; display: flex; flex-direction: column; gap: 2px; }
.event-card__mlabel { font-family: var(--f-head); font-weight: 700; font-size: 11px; line-height: 15px; text-transform: uppercase; color: var(--muted); }
.event-card__mvalue { font-family: var(--f-body); font-size: 13px; line-height: 17px; color: var(--ink); white-space: nowrap; }
.event-card__odds { flex: 1 1 0; display: flex; gap: 8px; }
.event-card__odd { flex: 1 1 0; display: flex; flex-direction: column; align-items: center; padding: 12px; border-radius: 6px; background: var(--bg); box-shadow: inset 0 0 0 1px var(--line); }
.event-card__odd b { font-family: var(--f-head); font-weight: 700; font-size: 13px; line-height: 18px; color: var(--ink); }
.event-card__odd i { font-style: normal; font-family: var(--f-body); font-weight: 800; font-size: 13px; line-height: 17px; color: var(--orange); }

/* Step 02 — desktop odds demo */
.hiw-step--02 .hiw-step__demo.only-d { background: var(--sand); padding: 32px; display: flex; flex-direction: column; gap: 24px; }
.odds-demo { display: flex; flex-direction: column; gap: 24px; }
.odds-demo__top { display: flex; flex-direction: column; gap: 12px; }
.odds-demo__row { display: flex; align-items: center; gap: 12px; }
.odds-demo__cell { flex: 1 1 0; display: flex; justify-content: space-between; align-items: center; height: 54px; padding: 16px; border-radius: 8px; background: var(--bg); box-shadow: inset 0 0 0 1px var(--line); }
.odds-demo__cell.is-selected { background: var(--orange); box-shadow: 0 8px 16px 0 rgba(242, 92, 5, .25); }
.odds-demo__name { display: inline-flex; align-items: center; gap: 8px; font-family: var(--f-head); font-weight: 700; font-size: 16px; line-height: 22px; color: var(--ink); white-space: nowrap; }
.odds-demo__cell.is-selected .odds-demo__name { color: var(--white); }
.odds-demo__badge { display: inline-flex; align-items: center; padding: 4px 8px; border-radius: 4px; background: var(--yellow); color: var(--ink); font-family: var(--f-body); font-weight: 900; font-size: 11px; line-height: 14px; }
.odds-demo__price { font-family: var(--f-body); font-weight: 800; font-size: 16px; line-height: 21px; color: var(--orange); }
.odds-demo__cell.is-selected .odds-demo__price { color: var(--white); }
.odds-demo__labels { display: flex; justify-content: space-between; padding: 0 8px; }
.odds-demo__labels span { font-family: var(--f-body); font-size: 12px; line-height: 16px; color: var(--muted); }
.odds-explain { display: flex; flex-direction: column; gap: 8px; padding: 20px; border-radius: 12px; background: var(--yellow); }
.odds-explain__title { font-family: var(--f-head); font-weight: 700; font-size: 14px; line-height: 19px; color: var(--ink); }
.odds-explain__text { font-family: var(--f-body); font-size: 13px; line-height: 20px; color: var(--ink); }

/* Step 02 — tip row */
.hiw-tip { display: flex; align-items: center; gap: 12px; }
.hiw-tip__icon { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 24px; width: 24px; height: 24px; border-radius: 50%; background: var(--orange); color: var(--white); font-family: var(--f-body); font-weight: 700; font-size: 12px; line-height: 16px; }
.hiw-tip__text { font-family: var(--f-body); font-weight: 700; font-size: 14px; line-height: 18px; color: var(--orange); }

/* Step 03 — calculation box */
.hiw-calc { display: flex; flex-direction: column; gap: 10px; padding: 20px; border-radius: 12px; background: var(--sand); box-shadow: inset 0 0 0 1px var(--line); }
.hiw-calc__title { font-family: var(--f-head); font-weight: 700; font-size: 12px; line-height: 16px; text-transform: uppercase; color: var(--ink); }
.hiw-calc__formula { display: flex; flex-direction: column; gap: 4px; }
.hiw-calc__eq { font-family: var(--f-body); font-weight: 700; font-size: 16px; line-height: 21px; color: var(--ink); }
.hiw-calc__ex { font-family: var(--f-body); font-size: 14px; line-height: 18px; color: var(--muted); }
.hiw-calc__ex b { font-weight: 700; color: #10b981; }
.hiw-calc__note { font-family: var(--f-body); font-size: 11px; line-height: 14px; color: var(--muted); }

/* Step 03 — bet slip demo */
.hiw-step__demo--slip { display: flex; justify-content: center; }
.slip { width: 380px; max-width: 100%; display: flex; flex-direction: column; gap: 20px; padding: 24px; border-radius: 16px; background: var(--bg); box-shadow: inset 0 0 0 1px var(--line); }
.slip__head { display: flex; justify-content: space-between; align-items: center; }
.slip__title { font-family: var(--f-head); font-weight: 700; font-size: 20px; line-height: 27px; color: var(--ink); }
.slip__count { display: inline-flex; align-items: center; padding: 4px 8px; border-radius: 4px; background: var(--orange); color: var(--white); font-family: var(--f-body); font-weight: 900; font-size: 11px; line-height: 14px; white-space: nowrap; }
.slip__sel { display: flex; flex-direction: column; gap: 12px; padding: 16px; border-radius: 8px; background: var(--white); box-shadow: inset 0 0 0 1px var(--line); }
.slip__sel-top { display: flex; justify-content: space-between; align-items: center; }
.slip__sel-meta { display: inline-flex; align-items: center; gap: 8px; }
.slip__tag { display: inline-flex; align-items: center; padding: 4px 8px; border-radius: 4px; background: var(--sand); color: var(--ink); font-family: var(--f-body); font-weight: 900; font-size: 11px; line-height: 14px; }
.slip__event { font-family: var(--f-body); font-size: 13px; line-height: 17px; color: var(--muted); white-space: nowrap; }
.slip__remove { font-family: var(--f-body); font-size: 12px; line-height: 16px; color: var(--muted); white-space: nowrap; }
.slip__sel-body { display: flex; flex-direction: column; gap: 2px; }
.slip__market { font-family: var(--f-body); font-size: 13px; line-height: 17px; color: var(--muted); }
.slip__pick { display: flex; justify-content: space-between; align-items: center; }
.slip__name { font-family: var(--f-body); font-weight: 700; font-size: 15px; line-height: 20px; color: var(--ink); }
.slip__odds { font-family: var(--f-body); font-weight: 800; font-size: 15px; line-height: 20px; color: var(--orange); }
.slip__stake { display: flex; flex-direction: column; gap: 8px; }
.slip__label { font-family: var(--f-body); font-weight: 700; font-size: 12px; line-height: 16px; letter-spacing: .5px; color: var(--muted); }
.slip__input { display: flex; justify-content: space-between; align-items: center; height: 49px; padding: 14px; border-radius: 8px; background: var(--white); box-shadow: inset 0 0 0 1px var(--line); font-family: var(--f-body); font-weight: 700; font-size: 16px; line-height: 21px; color: var(--ink); }
.slip__line { height: 1px; margin: -1px 0 0; border: 0; background: var(--line); }
.slip__return { display: flex; justify-content: space-between; align-items: center; }
.slip__return-label { font-family: var(--f-body); font-size: 13px; line-height: 17px; color: var(--muted); }
.slip__return-value { font-family: var(--f-body); font-weight: 800; font-size: 18px; line-height: 23px; color: var(--ink); }
.slip__place { display: flex; justify-content: center; align-items: center; height: 52px; padding: 16px; border-radius: 500px; background: var(--ink); color: var(--white); font-family: var(--f-body); font-weight: 700; font-size: 15px; line-height: 20px; transition: filter .15s ease; }
.slip__place:hover { filter: brightness(1.25); }

/* Step 04 — desktop confirmation card */
.hiw-step--04 .hiw-step__demo.only-d { background: var(--brown); padding: 32px; }
.confirm { display: flex; flex-direction: column; gap: 24px; }
.confirm__box { display: flex; flex-direction: column; gap: 16px; padding: 20px; border-radius: 12px; background: var(--white); }
.confirm__row { display: flex; justify-content: space-between; align-items: center; }
.confirm__k { font-family: var(--f-head); font-weight: 700; font-size: 16px; line-height: 22px; color: var(--ink); }
.confirm__k--muted { color: var(--muted); }
.confirm__v { font-family: var(--f-body); font-weight: 800; font-size: 16px; line-height: 21px; color: var(--ink); }
.confirm__v--green { font-weight: 900; font-size: 20px; line-height: 26px; color: #10b981; }
.confirm__btn { display: flex; justify-content: center; align-items: center; height: 54px; padding: 16px; border-radius: 600px; background: var(--orange); color: var(--white); font-family: var(--f-head); font-weight: 700; font-size: 16px; line-height: 22px; box-shadow: 0 8px 16px 0 rgba(242, 92, 5, .25); transition: filter .15s ease; }
.confirm__btn:hover { filter: brightness(.94); }
.confirm__note { display: flex; flex-direction: column; gap: 10px; }
.confirm__final { font-family: var(--f-head); font-weight: 700; font-size: 13px; line-height: 18px; color: var(--yellow); }
.confirm__text { font-family: var(--f-body); font-size: 13px; line-height: 20px; color: var(--line); opacity: .8; }

/* Step 04 — checklist */
.hiw-check { display: flex; flex-direction: column; gap: 12px; }
.hiw-check__title { font-family: var(--f-head); font-weight: 700; font-size: 14px; line-height: 19px; color: var(--yellow); }
.hiw-check__list { display: flex; flex-direction: column; gap: 12px; }
.hiw-check__list li { display: flex; align-items: center; gap: 8px; font-family: var(--f-body); font-size: 13px; line-height: 17px; color: var(--white); }
.hiw-check__dot { opacity: .6; }

/* --------------------------------------------------------------------------
   Ready to start
   -------------------------------------------------------------------------- */
.hiw-ready { display: flex; flex-direction: column; align-items: center; gap: 32px; padding: 64px var(--gutter); background: var(--bg); }
.hiw-ready__head { width: 560px; max-width: 100%; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.hiw-ready__title { font-family: var(--f-head); font-weight: 700; font-size: 40px; line-height: 54px; color: var(--ink); text-align: center; }
.hiw-ready__text { font-family: var(--f-body); font-size: 16px; line-height: 21px; color: var(--muted); text-align: center; }
.hiw-ready__actions { display: flex; gap: 16px; }
.hiw-ready__btn { display: inline-flex; align-items: center; justify-content: center; height: 46px; padding: 14px 28px; border-radius: 700px; font-family: var(--f-body); font-weight: 700; font-size: 14px; line-height: 18px; white-space: nowrap; transition: filter .15s ease, background-color .15s ease, color .15s ease; }
.hiw-ready__btn--orange { background: var(--orange); color: var(--white); }
.hiw-ready__btn--orange:hover { filter: brightness(.94); }
.hiw-ready__btn--outline { background: var(--white); color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.hiw-ready__btn--outline:hover { background: var(--ink); color: var(--white); }

/* --------------------------------------------------------------------------
   Responsible gambling hub (this page's variant: card gap 16, mobile split)
   -------------------------------------------------------------------------- */
.hiw-hub { display: flex; flex-direction: column; gap: 40px; padding: 64px var(--gutter); background: var(--sky); }
.hiw-hub__head { display: flex; flex-direction: column; gap: 8px; }
.hiw-hub__title { font-family: var(--f-head); font-weight: 700; font-size: 32px; line-height: 43px; color: var(--ink); }
.hiw-hub__sub { font-family: var(--f-body); font-size: 15px; line-height: 20px; color: var(--ink); opacity: .8; }
.hiw-hub__grid { display: flex; gap: 20px; }
.hiw-card { flex: 1 1 0; display: flex; flex-direction: column; gap: 16px; padding: 24px; border-radius: 12px; background: var(--bg); box-shadow: inset 0 0 0 1px var(--line); }
.hiw-card__title { font-family: var(--f-head); font-weight: 700; font-size: 18px; line-height: 24px; color: var(--ink); }
.hiw-card__text { font-family: var(--f-body); font-size: 13px; line-height: 20px; color: var(--muted); }
.hiw-card__link { align-self: flex-start; font-family: var(--f-body); font-weight: 700; font-size: 13px; line-height: 17px; color: var(--orange); }
.hiw-card__link:hover { text-decoration: underline; }

/* ==========================================================================
   Mobile (390 reference)
   ========================================================================== */
@media (max-width: 767px) {
  /* Hero */
  .hiw-intro { padding: 32px var(--mobile-gutter) 24px; gap: 16px; }
  .hiw-intro__head { gap: 8px; }
  .hiw-intro__title { font-size: 26px; line-height: 35px; letter-spacing: 0; }
  .hiw-intro__cols { flex-direction: column; gap: 16px; }
  .hiw-intro__lead { font-size: 15px; line-height: 23px; }
  .hiw-intro__sub { line-height: 23px; }

  /* Step navigation (horizontal scroll) */
  .hiw-rail {
    justify-content: flex-start; padding: 0 var(--mobile-gutter) 24px;
    overflow-x: auto; overflow-y: hidden; scrollbar-width: none; -webkit-overflow-scrolling: touch;
    box-shadow: inset 0 -1px 0 var(--line);
  }
  .hiw-rail::-webkit-scrollbar { display: none; }
  .hiw-rail__pill { height: 32px; padding: 6px 10px; gap: 8px; }
  .hiw-rail__pill.is-active { background: var(--bg); }
  .hiw-rail__pill.is-active .hiw-rail__label { color: var(--ink); }
  .hiw-rail__num { flex-basis: 20px; width: 20px; height: 20px; font-size: 11px; line-height: 15px; }
  .hiw-rail__label { font-size: 11px; line-height: 15px; }
  .hiw-rail__line { flex-basis: 40px; width: 40px; background: repeating-linear-gradient(90deg, var(--line) 0 2px, transparent 2px 5px); }
  .hiw-rail::after { content: ""; flex: 0 0 var(--mobile-gutter); }

  /* Steps */
  .hiw-step { flex-direction: column; align-items: stretch; gap: 24px; padding: 32px var(--mobile-gutter); scroll-margin-top: 0; }
  .hiw-step__text { min-width: 0; gap: 24px; }
  .hiw-step__num { font-size: 48px; line-height: 65px; }
  .hiw-step__title { font-size: 26px; line-height: 35px; }
  .hiw-step__lead { font-size: 15px; line-height: 23px; }
  .hiw-step__demo { flex: 0 0 auto; width: auto; }
  .hiw-step__demo--sky { padding: 24px; }
  .hiw-step--01 { box-shadow: inset 0 1px 0 var(--line), inset 0 -1px 0 var(--line); }
  .hiw-step--02, .hiw-step--03 { gap: 20px; }
  .hiw-step--02 .hiw-step__text, .hiw-step--03 .hiw-step__text { gap: 20px; }
  .hiw-step--03 { box-shadow: inset 0 1px 0 var(--sand), inset 0 -1px 0 var(--sand); }
  .hiw-step--04 .hiw-step__num { color: var(--orange); }
  .hiw-step--04 .hiw-step__lead { color: var(--bg); opacity: 1; }

  /* Step 01 */
  .hiw-start { flex-direction: column; align-items: flex-start; gap: 8px; }
  .hiw-start__text { line-height: 17px; }
  .m-event { background: var(--white); border-radius: 12px; overflow: hidden; box-shadow: inset 0 0 0 1px var(--line); }
  .m-event__head { display: flex; justify-content: space-between; align-items: center; padding: 16px; background: var(--sand); box-shadow: inset 0 -1px 0 var(--line); }
  .m-event__league { display: flex; flex-direction: column; gap: 2px; }
  .m-event__comp { font-family: var(--f-head); font-weight: 700; font-size: 18px; line-height: 24px; color: var(--ink); white-space: nowrap; }
  .m-event__region { font-family: var(--f-body); font-size: 13px; line-height: 17px; color: var(--muted); white-space: nowrap; }
  .m-event__all { font-family: var(--f-body); font-weight: 700; font-size: 13px; line-height: 17px; color: var(--orange); white-space: nowrap; }
  .m-event__body { display: flex; flex-direction: column; gap: 16px; padding: 20px; }
  .m-event__meta { display: flex; justify-content: space-between; align-items: center; }
  .m-event__time { font-family: var(--f-body); font-weight: 700; font-size: 12px; line-height: 16px; color: var(--orange); white-space: nowrap; }
  .m-event__market { display: inline-flex; align-items: center; gap: 4px; font-family: var(--f-body); font-size: 11px; line-height: 14px; color: var(--muted); white-space: nowrap; }
  .m-event__market b { font-weight: 700; color: var(--ink); }
  .m-event__teams { display: flex; flex-direction: column; gap: 6px; }
  .m-event__teams span { font-family: var(--f-body); font-weight: 600; font-size: 15px; line-height: 20px; color: var(--ink); }
  .m-event__odds { display: flex; gap: 8px; }
  .m-event__odd { flex: 1 1 0; display: flex; justify-content: space-between; align-items: center; height: 42px; padding: 12px; border-radius: 8px; background: var(--bg); box-shadow: inset 0 0 0 1px var(--line); }
  .m-event__odd b { font-family: var(--f-head); font-weight: 700; font-size: 13px; line-height: 18px; color: var(--ink); }
  .m-event__odd i { font-style: normal; font-family: var(--f-head); font-weight: 700; font-size: 13px; line-height: 18px; color: var(--orange); }

  /* Step 02 */
  .hiw-tip__icon { font-size: 14px; line-height: 18px; }
  .hiw-step__demo--m2 { display: flex; flex-direction: column; gap: 20px; border-radius: 0; }
  .m-odds { display: flex; flex-direction: column; gap: 12px; padding: 16px; border-radius: 24px; background: var(--sand); }
  .m-odds__row { display: flex; gap: 8px; }
  .m-odds__cell { flex: 1 1 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; height: 81px; padding: 10px; border-radius: 8px; background: var(--bg); }
  .m-odds__cell.is-selected { box-shadow: inset 0 0 0 2px var(--orange); }
  .m-odds__name { font-family: var(--f-head); font-weight: 700; font-size: 13px; line-height: 18px; color: var(--muted); white-space: nowrap; }
  .m-odds__cell.is-selected .m-odds__name { color: var(--ink); }
  .m-odds__tag { font-family: var(--f-body); font-weight: 700; font-size: 10px; line-height: 13px; color: var(--orange); }
  .m-odds__tag.is-blank { font-weight: 400; color: transparent; }
  .m-odds__price { font-family: var(--f-head); font-weight: 700; font-size: 16px; line-height: 22px; color: var(--ink); }
  .m-odds__labels { display: flex; justify-content: space-between; }
  .m-odds__labels span { font-family: var(--f-body); font-weight: 700; font-size: 11px; line-height: 14px; color: var(--muted); }
  .hiw-step__demo--m2 .odds-explain { padding: 16px; }
  .hiw-step__demo--m2 .odds-explain__title { font-size: 18px; line-height: 24px; }
  .hiw-step__demo--m2 .odds-explain__text { font-size: 14px; line-height: 21px; }

  /* Step 03 */
  .hiw-calc { border-radius: 16px; }
  .hiw-calc__title { font-size: 16px; line-height: 22px; }
  .hiw-step__demo--slip { justify-content: stretch; }
  .slip { width: 100%; }
  .slip__place { border-radius: 8px; }

  /* Step 04 */
  .hiw-check__title { letter-spacing: 1px; }
  .hiw-check__list { gap: 8px; }
  .hiw-check__list li { font-size: 14px; line-height: 18px; color: var(--bg); }
  .hiw-check__dot { opacity: 1; }
  .hiw-step__demo--m4 { display: flex; flex-direction: column; gap: 24px; border-radius: 0; }
  .m-confirm { display: flex; flex-direction: column; gap: 16px; padding: 20px; border-radius: 12px; background: var(--white); }
  .m-confirm__rows { display: flex; flex-direction: column; gap: 12px; }
  .m-confirm__row { display: flex; justify-content: space-between; align-items: center; }
  .m-confirm__row--ret { padding-bottom: 12px; box-shadow: inset 0 -1px 0 var(--sand); }
  .m-confirm__k { font-family: var(--f-body); font-weight: 700; font-size: 14px; line-height: 18px; color: var(--muted); }
  .m-confirm__v { font-family: var(--f-head); font-weight: 700; font-size: 20px; line-height: 27px; color: var(--ink); }
  .m-confirm__v--green { color: #10b981; }
  .m-confirm__btn { display: flex; justify-content: center; align-items: center; height: 48px; padding: 14px; border-radius: 8px; background: var(--orange); color: var(--white); font-family: var(--f-body); font-weight: 700; font-size: 15px; line-height: 20px; box-shadow: 0 8px 16px 0 rgba(242, 92, 5, .25); }

  /* Ready */
  .hiw-ready { align-items: stretch; gap: 20px; padding: 32px var(--mobile-gutter); }
  .hiw-ready__head { width: auto; align-items: flex-start; gap: 20px; }
  .hiw-ready__title { font-size: 26px; line-height: 35px; text-align: left; }
  .hiw-ready__text { font-size: 15px; line-height: 23px; text-align: left; }
  .hiw-ready__actions { gap: 10px; }
  .hiw-ready__btn { flex: 1 1 0; height: 48px; padding: 14px; border-radius: 800px; font-size: 15px; line-height: 20px; }
  .hiw-ready__btn--outline { background: transparent; box-shadow: inset 0 0 0 2px var(--ink); }

  /* Hub: "know-your-limit" + "responsible-tools" */
  .hiw-hub { gap: 32px; padding: 32px var(--mobile-gutter); }
  .hiw-hub__head { gap: 12px; }
  .hiw-hub__title { font-size: 24px; line-height: 32px; }
  .hiw-hub__sub { font-size: 15px; line-height: 23px; opacity: 1; }
  .hiw-hub__grid { flex-direction: column; gap: 12px; }
  .hiw-card { gap: 12px; padding: 16px; box-shadow: inset 0 0 0 1px var(--sand); }
  .hiw-card__title { font-size: 16px; line-height: 22px; }
  .hiw-card__text { font-size: 14px; line-height: 21px; }
  .hiw-card__link { text-decoration: underline; }
}
