.game-invite { background: linear-gradient(180deg, #fffaf5, #f9ecff); }
.game-invite .section-heading { margin-bottom: 28px; }
.game-invite-card { max-width: 1120px; margin: auto; display: grid; grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr); gap: 42px; align-items: center; padding: 30px; border: 3px solid #fff; border-radius: 36px; background: linear-gradient(135deg, #5f3b88, #8a55aa); box-shadow: 0 25px 60px rgba(74, 41, 96, .2); }
.game-invite-visual { position: relative; min-height: 430px; }
.game-invite-unicorn { position: absolute; z-index: 2; left: 0; bottom: 0; width: 54%; aspect-ratio: 1; border: 5px solid #fff; border-radius: 31px; object-fit: cover; background: #ffeef7; box-shadow: 0 18px 35px rgba(35, 15, 51, .3); filter: hue-rotate(35deg) saturate(1.08); transform: rotate(-3deg); }
.game-invite-comic { position: absolute; top: 0; right: 0; width: 67%; max-height: 395px; border: 5px solid #fff; border-radius: 29px; object-fit: contain; background: #fff9f2; box-shadow: 0 18px 35px rgba(35, 15, 51, .3); transform: rotate(3deg); }
.game-invite-visual > span { position: absolute; z-index: 3; right: 8px; bottom: 14px; padding: 8px 12px; border: 2px solid rgba(255,255,255,.9); border-radius: 999px; color: #68447f; background: #fff5c7; font-size: .73rem; font-weight: 900; }
.game-invite-copy { color: #fff; }
.game-invite-copy h3 { margin: 11px 0 9px; font-size: clamp(2rem, 4vw, 3.15rem); line-height: 1.03; }
.game-invite-copy > p { max-width: 590px; color: #f2e7f5; font-weight: 700; line-height: 1.6; }
.game-invite-pill { display: inline-block; padding: 7px 11px; border-radius: 999px; color: #67407d; background: linear-gradient(135deg, #fff2a9, #ffcfe4); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.game-invite-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 21px 0; }
.game-invite-steps span { min-width: 0; padding: 10px; border: 2px solid rgba(255,255,255,.18); border-radius: 18px; text-align: center; background: rgba(255,255,255,.09); }
.game-invite-steps img { width: 64px; height: 64px; display: block; margin: auto; border-radius: 17px; object-fit: cover; background: #fff; }
.game-invite-steps strong { display: block; margin-top: 5px; font-size: .76rem; }

@media (max-width: 800px) {
  .game-invite-card { grid-template-columns: 1fr; gap: 23px; padding: 22px; }
  .game-invite-visual { width: min(100%, 520px); min-height: 390px; margin: auto; }
  .game-invite-copy { text-align: center; }
  .game-invite-copy > p { margin-inline: auto; }
}

@media (max-width: 480px) {
  .game-invite-card { padding: 14px; border-radius: 28px; }
  .game-invite-visual { min-height: 310px; }
  .game-invite-unicorn { width: 58%; border-radius: 23px; }
  .game-invite-comic { width: 70%; max-height: 285px; border-radius: 22px; }
  .game-invite-visual > span { right: 0; bottom: 7px; font-size: .62rem; }
  .game-invite-copy { padding: 7px; }
  .game-invite-copy h3 { font-size: 2rem; }
  .game-invite-steps { gap: 6px; }
  .game-invite-steps span { padding: 7px 3px; }
  .game-invite-steps img { width: 52px; height: 52px; border-radius: 14px; }
  .game-invite-copy .button { width: 100%; }
}

.game-invite-actions{display:flex;flex-wrap:wrap;gap:10px}.game-invite-farm-button{color:#654179;background:#fff2f8;box-shadow:inset 0 0 0 2px rgba(255,255,255,.75)}
@media(max-width:480px){.game-invite-actions{display:grid}.game-invite-actions .button{width:100%}}
