.csg {
  --csg-ink: #171717;
  --csg-muted: #686868;
  --csg-line: #e7e5e1;
  --csg-soft: #f6f4f0;
  --csg-accent: #a52b2f;
  color: var(--csg-ink);
  overflow: hidden;
  padding: 64px 0 76px;
}

.csg * { box-sizing: border-box; }
.csg__inner { max-width: 1440px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.csg__reward { display: grid; grid-template-columns: 1.25fr 1fr; gap: 34px; align-items: center; background: var(--csg-soft); border: 1px solid var(--csg-line); padding: 34px 38px; margin-bottom: 46px; }
.csg__eyebrow { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; color: var(--csg-accent); }
.csg h2 { color: var(--csg-ink); font-size: clamp(28px, 3vw, 46px); line-height: 1.08; letter-spacing: -.035em; margin: 9px 0 14px; }
.csg p { margin-top: 0; }
.csg__reward-copy > p { max-width: 630px; color: #4e4e4e; margin-bottom: 22px; }
.csg .csg__button,
.csg .csg__button:link,
.csg .csg__button:visited,
.csg .csg__button:hover,
.csg .csg__button:focus { display: inline-flex; align-items: center; justify-content: center; background: #171717 !important; color: #fff !important; -webkit-text-fill-color: #fff !important; text-decoration: none; padding: 13px 22px; min-height: 48px; font-weight: 700; }
.csg .csg__button:focus-visible { outline: 3px solid var(--csg-accent); outline-offset: 3px; }
.csg .csg__button > .csg__button-label { display: block; color: #fff !important; -webkit-text-fill-color: #fff !important; opacity: 1 !important; mix-blend-mode: normal !important; filter: none !important; }
.csg__steps { display: grid; min-width: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.csg__step { min-width: 0; overflow-wrap: anywhere; background: #fff; border: 1px solid var(--csg-line); padding: 18px 15px; min-height: 125px; }
.csg__step b { display: block; font-size: 12px; margin-bottom: 9px; }
.csg__step span { font-size: 13px; color: var(--csg-muted); }
.csg__header { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 22px; }
.csg__header h2 { font-size: clamp(25px, 3vw, 38px); margin: 7px 0; }
.csg__header p { color: var(--csg-muted); margin: 0; }
.csg__arrows { display: flex; gap: 8px; }
.csg__arrows button { width: 44px; height: 44px; border: 1px solid #ccc; background: #fff; color: #171717; cursor: pointer; font-size: 22px; }
.csg__arrows button:hover,
.csg__arrows button:focus { background: #171717; color: #fff; outline: none; }
.csg__viewport { overflow-x: auto; scrollbar-width: none; scroll-snap-type: none; overscroll-behavior-inline: contain; touch-action: pan-x pinch-zoom; -webkit-overflow-scrolling: touch; }
.csg__viewport::-webkit-scrollbar { display: none; }
.csg__track { display: flex; gap: 18px; width: max-content; padding-bottom: 4px; }
.csg__card { width: clamp(220px, 19vw, 280px); background: #fff; border: 1px solid var(--csg-line); scroll-snap-align: start; color: inherit; text-decoration: none; transition: transform .2s ease; -webkit-user-drag: none; }
.csg__card:hover { transform: translateY(-3px); }
.csg__card > img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: contain; object-position: center; background: #f2f0eb; pointer-events: none; -webkit-user-drag: none; user-select: none; }
.csg__content { padding: 17px; }
.csg__identity { display: flex; align-items: center; gap: 10px; margin-bottom: 11px; }
.csg__identity-copy { display: flex; min-width: 0; flex: 1; flex-direction: column; }
.csg__name-row { display: flex; align-items: center; justify-content: flex-start; gap: 4px; }
.csg__identity b { font-size: 13px; }
.csg__identity small { color: var(--csg-muted); font-size: 12px; }
.csg__stars { color: #f5a623; font-size: 14px; line-height: 1; letter-spacing: 1px; white-space: nowrap; }
.csg__avatar { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #ece9e3; font-size: 12px; font-weight: 700; }
.csg__content > p { font-size: 14px; line-height: 1.5; min-height: 43px; margin-bottom: 14px; }
.csg__shop { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid #171717; }
.csg__disclosure { display: block; color: #888; font-size: 10px; margin-top: 12px; }
.csg__fineprint { margin: 20px 0 0; color: #858585; font-size: 11px; }

@media (max-width: 820px) {
  .csg { padding: 42px 0 58px; }
  .csg__inner { padding-left: 16px; padding-right: 16px; }
  .csg__reward { grid-template-columns: 1fr; padding: 25px 20px; margin-bottom: 38px; }
  .csg .csg__button,
  .csg .csg__button:link,
  .csg .csg__button:visited,
  .csg .csg__button:hover,
  .csg .csg__button:focus { background: #171717 !important; color: #fff !important; -webkit-text-fill-color: #fff !important; }
  .csg .csg__button > .csg__button-label { color: #fff !important; -webkit-text-fill-color: #fff !important; opacity: 1 !important; }
  .csg__steps { gap: 7px; }
  .csg__step { padding: 13px 10px; min-height: 115px; }
  .csg__header { align-items: flex-start; margin-bottom: 10px; }
  .csg__arrows { display: none; }
  .csg__viewport { scroll-snap-type: x mandatory; }
  .csg__track { gap: 12px; }
  .csg__card { width: 76vw; max-width: 320px; }
  .csg__card > img { display: block !important; width: 100% !important; height: auto !important; aspect-ratio: 4 / 5 !important; object-fit: contain !important; object-position: center !important; background: #f2f0eb !important; }
  .csg__content { padding: 14px; }
  .csg__content > p { min-height: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .csg__card { transition: none; }
}
