/* Selection Prada Ultimate v17.13
 * Love Arcade session cards.
 * Cream premium card style restored, with cleaner artwork and in-card countdown state.
 * Mobile remains handled by the native Love Arcade mobile stylesheet.
 */

@media (min-width: 701px) {
  .spa-wrap .spa-plans-grid {
    display: grid !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 18px !important;
    width: 100% !important;
    max-width: 1160px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .spa-wrap .spa-plans-grid > .spa-plan-card {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 388px !important;
    margin: 0 !important;
    padding: 16px 14px 14px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate !important;
    background: linear-gradient(180deg, #f8e8d3 0%, #f3dfc3 58%, #edd1a9 100%) !important;
    border: 2px solid #c79535 !important;
    border-radius: 24px !important;
    box-shadow:
      0 0 0 3px rgba(255,244,221,.82) inset,
      0 0 0 5px rgba(180,113,24,.24) inset,
      0 12px 24px rgba(0,0,0,.30) !important;
    color: #7b111d !important;
    transition: transform .15s ease, box-shadow .15s ease, filter .15s ease !important;
  }

  .spa-wrap .spa-plans-grid > .spa-plan-card::before {
    content: '' !important;
    position: absolute !important;
    inset: 8px !important;
    border: 1px solid rgba(155,88,17,.42) !important;
    border-radius: 17px !important;
    pointer-events: none !important;
    z-index: 0 !important;
  }

  .spa-wrap .spa-plans-grid > .spa-plan-card::after {
    content: '♥' !important;
    position: absolute !important;
    top: 9px !important;
    left: 50% !important;
    color: #b77d22 !important;
    font-family: Georgia, 'Times New Roman', serif !important;
    font-size: 17px !important;
    line-height: 1 !important;
    background: #f7e7d0 !important;
    padding: 0 7px !important;
    transform: translateX(-50%) !important;
    pointer-events: none !important;
    z-index: 2 !important;
  }

  .spa-wrap .spa-plans-grid > .spa-plan-card:hover {
    transform: translateY(-2px) !important;
    box-shadow:
      0 0 0 3px rgba(255,244,221,.82) inset,
      0 0 0 5px rgba(180,113,24,.24) inset,
      0 20px 28px rgba(0,0,0,.34) !important;
  }

  .spa-wrap .spa-plans-grid > .spa-plan-card.is-loading {
    filter: saturate(1.05) brightness(1.02) !important;
  }

  .spa-wrap .spa-plans-grid > .spa-plan-card.is-loading .spa-plan-btn {
    animation: spaPlanPulse .85s ease-in-out infinite alternate;
  }




  .spa-wrap .spa-plan-card .spa-plan-icon {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 146px !important;
    min-height: 146px !important;
    margin: 6px 0 10px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    z-index: 1 !important;
  }

  .spa-wrap .spa-plan-card .spa-plan-art {
    width: 100% !important;
    height: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    box-shadow: none !important;
    transition: opacity .18s ease, transform .18s ease !important;
  }

  .spa-wrap .spa-plan-card[data-plan='30min'] .spa-plan-art { background-image: url('../images/love-arcade/session-icons/session-30min-icon-v1700.png') !important; }
  .spa-wrap .spa-plan-card[data-plan='1hr'] .spa-plan-art { background-image: url('../images/love-arcade/session-icons/session-1hour-icon-v1700.png') !important; }
  .spa-wrap .spa-plan-card[data-plan='3hr'] .spa-plan-art { background-image: url('../images/love-arcade/session-icons/session-3hours-icon-v1700.png') !important; }
  .spa-wrap .spa-plan-card[data-plan='unlimited'] .spa-plan-art { background-image: url('../images/love-arcade/session-icons/session-24hours-icon-v1700.png') !important; }

  .spa-wrap .spa-plan-card .spa-plan-live {
    box-sizing: border-box !important;
    position: absolute !important;
    left: 14px !important;
    right: 14px !important;
    bottom: 70px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-height: 28px !important;
    margin: 0 !important;
    padding: 2px 6px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: center !important;
    z-index: 4 !important;
  }
  .spa-wrap .spa-plan-card .spa-plan-live[hidden] { display: none !important; }


  .spa-wrap .spa-plan-card .spa-plan-live-value {
    color: #11815f !important;
    font-family: Tahoma, Verdana, sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: .02em !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.72) !important;
    font-variant-numeric: tabular-nums lining-nums !important;
  }


  .spa-wrap .spa-plan-card .spa-plan-label {
    margin: 0 0 9px !important;
    padding: 0 6px 11px !important;
    position: relative !important;
    color: #7b111d !important;
    font-family: Georgia, 'Times New Roman', serif !important;
    font-size: clamp(21px, 1.6vw, 28px) !important;
    font-weight: 700 !important;
    line-height: 1.08 !important;
    letter-spacing: .03em !important;
    text-transform: uppercase !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.75) !important;
    text-align: center !important;
    z-index: 1 !important;
  }


  .spa-wrap .spa-plan-card .spa-plan-label-number {
    font-family: Tahoma, Verdana, sans-serif !important;
    font-size: .92em !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
  }

  .spa-wrap .spa-plan-card .spa-plan-label::after {
    content: '' !important;
    position: absolute !important;
    left: 18% !important;
    right: 18% !important;
    bottom: 0 !important;
    height: 1px !important;
    background: linear-gradient(90deg, transparent, #b7832d 18%, #b7832d 82%, transparent) !important;
  }

  .spa-wrap .spa-plan-card .spa-plan-cost {
    display: flex !important;
    align-items: baseline !important;
    justify-content: center !important;
    gap: 6px !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    color: #7b111d !important;
    font-family: Georgia, 'Times New Roman', serif !important;
    text-align: center !important;
    z-index: 1 !important;
  }

  .spa-wrap .spa-plan-card .spa-plan-cost::before {
    content: '◆' !important;
    color: #d69a1f !important;
    font-size: 12px !important;
    line-height: 1 !important;
    transform: translateY(-4px) !important;
  }

  .spa-wrap .spa-plan-card .spa-plan-cost-number {
    color: #7b111d !important;
    font-family: Tahoma, Verdana, sans-serif !important;
    font-size: clamp(24px, 1.35vw, 28px) !important;
    font-weight: 700 !important;
    line-height: .95 !important;
    letter-spacing: 0 !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.72) !important;
  }

  .spa-wrap .spa-plan-card .spa-plan-cost span:last-child {
    color: #7b111d !important;
    font-family: Georgia, 'Times New Roman', serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: .01em !important;
    text-transform: lowercase !important;
    letter-spacing: .02em !important;
  }

  .spa-wrap .spa-plan-card .spa-plan-btn {
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 48px !important;
    margin: auto 0 0 !important;
    padding: 10px 14px !important;
    position: relative !important;
    z-index: 3 !important;
    overflow: hidden !important;
    background: linear-gradient(180deg, #f8da79 0%, #d7a43f 55%, #b97c20 100%) !important;
    border: 1px solid #8d5413 !important;
    border-radius: 11px !important;
    box-shadow: 0 2px 0 rgba(255,255,255,.68) inset, 0 -3px 0 rgba(103,53,9,.22) inset, 0 4px 9px rgba(73,38,8,.22) !important;
    color: #6e1019 !important;
    font-family: Georgia, 'Times New Roman', serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    letter-spacing: .055em !important;
    text-align: center !important;
    text-transform: uppercase !important;
    text-shadow: 0 1px 0 rgba(255,244,213,.6) !important;
    cursor: pointer !important;
    transition: transform .08s ease, filter .15s ease, box-shadow .15s ease !important;
  }

  .spa-wrap .spa-plan-card .spa-plan-btn:hover,
  .spa-wrap .spa-plan-card .spa-plan-btn:focus-visible {
    background: linear-gradient(180deg, #ffe69b 0%, #e3b551 56%, #c58a2b 100%) !important;
    color: #5f0d15 !important;
    outline: 3px solid rgba(123,17,29,.46) !important;
    outline-offset: 2px !important;
  }

  .spa-wrap .spa-plan-card .spa-plan-btn:active,
  .spa-wrap .spa-plan-card.is-loading .spa-plan-btn {
    transform: translateY(2px) scale(.985) !important;
    box-shadow: 0 1px 0 rgba(255,255,255,.55) inset, 0 -2px 0 rgba(103,53,9,.18) inset, 0 2px 5px rgba(73,38,8,.22) !important;
  }

  .spa-wrap .spa-plan-card .spa-plan-btn:disabled {
    cursor: not-allowed !important;
  }
}

@media (min-width: 701px) and (max-width: 1099px) {
  .spa-wrap .spa-plans-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; max-width: 760px !important; }
  .spa-wrap .spa-plan-card .spa-plan-icon { height: 152px !important; min-height: 152px !important; }
}

@media (min-width: 1100px) {
  .spa-wrap .spa-plans-grid { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: 16px !important; max-width: 1120px !important; }
  .spa-wrap .spa-plans-grid > .spa-plan-card { min-height: 375px !important; }
  .spa-wrap .spa-plan-card .spa-plan-icon { height: 140px !important; min-height: 140px !important; }
  .spa-wrap .spa-plan-card .spa-plan-label { font-size: clamp(19px, 1.28vw, 24px) !important; }
  .spa-wrap .spa-plan-card .spa-plan-cost-number { font-size: clamp(24px, 1.25vw, 28px) !important; }
}

@keyframes spaPlanPulse {
  from { filter: brightness(1); }
  to { filter: brightness(1.08); }
}

@media (max-width: 700px) {
  .spa-wrap .spa-plan-card .spa-plan-live {
    box-sizing: border-box !important;
    position: absolute !important;
    left: 12px !important;
    right: 12px !important;
    bottom: 68px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-height: 28px !important;
    margin: 0 !important;
    padding: 2px 6px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    z-index: 4 !important;
  }

  .spa-wrap .spa-plan-card .spa-plan-live[hidden] {
    display: none !important;
  }

  .spa-wrap .spa-plan-card .spa-plan-live-value {
    color: #11815f !important;
    font-family: Tahoma, Verdana, sans-serif !important;
    font-size: 23px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    font-variant-numeric: tabular-nums lining-nums !important;
  }
}
