/* ══════════════════════════════════════════════════════════════════
   PARE4PLAYER — JOKI DETAIL CSS (ATHENA LUXURY GAMING STYLE)
   ══════════════════════════════════════════════════════════════════ */

.joki-page-body {
  background-color: #070a13;
  color: #f1f5f9;
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
}

.joki-main-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px 80px;
}

/* ─── HERO BANNER & HEADER ─── */
.joki-hero-wrap {
  position: relative;
  margin-top: 15px;
  margin-bottom: 36px;
  border-radius: 20px;
  overflow: hidden;
  background: #0f172a;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.joki-hero-pure-banner {
  margin-top: 20px;
  margin-bottom: 32px;
  border-radius: 20px;
  overflow: hidden;
  background: #0a0e1a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.55), 0 0 25px rgba(56, 189, 248, 0.08);
  line-height: 0;
  display: block;
}

.joki-pure-banner-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 19px;
}

.joki-hero-banner {
  height: 220px;
  width: 100%;
  background-size: cover;
  background-position: center 30%;
  position: relative;
}

.joki-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 10, 19, 0.2) 0%, rgba(7, 10, 19, 0.95) 100%);
}

.joki-hero-meta-row {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  padding: 0 28px 24px;
  margin-top: -65px;
  position: relative;
  z-index: 2;
}

.joki-thumb-box {
  width: 130px;
  height: 130px;
  border-radius: 20px;
  overflow: hidden;
  background: #111827;
  border: 3px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6), 0 0 25px rgba(168, 85, 247, 0.2);
  flex-shrink: 0;
}

.joki-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.joki-header-info {
  flex: 1;
}

.joki-pub-pill {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #38bdf8;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.25);
  padding: 3px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
}

.joki-game-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(22px, 3.5vw, 32px);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 8px;
  line-height: 1.2;
}

.joki-game-desc {
  font-size: 14px;
  color: #94a3b8;
  line-height: 1.55;
  margin: 0 0 14px;
  max-width: 800px;
}

.joki-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.jtb-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 600;
  color: #cbd5e1;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 5px 12px;
  border-radius: 8px;
}

/* ─── 2-COLUMN LAYOUT ─── */
.joki-content-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 28px;
  align-items: start;
}

/* ─── STEP CARDS ─── */
.joki-step-card {
  background: #111726;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 24px 26px;
  margin-bottom: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.jsc-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.jsc-num {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #0284c7, #0369a1);
  color: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  font-weight: 800;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.35);
}

.jsc-title {
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #f8fafc;
  margin: 0 0 4px;
}

.jsc-subtitle {
  font-size: 13px;
  color: #94a3b8;
  margin: 0;
  line-height: 1.45;
}

/* ─── FORM CONTROLS (STEP 1) ─── */
.form-group-joki {
  margin-bottom: 16px;
}

.fg-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #cbd5e1;
  margin-bottom: 8px;
}

.fg-label .req {
  color: #f87171;
}

.login-via-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.login-opt-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
  font-family: 'Sora', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
}

.login-opt-btn:hover {
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
}

.login-opt-btn.active {
  background: rgba(2, 132, 199, 0.2);
  border-color: #0284c7;
  color: #38bdf8;
  box-shadow: 0 0 14px rgba(2, 132, 199, 0.25);
}

.form-row-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.fg-input, .fg-textarea {
  width: 100%;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1.5px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  color: #f8fafc;
  font-size: 13.5px;
  font-family: 'Inter', sans-serif;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.fg-input:focus, .fg-textarea:focus {
  border-color: #0284c7;
  box-shadow: 0 0 10px rgba(2, 132, 199, 0.25);
}

.input-pass-wrap {
  position: relative;
}

.btn-toggle-pass {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 15px;
  opacity: 0.7;
}

.btn-toggle-pass:hover {
  opacity: 1;
}

/* ─── PACKAGE CARDS (STEP 2 - ATHENA STYLE) ─── */
.joki-category-block {
  margin-bottom: 26px;
}

.jcb-title {
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #e2e8f0;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.joki-items-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 14px;
}

.joki-pkg-card {
  background: #182032;
  border: 1.5px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 16px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease;
}

.joki-pkg-card:hover {
  border-color: rgba(2, 132, 199, 0.5);
  background: #1c263c;
  transform: translateY(-2px);
}

.joki-pkg-card.active {
  background: linear-gradient(135deg, rgba(2, 132, 199, 0.15) 0%, rgba(24, 32, 50, 0.9) 100%);
  border-color: #0284c7;
  box-shadow: 0 6px 20px rgba(2, 132, 199, 0.25), inset 0 0 15px rgba(2, 132, 199, 0.1);
}

.jpc-left {
  flex: 1;
  min-width: 0;
}

.jpc-flash-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: #fff;
  padding: 2px 7px;
  border-radius: 4px;
  margin-bottom: 6px;
  letter-spacing: 0.3px;
}

.jpc-name {
  font-family: 'Sora', sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: #f8fafc;
  margin-bottom: 6px;
  line-height: 1.35;
}

.jpc-price-box {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.jpc-price {
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: #38bdf8;
}

.jpc-price-old {
  font-size: 12px;
  color: #64748b;
  text-decoration: line-through;
}

.jpc-footer-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.jpc-disc-badge {
  font-size: 10.5px;
  font-weight: 700;
  background: rgba(2, 132, 199, 0.2);
  color: #38bdf8;
  border: 1px solid rgba(2, 132, 199, 0.35);
  padding: 2px 6px;
  border-radius: 4px;
}

.jpc-instant-badge {
  font-size: 10px;
  color: #94a3b8;
}

.jpc-right {
  width: 58px;
  height: 58px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jpc-icon-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.4));
}

.joki-pkg-card:hover .jpc-icon-img {
  transform: scale(1.12) rotate(4deg);
}

.joki-pkg-card.active .jpc-icon-img {
  transform: scale(1.15);
  filter: drop-shadow(0 0 12px rgba(56, 189, 248, 0.5));
}

/* ─── PAYMENT METHODS (STEP 3) ─── */
.pay-methods-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.pay-method-card {
  background: #182032;
  border: 1.5px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  transition: all 0.2s;
}

.pay-method-card.active {
  border-color: #0284c7;
  background: rgba(2, 132, 199, 0.12);
}

.pmc-icon {
  font-size: 24px;
}

.pmc-info {
  flex: 1;
}

.pmc-name {
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}

.pmc-desc {
  font-size: 12px;
  color: #94a3b8;
}

.pmc-check {
  font-size: 16px;
  color: #0284c7;
  font-weight: 800;
}

/* ─── RIGHT STICKY COLUMN (ATHENA STYLE) ─── */
.joki-summary-column {
  position: relative;
}

.joki-sticky-wrapper {
  position: sticky;
  top: 90px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ATHENA RATING CARD */
.athena-rating-card {
  background: #111726;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 20px 22px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.arc-header {
  font-size: 13px;
  font-weight: 600;
  color: #94a3b8;
  margin-bottom: 6px;
}

.arc-score-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.arc-number {
  font-family: 'Sora', sans-serif;
  font-size: 38px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
}

.arc-stars {
  color: #facc15;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 3px;
}

.arc-based {
  font-size: 11.5px;
  color: #64748b;
}

/* ATHENA HELP CARD */
.athena-help-card {
  background: #111726;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  transition: all 0.2s;
}

.athena-help-card:hover {
  background: #172034;
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.ahc-icon {
  font-size: 26px;
}

.ahc-title {
  font-family: 'Sora', sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: #f8fafc;
  margin-bottom: 2px;
}

.ahc-sub {
  font-size: 12px;
  color: #94a3b8;
}

/* ORDER SUMMARY CARD */
.athena-order-summary-card {
  background: #111726;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 24px 22px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.aos-title {
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 12px;
}

.aos-empty {
  padding: 24px 10px;
  text-align: center;
  color: #64748b;
  font-size: 13px;
}

.aos-empty svg {
  margin: 0 auto 10px;
  display: block;
  opacity: 0.4;
}

.aos-details {
  margin-bottom: 20px;
}

.aos-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 13px;
}

.aos-row .lbl {
  color: #94a3b8;
}

.aos-row .val {
  font-weight: 600;
  color: #f1f5f9;
  text-align: right;
  max-width: 200px;
}

.aos-row .val.highlight {
  color: #38bdf8;
  font-family: 'Sora', sans-serif;
}

.aos-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 14px 0;
}

.aos-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.total-lbl {
  font-size: 14px;
  font-weight: 600;
  color: #cbd5e1;
}

.total-price {
  font-family: 'Sora', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #38bdf8;
}

/* ATHENA BLUE SUBMIT CTA BUTTON */
.btn-joki-submit {
  width: 100%;
  margin-top: 18px;
  padding: 14px 20px;
  border-radius: 12px;
  background: #0284c7;
  color: #ffffff;
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  font-weight: 800;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 6px 20px rgba(2, 132, 199, 0.4);
  transition: all 0.25s ease;
}

.btn-joki-submit:hover:not(:disabled) {
  background: #0ea5e9;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(14, 165, 233, 0.5);
}

.btn-joki-submit.disabled, .btn-joki-submit:disabled {
  background: #1e293b;
  color: #64748b;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.aos-footer-notes {
  margin-top: 14px;
  font-size: 11px;
  color: #64748b;
  text-align: center;
  line-height: 1.4;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 992px) {
  .joki-content-grid {
    grid-template-columns: 1fr;
  }
  .joki-sticky-wrapper {
    position: static;
  }
  .form-row-2col {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .joki-hero-meta-row {
    flex-direction: column;
    align-items: flex-start;
    margin-top: -45px;
    padding: 0 16px 20px;
  }
  .joki-thumb-box {
    width: 90px;
    height: 90px;
  }
  .joki-items-grid {
    grid-template-columns: 1fr;
  }
}
