/*
Theme Name: Spartacus Recruit
Theme URI: https://spartacus-promotion.com
Author: SPARTACUS PROMOTION / 株式会社アポロ
Description: AV男優募集専用LPテーマ。Black × Yellow / スマホファースト / SEO対応
Version: 1.0.0
License: Private
Text Domain: spartacus-recruit
*/

/* ============================================================
   RESET & VARIABLES
============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --y:    #D4FF00;
  --b:    #03020a;
  --b2:   #0a0812;
  --b3:   #111020;
  --b4:   #18162a;
  --txt:  #e4e0f0;
  --muted:#ffffff;
  --red:  #ff3344;
  --r:    3px;
  --en:   'Bebas Neue', sans-serif;
  --jp:   'Noto Sans JP', sans-serif;
  --max:  640px;
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  background: var(--b);
  color: var(--txt);
  font-family: var(--jp);
  line-height: 1.7;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* ============================================================
   HEADER
============================================================ */
#sp-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #D4FF00;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  height: 54px;
}

.sp-logo {
  display: flex;
  align-items: center;
  font-family: var(--en);
  font-size: 1rem;
  letter-spacing: .08em;
  color: var(--b);
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
}

.sp-nav { display: flex; gap: 6px; }
.sp-nav a {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 5px 10px;
  border: 1px solid rgba(0,0,0,.2);
  color: #000;
  border-radius: var(--r);
  transition: all .2s;
}
.sp-nav a:hover,
.sp-nav a.active { border-color: #000; color: #000; background: rgba(0,0,0,.1); }

.sp-header-entry {
  background: var(--b);
  color: var(--y);
  font-weight: 900;
  font-size: .73rem;
  padding: 7px 15px;
  border-radius: var(--r);
  letter-spacing: .05em;
  border: none;
  cursor: pointer;
  transition: all .2s;
  white-space: nowrap;
  font-family: var(--jp);
}
.sp-header-entry:hover { background: #222; }

/* ============================================================
   HERO
============================================================ */
#sp-hero {
  position: relative;
  height: 100svh;
  min-height: 640px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 28px;
}

.sp-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/2026/05/hero_pc.jpg');
  background-size: cover;
  background-position: center -100px;
  background-repeat: no-repeat;
}

/* スマホ：hero-bg.png に切り替え */
@media (max-width: 767px) {
  .sp-hero-bg {
    background-image: url('/wp-content/themes/spartacus-recruit/images/hero-bg.png');
    background-position: center top;
  }
}

.sp-hero-ov {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom,
      rgba(3,2,10,.65)  0%,
      rgba(3,2,10,.10) 22%,
      rgba(3,2,10,.00) 50%,
      rgba(3,2,10,.65) 80%,
      rgba(3,2,10,.97) 100%
    );
  pointer-events: none;
}

/* --- CENTER: AV男優募集 大見出し --- */
.sp-hero-center {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
.sp-hero-big {
  font-family: var(--jp);
  font-size: clamp(3.5rem, 15vw, 9rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
  text-shadow:
    0 2px 40px rgba(0,0,0,.9),
    0 0 80px rgba(0,0,0,.7);
  margin: 0;
}

/* --- TOP: バッジ＋タイトル＋サブコピー --- */
.sp-hero-top {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 24px 20px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sp-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--y);
  color: var(--b);
  font-family: var(--en);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .25em;
  padding: 5px 18px;
  margin-bottom: 16px;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
}
.sp-hero-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--b);
  border-radius: 50%;
  animation: spBlink 1.4s ease-in-out infinite;
}
@keyframes spBlink {
  0%, 100% { opacity: 1; }
  50%       { opacity: .15; }
}

.sp-hero-title {
  font-family: var(--jp);
  font-size: clamp(2.6rem, 12vw, 4rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #fff;
  text-shadow: 0 2px 30px rgba(0,0,0,.95), 0 0 60px rgba(0,0,0,.8);
  margin-bottom: 12px;
}
.sp-hero-title .sp-accent {
  color: var(--y);
  display: block;
  font-size: clamp(3rem, 14vw, 4.8rem);
  letter-spacing: -.03em;
}

.sp-hero-sub {
  font-size: clamp(.75rem, 3vw, .88rem);
  color: rgba(255,255,255,.58);
  letter-spacing: .13em;
  line-height: 1.6;
}
.sp-hero-sub b { color: rgba(212,255,0,.65); font-weight: 400; }

/* --- BOTTOM: タグ＋CTA＋スクロール --- */
.sp-hero-bottom {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sp-hero-tags { display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; }
.sp-hero-tag {
  font-size: .72rem;
  font-weight: 700;
  border: 1px solid rgba(212,255,0,.45);
  color: var(--y);
  padding: 5px 14px;
  border-radius: 99px;
  background: rgba(3,2,10,.55);
  backdrop-filter: blur(6px);
  letter-spacing: .04em;
}

.sp-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--y);
  color: var(--b);
  font-weight: 900;
  font-size: 1.05rem;
  padding: 17px;
  border-radius: var(--r);
  letter-spacing: .05em;
  box-shadow: 0 0 50px rgba(212,255,0,.35);
  border: none;
  cursor: pointer;
  font-family: var(--jp);
  transition: all .2s;
  width: 100%;
  text-align: center;
}
.sp-cta-btn:hover { background: #fff; }

.sp-hero-scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  opacity: .55;
}
.sp-hero-scroll span {
  font-size: .58rem;
  color: var(--y);
  letter-spacing: .2em;
}
.sp-scroll-line {
  width: 1px;
  height: 34px;
  background: linear-gradient(to bottom, var(--y), transparent);
  animation: spScroll 2s ease-in-out infinite;
}
@keyframes spScroll {
  0%   { opacity: 1; transform: scaleY(1); }
  100% { opacity: 0; transform: scaleY(.3) translateY(10px); }
}

/* ============================================================
   SECTION 共通
============================================================ */
.sp-sec { padding: 68px 0; }
.sp-sec-alt { background: var(--b2); }
.sp-inner { max-width: var(--max); margin: 0 auto; padding: 0 16px; }

.sp-sec-head { text-align: center; margin-bottom: 38px; }
.sp-sec-en {
  font-family: var(--en);
  font-size: .82rem;
  letter-spacing: .3em;
  color: var(--y);
  display: block;
  margin-bottom: 5px;
}
.sp-sec-title {
  font-size: clamp(1.45rem, 5.5vw, 1.9rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.25;
}
.sp-sec-title span {
  display: inline-block;
  border-bottom: 3px solid var(--y);
  padding-bottom: 3px;
}

/* fade-in */
.sp-fade {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s, transform .6s;
}
.sp-fade.visible { opacity: 1; transform: translateY(0); }

/* ============================================================
   WORRY
============================================================ */
.sp-worry-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 28px;
}
.sp-worry-card {
  background: var(--b3);
  border-left: 3px solid var(--y);
  padding: 14px 12px;
  border-radius: 0 var(--r) var(--r) 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sp-worry-icon { font-size: 1.4rem; }
.sp-worry-text { font-size: .8rem; line-height: 1.5; color: var(--txt); }

.sp-worry-answer {
  background: linear-gradient(135deg,#0d0c20,#07060f);
  border: 1px solid rgba(212,255,0,.25);
  padding: 22px;
  border-radius: var(--r);
  text-align: center;
}
.sp-worry-answer p { font-size: .88rem; color: var(--muted); margin-bottom: 6px; }
.sp-worry-answer strong { font-size: 1.05rem; color: var(--y); font-weight: 900; }
.sp-worry-sub { font-size: .82rem; color: rgba(212,255,0,.6); margin-top: 10px; letter-spacing: .05em; }


/* ============================================================
   WORK：仕事内容
============================================================ */
.sp-work-lead {
  text-align: center;
  font-size: .88rem;
  color: var(--muted);
  margin-bottom: 28px;
  letter-spacing: .05em;
}

.sp-work-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.sp-work-card {
  background: var(--b3);
  border: 1px solid #1e1c30;
  border-radius: var(--r);
  padding: 20px 16px;
  transition: border-color .2s, transform .2s;
}
.sp-work-card:hover {
  border-color: rgba(212,255,0,.4);
  transform: translateY(-2px);
}
.sp-work-more {
  border-style: dashed;
  border-color: rgba(212,255,0,.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.sp-work-icon {
  font-size: 1.6rem;
  margin-bottom: 8px;
  line-height: 1;
}
.sp-work-more .sp-work-icon {
  font-size: 2rem;
  color: var(--y);
  font-family: var(--en);
}

.sp-work-title {
  font-size: .92rem;
  font-weight: 900;
  color: var(--y);
  margin-bottom: 6px;
  letter-spacing: .03em;
}

.sp-work-desc {
  font-size: .78rem;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

/* ============================================================
   GUARANTY
============================================================ */
.sp-pay-cards { display: flex; flex-direction: column; gap: 14px; margin-bottom: 18px; }
.sp-pay-card {
  background: var(--b3);
  border: 1px solid #1e1c30;
  border-radius: var(--r);
  display: flex;
  align-items: center;
  padding: 18px;
  gap: 14px;
  transition: border-color .2s;
}
.sp-pay-card:hover { border-color: rgba(212,255,0,.3); }
.sp-pay-card.featured {
  background: linear-gradient(135deg,#0f0d24,#080618);
  border-color: var(--y);
  box-shadow: 0 0 24px rgba(212,255,0,.08);
}
.sp-pay-range {
  font-family: var(--en);
  font-size: clamp(1.7rem,6.5vw,2.2rem);
  color: var(--y);
  min-width: 148px;
}
.sp-pay-range sup { font-size: .5em; }
.sp-pay-info h3 { font-size: .92rem; font-weight: 900; color: #fff; margin-bottom: 3px; }
.sp-pay-info p  { font-size: .76rem; color: var(--muted); line-height: 1.5; }
.sp-pay-note {
  font-size: .76rem;
  color: var(--muted);
  text-align: center;
  line-height: 1.8;
  border-top: 1px solid #181628;
  padding-top: 14px;
}
.sp-pay-note strong { color: var(--y); }

/* ============================================================
   MERIT
============================================================ */
.sp-merit-list { display: flex; flex-direction: column; gap: 2px; }
.sp-merit-item {
  background: var(--b3);
  display: flex;
  gap: 14px;
  padding: 18px 16px;
  align-items: flex-start;
  border-left: 3px solid transparent;
  transition: border-color .2s;
}
.sp-merit-item:hover { border-left-color: var(--y); }
.sp-merit-num {
  font-family: var(--en);
  font-size: 1.9rem;
  color: rgba(212,255,0,.18);
  min-width: 42px;
  line-height: 1;
  padding-top: 2px;
}
.sp-merit-body h3 { font-size: .92rem; font-weight: 900; color: #fff; margin-bottom: 5px; }
.sp-merit-body p  { font-size: .8rem; color: var(--muted); line-height: 1.6; }

/* ============================================================
   CONDITION
============================================================ */
.sp-cond-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.sp-cond-box { padding: 22px 16px; border-radius: var(--r); }
.sp-cond-favor { background: #070e00; border: 1px solid rgba(212,255,0,.2); }
.sp-cond-sorry { background: #0e0008; border: 1px solid rgba(255,51,68,.18); }
.sp-cond-label {
  font-family: var(--en);
  font-size: .8rem;
  letter-spacing: .2em;
  margin-bottom: 12px;
  display: block;
}
.sp-cond-favor .sp-cond-label { color: var(--y); }
.sp-cond-sorry .sp-cond-label { color: var(--red); }
.sp-cond-item {
  font-size: .8rem;
  margin-bottom: 9px;
  display: flex;
  gap: 7px;
  align-items: flex-start;
  line-height: 1.5;
}
.sp-ck { color: var(--y); flex-shrink: 0; }
.sp-cx { color: var(--red); flex-shrink: 0; }

/* ============================================================
   FLOW
============================================================ */
.sp-flow-list { display: flex; flex-direction: column; }
.sp-flow-item {
  display: flex;
  gap: 14px;
  padding: 18px 14px;
  background: var(--b3);
  margin-bottom: 2px;
  border-radius: var(--r);
  border-left: 3px solid transparent;
  transition: border-color .2s;
}
.sp-flow-item:hover { border-left-color: var(--y); }
.sp-flow-step {
  font-family: var(--en);
  font-size: .72rem;
  letter-spacing: .1em;
  color: var(--y);
  min-width: 58px;
  padding-top: 3px;
}
.sp-flow-body h3 { font-size: .92rem; font-weight: 700; color: #fff; margin-bottom: 4px; }
.sp-flow-body p  { font-size: .8rem; color: var(--muted); line-height: 1.6; }
.sp-flow-arrow { text-align: center; color: rgba(212,255,0,.3); font-size: 1.1rem; padding: 3px 0; }

/* ============================================================
   VOICE
============================================================ */
.sp-voice-list { display: flex; flex-direction: column; gap: 14px; }
.sp-voice-card {
  background: var(--b3);
  padding: 22px 18px;
  border-top: 2px solid var(--y);
  border-radius: 0 0 var(--r) var(--r);
  position: relative;
}
.sp-voice-qs {
  font-size: 2.8rem;
  color: rgba(212,255,0,.1);
  position: absolute;
  top: 8px; left: 12px;
  font-family: Georgia, serif;
  line-height: 1;
}
.sp-voice-text { font-size: .86rem; line-height: 1.85; margin-bottom: 10px; padding-left: 6px; }
.sp-voice-attr { font-size: .73rem; color: var(--y); text-align: right; letter-spacing: .05em; }

/* ============================================================
   FAQ
============================================================ */
.sp-faq-list { display: flex; flex-direction: column; gap: 2px; }
.sp-faq-item { background: var(--b3); border-radius: var(--r); overflow: hidden; }
.sp-faq-q {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 16px 14px;
  cursor: pointer;
  font-size: .88rem;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: border-color .2s;
  user-select: none;
}
.sp-faq-item.open .sp-faq-q { border-color: #201e35; }
.sp-faq-ql { font-family: var(--en); font-size: 1.15rem; color: var(--y); min-width: 20px; line-height: 1; }
.sp-faq-arrow { margin-left: auto; font-size: .82rem; color: var(--muted); transition: transform .25s; }
.sp-faq-item.open .sp-faq-arrow { transform: rotate(180deg); }
.sp-faq-a { display: none; padding: 0 14px 16px 44px; font-size: .83rem; color: var(--muted); line-height: 1.8; }
.sp-faq-item.open .sp-faq-a { display: block; }

/* ============================================================
   REQUIREMENT TABLE
============================================================ */
.sp-req-table { width: 100%; border-collapse: collapse; }
.sp-req-table tr { border-bottom: 1px solid #181628; }
.sp-req-table th {
  background: var(--b3);
  color: var(--y);
  font-size: .78rem;
  font-weight: 700;
  padding: 13px;
  text-align: left;
  width: 36%;
  vertical-align: top;
}
.sp-req-table td { padding: 13px; font-size: .83rem; line-height: 1.7; }

/* ============================================================
   ENTRY FORM
============================================================ */
.sp-form-wrap { display: flex; flex-direction: column; gap: 14px; }

.sp-line-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #06C755;
  color: #fff;
  font-weight: 900;
  font-size: .96rem;
  padding: 17px;
  border-radius: var(--r);
  transition: opacity .2s;
  text-align: center;
}
.sp-line-btn:hover { opacity: .85; }
.sp-line-icon {
  background: #fff;
  color: #06C755;
  font-size: .68rem;
  font-weight: 900;
  padding: 2px 7px;
  border-radius: 2px;
}

.sp-form-or {
  text-align: center;
  font-size: .76rem;
  color: var(--muted);
  letter-spacing: .15em;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sp-form-or::before,
.sp-form-or::after { content: ''; flex: 1; height: 1px; background: #181628; }

.sp-form-row { display: flex; flex-direction: column; gap: 5px; }
.sp-form-row label {
  font-size: .8rem;
  font-weight: 700;
  color: #8884a8;
  display: flex;
  align-items: center;
  gap: 5px;
}
.sp-req-badge {
  background: var(--y);
  color: var(--b);
  font-size: .62rem;
  font-weight: 900;
  padding: 2px 6px;
  border-radius: 2px;
}

.sp-form-row input,
.sp-form-row select,
.sp-form-row textarea {
  background: var(--b3);
  border: 1px solid #1e1c30;
  color: #fff;
  padding: 13px;
  font-size: .93rem;
  font-family: var(--jp);
  border-radius: var(--r);
  width: 100%;
  transition: border-color .2s;
  -webkit-appearance: none;
}
.sp-form-row input:focus,
.sp-form-row select:focus,
.sp-form-row textarea:focus { outline: none; border-color: var(--y); }
.sp-form-row input::placeholder,
.sp-form-row textarea::placeholder { color: var(--muted); }

.sp-form-privacy { font-size: .73rem; color: var(--muted); text-align: center; line-height: 1.8; }

.sp-submit-btn {
  background: var(--y);
  color: var(--b);
  font-weight: 900;
  font-size: 1.05rem;
  font-family: var(--jp);
  padding: 19px;
  border: none;
  width: 100%;
  border-radius: var(--r);
  cursor: pointer;
  letter-spacing: .05em;
  box-shadow: 0 0 30px rgba(212,255,0,.15);
  transition: all .2s;
}
.sp-submit-btn:hover { background: #fff; }

/* サンクス */
.sp-thanks-box {
  min-height: 40vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
}
.sp-thanks-icon  { font-size: 3.5rem; margin-bottom: 14px; }
.sp-thanks-title { font-size: 1.35rem; font-weight: 900; color: var(--y); margin-bottom: 9px; }
.sp-thanks-text  { font-size: .86rem; color: var(--muted); line-height: 1.9; }

/* ============================================================
   BLOG（投稿一覧）
============================================================ */
.sp-blog-grid { display: flex; flex-direction: column; gap: 14px; }
.sp-blog-card {
  background: var(--b3);
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid #181628;
  transition: border-color .2s, transform .2s;
}
.sp-blog-card:hover { border-color: rgba(212,255,0,.35); transform: translateY(-2px); }
.sp-blog-thumb {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.sp-blog-thumb-placeholder {
  width: 100%;
  height: 180px;
  background: linear-gradient(135deg,#0d0b22,#060412);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  opacity: .3;
}
.sp-blog-cat-badge {
  display: inline-block;
  background: var(--y);
  color: var(--b);
  font-size: .68rem;
  font-weight: 900;
  padding: 3px 9px;
  border-radius: 2px;
  margin-bottom: 8px;
  letter-spacing: .05em;
}
.sp-blog-body { padding: 14px; }
.sp-blog-meta { display: flex; gap: 10px; align-items: center; margin-bottom: 7px; }
.sp-blog-date { font-size: .73rem; color: var(--muted); }
.sp-blog-title { font-size: .95rem; font-weight: 700; color: #fff; line-height: 1.5; margin-bottom: 5px; }
.sp-blog-excerpt { font-size: .8rem; color: var(--muted); line-height: 1.6; }

/* 記事本文 */
.sp-post-content h2 {
  font-size: 1.1rem;
  font-weight: 900;
  color: #fff;
  margin: 28px 0 10px;
  padding-left: 11px;
  border-left: 3px solid var(--y);
}
.sp-post-content p  { font-size: .86rem; color: var(--muted); line-height: 1.9; margin-bottom: 14px; }
.sp-post-content ul { list-style: disc; padding-left: 18px; margin-bottom: 14px; }
.sp-post-content ul li { font-size: .86rem; color: var(--muted); line-height: 1.8; margin-bottom: 5px; }

.sp-post-cta-box {
  background: linear-gradient(135deg,#0d0b22,#060412);
  border: 1px solid rgba(212,255,0,.25);
  padding: 26px 18px;
  border-radius: var(--r);
  text-align: center;
  margin-top: 36px;
}
.sp-post-cta-box h3 { font-size: 1.05rem; font-weight: 900; color: var(--y); margin-bottom: 7px; }
.sp-post-cta-box p  { font-size: .8rem; color: var(--muted); margin-bottom: 18px; }


/* ============================================================
   ABOUT PR：SPARTACUSについて
============================================================ */
.sp-about-blocks {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sp-about-block {
  background: var(--b3);
  border-left: 3px solid var(--y);
  padding: 24px 20px;
  border-radius: 0 var(--r) var(--r) 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sp-about-num {
  font-family: var(--en);
  font-size: 2.2rem;
  color: rgba(212,255,0,.15);
  line-height: 1;
}

.sp-about-title {
  font-size: .95rem;
  font-weight: 900;
  color: var(--y);
  margin: 0;
}

.sp-about-desc {
  font-size: .82rem;
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
}

/* ============================================================
   FLOATING CTA
============================================================ */
#sp-float {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 888;
  background: rgba(3,2,10,.97);
  border-top: 1px solid rgba(212,255,0,.15);
  padding: 10px 14px;
  display: flex;
  gap: 9px;
  backdrop-filter: blur(12px);
}
.sp-float-line {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #06C755;
  color: #fff;
  font-weight: 900;
  font-size: .8rem;
  padding: 11px;
  border-radius: var(--r);
  gap: 5px;
  cursor: pointer;
  border: none;
  font-family: var(--jp);
  line-height: 1.3;
  text-align: center;
}
.sp-float-entry {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--y);
  color: var(--b);
  font-weight: 900;
  font-size: .86rem;
  padding: 11px;
  border-radius: var(--r);
  gap: 5px;
  cursor: pointer;
  border: none;
  font-family: var(--jp);
}

/* ============================================================
   FOOTER
============================================================ */
#sp-footer {
  background: var(--b);
  border-top: 1px solid #0e0c1e;
  padding: 36px 16px 96px;
  text-align: center;
}
.sp-footer-logo { font-family: var(--en); font-size: 1.5rem; color: #fff; margin-bottom: 12px; }
.sp-footer-logo span { color: var(--y); }
.sp-footer-links { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-bottom: 18px; }
.sp-footer-links a { font-size: .76rem; color: var(--muted); transition: color .2s; }
.sp-footer-links a:hover { color: var(--y); }
.sp-footer-copy { font-size: .7rem; color: #2a2840; letter-spacing: .05em; }
