/* RankBe 出演タレント募集LP: guide-refresh.css と同じデザイン言語を再利用しつつ、
   本ページ専用の内容(3ベネフィット・SNS拡散手順・募集イベント一覧)を追加する。 */
body.light-preview #talent-recruit.page-recruit {
  padding: 64px 0 104px !important;
  background: linear-gradient(180deg, #fff 0%, #fff7fb 38%, #fff 100%) !important;
}

body.light-preview #talent-recruit .guide-refresh {
  width: min(1120px, calc(100% - 40px)) !important;
  margin: 0 auto !important;
  display: grid !important;
  gap: 76px !important;
  color: #17213F !important;
}

body.light-preview #talent-recruit .recruit-benefits-section,
body.light-preview #talent-recruit .guide-flow-section,
body.light-preview #talent-recruit .recruit-share-section,
body.light-preview #talent-recruit .recruit-events-section,
body.light-preview #talent-recruit .guide-after-section,
body.light-preview #talent-recruit .guide-faq-section,
body.light-preview #talent-recruit .guide-final-cta {
  position: relative !important;
  z-index: 1 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

body.light-preview #talent-recruit .guide-kicker {
  margin: 0 0 12px !important;
  color: #C94982 !important;
  font-family: Inter, 'Noto Sans JP', sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
}

body.light-preview #talent-recruit .recruit-hero h1,
body.light-preview #talent-recruit .guide-section-intro h2,
body.light-preview #talent-recruit .guide-final-cta h2 {
  margin: 0 !important;
  color: #17213F !important;
  font-family: 'Noto Sans JP', Inter, sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: -.055em !important;
}

/* ヒーロー: 画像のみを主役にし、実際に押せるCTAボタンだけを添える */
body.light-preview #talent-recruit .recruit-hero {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 28px !important;
}
body.light-preview #talent-recruit .recruit-hero-visual { position: relative !important; z-index: 1 !important; width: 100% !important; }
body.light-preview #talent-recruit .recruit-hero-visual img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 22px !important;
  box-shadow: 0 20px 40px rgba(68, 32, 61, .18) !important;
}

body.light-preview #talent-recruit .guide-section-intro { position: relative !important; max-width: 680px !important; margin-bottom: 28px !important; }
body.light-preview #talent-recruit .guide-section-intro h2 { font-size: clamp(28px, 3.2vw, 40px) !important; line-height: 1.25 !important; }
body.light-preview #talent-recruit .guide-section-intro > p:last-child { margin: 13px 0 0 !important; color: #59627B !important; font-size: 15px !important; font-weight: 600 !important; line-height: 1.82 !important; }

/* CTAボタン共通 */
body.light-preview #talent-recruit .recruit-button {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  min-height: 54px !important;
  padding: 0 26px !important;
  border: 1px solid transparent !important;
  border-radius: 13px !important;
  background: linear-gradient(105deg, #ED5D9F, #AE58DE) !important;
  color: #fff !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  box-shadow: 0 12px 22px rgba(200, 72, 150, .22) !important;
  transition: transform .18s ease, box-shadow .18s ease !important;
}
body.light-preview #talent-recruit .recruit-button:hover { transform: translateY(-2px) !important; }
body.light-preview #talent-recruit .recruit-button b { font-size: 19px !important; line-height: 1 !important; }

/* 3ベネフィットカード */
body.light-preview #talent-recruit .recruit-benefit-grid { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 20px !important; }
body.light-preview #talent-recruit .recruit-benefit-card {
  padding: 30px !important;
  border: 1px solid #EFD7E2 !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 12px 30px rgba(59, 37, 60, .05) !important;
}
body.light-preview #talent-recruit .recruit-benefit-number {
  display: grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  border: 1px solid #EAB9D0 !important;
  border-radius: 50% !important;
  color: #C94982 !important;
  font-family: Inter, sans-serif !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}
body.light-preview #talent-recruit .recruit-benefit-card h3 { margin: 18px 0 0 !important; color: #17213F !important; font-size: 20px !important; font-weight: 900 !important; letter-spacing: -.03em !important; }
body.light-preview #talent-recruit .recruit-benefit-card p { margin: 10px 0 0 !important; color: #59627B !important; font-size: 13.5px !important; font-weight: 600 !important; line-height: 1.85 !important; }

/* 3ステップ（投票ガイドと同じ濃紺カード） */
body.light-preview #talent-recruit .guide-flow-section { padding: 46px !important; border-radius: 24px !important; background: #17213F !important; }
body.light-preview #talent-recruit .guide-flow-section .guide-kicker { color: #FFC0DE !important; }
body.light-preview #talent-recruit .guide-flow-section .guide-section-intro h2 { color: #fff !important; }
body.light-preview #talent-recruit .guide-flow-section .guide-section-intro > p:last-child { color: rgba(255,255,255,.74) !important; }
body.light-preview #talent-recruit .guide-flow-list { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 16px !important; margin: 0 !important; padding: 0 !important; list-style: none !important; }
body.light-preview #talent-recruit .guide-flow-list li { position: relative !important; min-height: 170px !important; padding: 25px !important; border: 1px solid rgba(255,255,255,.16) !important; border-radius: 18px !important; background: rgba(255,255,255,.06) !important; }
body.light-preview #talent-recruit .guide-flow-number { color: #FFBEDD !important; font-family: Inter, sans-serif !important; font-size: 12px !important; font-weight: 900 !important; letter-spacing: .08em !important; }
body.light-preview #talent-recruit .guide-flow-list h3 { margin: 16px 0 0 !important; color: #fff !important; font-size: 18px !important; font-weight: 900 !important; }
body.light-preview #talent-recruit .guide-flow-list p { margin: 9px 0 0 !important; color: rgba(255,255,255,.75) !important; font-size: 13px !important; font-weight: 600 !important; line-height: 1.75 !important; }

/* SNSで応援を集める（詳細ステップ） */
body.light-preview #talent-recruit .recruit-share-section { padding: 46px !important; border: 1px solid #EFD7E2 !important; border-radius: 24px !important; background: #fff !important; }
body.light-preview #talent-recruit .recruit-share-list { display: grid !important; gap: 14px !important; margin: 0 !important; padding: 0 !important; list-style: none !important; counter-reset: recruit-share !important; }
body.light-preview #talent-recruit .recruit-share-list li {
  counter-increment: recruit-share !important;
  position: relative !important;
  display: grid !important;
  grid-template-columns: 40px minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: start !important;
  padding: 20px 22px !important;
  border: 1px solid #F1DCE6 !important;
  border-radius: 16px !important;
  background: #FFFBFD !important;
}
body.light-preview #talent-recruit .recruit-share-list li::before {
  content: counter(recruit-share) !important;
  display: grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  background: linear-gradient(105deg, #ED5D9F, #AE58DE) !important;
  color: #fff !important;
  font-family: Inter, sans-serif !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}
body.light-preview #talent-recruit .recruit-share-copy { min-width: 0 !important; }
body.light-preview #talent-recruit .recruit-share-list h3 { margin: 0 !important; color: #17213F !important; font-size: 15.5px !important; font-weight: 900 !important; }
body.light-preview #talent-recruit .recruit-share-list p { margin: 7px 0 0 !important; color: #59627B !important; font-size: 13px !important; font-weight: 600 !important; line-height: 1.8 !important; }

/* 募集中/開催中イベント（横長カードを縦に1列） */
body.light-preview #talent-recruit .recruit-events-grid { display: flex !important; flex-direction: column !important; gap: 16px !important; }
body.light-preview #talent-recruit .recruit-event-card {
  display: flex !important;
  align-items: stretch !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid #EFD7E2 !important;
  border-radius: 18px !important;
  background: #fff !important;
  font: inherit !important;
  text-align: left !important;
  cursor: pointer !important;
  transition: transform .18s ease, box-shadow .18s ease !important;
}
body.light-preview #talent-recruit .recruit-event-card:hover { transform: translateY(-3px) !important; box-shadow: 0 14px 26px rgba(64, 43, 78, .1) !important; }
body.light-preview #talent-recruit .recruit-event-media { position: relative !important; flex: 0 0 260px !important; width: 260px !important; aspect-ratio: 16 / 9 !important; overflow: hidden !important; background: #F8EDF3 !important; }
body.light-preview #talent-recruit .recruit-event-media img { display: block !important; width: 100% !important; height: 100% !important; object-fit: cover !important; }
body.light-preview #talent-recruit .recruit-event-phase { position: absolute !important; top: 12px !important; left: 12px !important; z-index: 1 !important; display: inline-flex !important; align-items: center !important; height: 26px !important; padding: 0 12px !important; border-radius: 999px !important; background: #fff !important; color: #A43770 !important; font-size: 11px !important; font-weight: 900 !important; line-height: 1 !important; white-space: nowrap !important; }
body.light-preview #talent-recruit .recruit-event-copy { flex: 1 1 auto !important; min-width: 0 !important; display: flex !important; flex-direction: column !important; justify-content: center !important; padding: 20px 26px !important; }
body.light-preview #talent-recruit .recruit-event-copy h3 { margin: 0 !important; color: #17213F !important; font-size: 19px !important; font-weight: 900 !important; letter-spacing: -.03em !important; }
body.light-preview #talent-recruit .recruit-event-copy span { display: block !important; margin-top: 8px !important; color: #7A8294 !important; font-size: 13px !important; font-weight: 700 !important; }
body.light-preview #talent-recruit .recruit-events-empty { padding: 40px !important; border: 1px dashed #EAC7D6 !important; border-radius: 18px !important; color: #767E92 !important; font-size: 13px !important; font-weight: 700 !important; text-align: center !important; }

/* 参加にあたって */
body.light-preview #talent-recruit .guide-after-section { padding: 46px !important; border-radius: 24px !important; background: #FFF2F8 !important; }
body.light-preview #talent-recruit .guide-after-grid { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 18px !important; }
body.light-preview #talent-recruit .guide-after-grid article { padding: 24px !important; border-radius: 17px !important; background: #fff !important; }
body.light-preview #talent-recruit .guide-after-grid article > span { display: block !important; color: #D24B84 !important; font-family: Inter, sans-serif !important; font-size: 12px !important; font-weight: 900 !important; letter-spacing: .08em !important; }
body.light-preview #talent-recruit .guide-after-grid h3 { margin: 17px 0 0 !important; color: #17213F !important; font-size: 17px !important; font-weight: 900 !important; }
body.light-preview #talent-recruit .guide-after-grid p { margin: 9px 0 0 !important; color: #59627B !important; font-size: 13px !important; font-weight: 600 !important; line-height: 1.75 !important; }

/* FAQ */
body.light-preview #talent-recruit .guide-faq-list { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 12px !important; }
body.light-preview #talent-recruit .guide-faq-list details { border: 1px solid #EFD7E2 !important; border-radius: 15px !important; background: #fff !important; overflow: hidden !important; }
body.light-preview #talent-recruit .guide-faq-list summary { display: flex !important; align-items: center !important; justify-content: space-between !important; gap: 15px !important; padding: 19px 20px !important; color: #17213F !important; font-size: 14px !important; font-weight: 800 !important; line-height: 1.55 !important; cursor: pointer !important; list-style: none !important; }
body.light-preview #talent-recruit .guide-faq-list summary::-webkit-details-marker { display: none !important; }
body.light-preview #talent-recruit .guide-faq-list summary span { display: grid !important; place-items: center !important; flex: 0 0 auto !important; width: 26px !important; height: 26px !important; border-radius: 50% !important; background: #FFF0F6 !important; color: #A43770 !important; font-size: 20px !important; font-weight: 400 !important; line-height: 1 !important; }
body.light-preview #talent-recruit .guide-faq-list details[open] summary span { font-size: 0 !important; }
body.light-preview #talent-recruit .guide-faq-list details[open] summary span::after { content: '−' !important; font-size: 20px !important; }
body.light-preview #talent-recruit .guide-faq-list details p { margin: 0 !important; padding: 0 20px 20px !important; color: #59627B !important; font-size: 13px !important; font-weight: 600 !important; line-height: 1.8 !important; }

/* 最終CTA */
body.light-preview #talent-recruit .guide-final-cta { display: flex !important; align-items: center !important; justify-content: space-between !important; gap: 36px !important; padding: 42px 48px !important; border-radius: 24px !important; background: linear-gradient(105deg, #ED5D9F, #AE58DE) !important; }
body.light-preview #talent-recruit .guide-final-cta .guide-kicker { color: rgba(255,255,255,.8) !important; }
body.light-preview #talent-recruit .guide-final-cta h2 { color: #fff !important; font-size: clamp(28px, 3vw, 39px) !important; line-height: 1.35 !important; }
body.light-preview #talent-recruit .guide-final-cta p:last-child { margin: 12px 0 0 !important; color: rgba(255,255,255,.86) !important; font-size: 14px !important; font-weight: 600 !important; line-height: 1.7 !important; }
body.light-preview #talent-recruit .guide-final-cta .recruit-button { min-width: 244px !important; background: #fff !important; color: #A43770 !important; box-shadow: none !important; }

@media (max-width: 820px) {
  body.light-preview #talent-recruit .guide-refresh { gap: 58px !important; }
  body.light-preview #talent-recruit .recruit-benefit-grid { grid-template-columns: 1fr !important; }
  body.light-preview #talent-recruit .guide-flow-list { grid-template-columns: 1fr !important; }
  body.light-preview #talent-recruit .guide-flow-list li { min-height: 0 !important; }
  body.light-preview #talent-recruit .recruit-share-list li { grid-template-columns: 34px minmax(0, 1fr) !important; }
  body.light-preview #talent-recruit .recruit-event-media { flex-basis: 200px !important; width: 200px !important; }
  body.light-preview #talent-recruit .guide-after-grid { grid-template-columns: 1fr !important; }
  body.light-preview #talent-recruit .guide-after-grid article { display: grid !important; grid-template-columns: 36px minmax(0, 1fr) !important; column-gap: 14px !important; align-items: start !important; }
  body.light-preview #talent-recruit .guide-after-grid article > span { grid-row: span 2 !important; padding-top: 4px !important; }
  body.light-preview #talent-recruit .guide-after-grid h3 { margin: 0 !important; }
  body.light-preview #talent-recruit .guide-after-grid p { margin-top: 7px !important; }
}

@media (max-width: 600px) {
  body.light-preview #talent-recruit.page-recruit { padding: 34px 0 76px !important; }
  body.light-preview #talent-recruit .guide-refresh { width: min(100% - 28px, 520px) !important; gap: 45px !important; }
  body.light-preview #talent-recruit .guide-section-intro { margin-bottom: 21px !important; }
  body.light-preview #talent-recruit .guide-section-intro h2 { font-size: 27px !important; }
  body.light-preview #talent-recruit .guide-section-intro > p:last-child { margin-top: 9px !important; font-size: 13px !important; line-height: 1.75 !important; }
  body.light-preview #talent-recruit .guide-faq-list { grid-template-columns: 1fr !important; }
  body.light-preview #talent-recruit .recruit-event-card { flex-direction: column !important; }
  body.light-preview #talent-recruit .recruit-event-media { flex-basis: auto !important; width: 100% !important; }
  body.light-preview #talent-recruit .recruit-event-copy { padding: 16px 18px 20px !important; }
  body.light-preview #talent-recruit .recruit-event-copy h3 { font-size: 16px !important; }
  body.light-preview #talent-recruit .guide-flow-section,
  body.light-preview #talent-recruit .recruit-share-section,
  body.light-preview #talent-recruit .guide-after-section { padding: 28px 20px !important; border-radius: 20px !important; }
  body.light-preview #talent-recruit .guide-flow-list { gap: 11px !important; }
  body.light-preview #talent-recruit .guide-flow-list li { padding: 20px !important; border-radius: 15px !important; }
  body.light-preview #talent-recruit .guide-flow-list h3 { font-size: 16px !important; }
  body.light-preview #talent-recruit .guide-flow-list p { font-size: 12px !important; }
  body.light-preview #talent-recruit .recruit-share-list li { padding: 16px !important; }
  body.light-preview #talent-recruit .recruit-share-list h3 { font-size: 14px !important; }
  body.light-preview #talent-recruit .recruit-share-list p { font-size: 12px !important; }
  body.light-preview #talent-recruit .guide-after-grid { gap: 10px !important; }
  body.light-preview #talent-recruit .guide-after-grid article { padding: 19px !important; }
  body.light-preview #talent-recruit .guide-after-grid h3 { font-size: 15px !important; }
  body.light-preview #talent-recruit .guide-after-grid p,
  body.light-preview #talent-recruit .guide-faq-list details p { font-size: 12px !important; }
  body.light-preview #talent-recruit .guide-faq-list summary { padding: 16px !important; font-size: 13px !important; }
  body.light-preview #talent-recruit .guide-faq-list details p { padding: 0 16px 17px !important; }
  body.light-preview #talent-recruit .guide-final-cta { display: grid !important; gap: 23px !important; padding: 30px 23px !important; border-radius: 20px !important; }
  body.light-preview #talent-recruit .guide-final-cta h2 { font-size: 28px !important; }
  body.light-preview #talent-recruit .guide-final-cta p:last-child { font-size: 12px !important; }
  body.light-preview #talent-recruit .guide-final-cta .recruit-button { width: 100% !important; min-width: 0 !important; }
}
