/* ============================================================
   Astrologer Details Page — Dark Theme
   Depends on: design-tokens.css (loaded first via master layout)
   Body reset, breadcrumbs, status badges, stars, modals, and
   form controls are handled by design-tokens.css — NOT here.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@400;500;600&display=swap');

/* ── 3. Hero Section ── */
body .expert-profile-page-new,
body .bg-pink.expert-profile-page-new,
body .bg-pink.py-3.expert-profile-page-new,
body .bg-pink.py-md-4.expert-profile-page-new {
    background: linear-gradient(135deg, #0A0A0A 0%, #1A0E00 50%, #0A0A0A 100%) !important;
    position: relative;
}
body .expert-profile-page-new::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(212,175,55,0.10) 0%, transparent 65%);
    pointer-events: none;
}

/* ── 4. Profile Image ── */
body .profile-image {
    border-color: rgba(212,175,55,0.20) !important;
    border-radius: 50% !important;
    background: #1A1A1A !important;
}
body .psychicpic {
    border: 2px solid rgba(212,175,55,0.20) !important;
    border-radius: 50% !important;
}
/* Online green ring */
body .specific-Clr-Online ~ .profile-image .psychicpic,
body .profile-image:has(~ .specific-Clr-Online) .psychicpic {
    border-color: #4ADE80 !important;
    box-shadow: 0 0 0 3px #4ADE80, 0 0 16px rgba(74,222,128,0.30) !important;
}

/* ── 5. Global color utilities ── */
body .color-red,
body .coloryellow.color-red { color: #D4AF37 !important; }
body .colorblack { color: #FFFFFF !important; }
body .color-darkgray { color: rgba(255,255,255,0.55) !important; }
body .coloryellow { color: #FFD700 !important; }
body .text-dark { color: rgba(255,255,255,0.85) !important; }
body .text-black { color: #FFFFFF !important; }

/* Hero-scoped overrides */
body .expert-profile-page-new .color-darkgray,
body .expert-profile-page-new .font-16,
body .expert-profile-page-new .font-14 { color: rgba(255,255,255,0.55) !important; }
body .expert-profile-page-new .color-red { color: #D4AF37 !important; }
body .expert-profile-page-new .coloryellow { color: #FFD700 !important; }
body .expert-profile-page-new .text-dark { color: #FFFFFF !important; }
body .expert-profile-page-new .border-bottom,
body .expert-profile-page-new .border-right { border-color: rgba(255,255,255,0.12) !important; }
body .expert-profile-page-new .border-top.d-block.m-2 { border-color: rgba(255,255,255,0.10) !important; }

/* ── 6. Status Badges — handled by design-tokens.css ── */
body .status-badge-txt span,
body #psychic-21599-status span {
    background: rgba(74,222,128,0.10) !important;
    color: #4ADE80 !important;
    border: 1px solid rgba(74,222,128,0.25) !important;
    border-radius: 9999px !important;
    padding: 3px 10px !important;
}
body .bsy-txtded { color: rgba(255,100,100,0.80) !important; font-size: 0.72rem !important; }

/* ── 7. Action Buttons (Follow / Unblock / Waitlist) ── */
body .btn-Waitlist {
    background: rgba(212,175,55,0.10) !important;
    color: #D4AF37 !important;
    border: 1px solid rgba(212,175,55,0.40) !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
}
body .btn-Waitlist:hover,
body .btn-Waitlist.active {
    background: linear-gradient(135deg, #D4AF37, #FF6B35) !important;
    color: #000000 !important;
    border-color: transparent !important;
    box-shadow: 0 0 20px rgba(212,175,55,0.40) !important;
}
body a.btn.bg-white.rounded.buttonshowmoreprofile,
body .buttonshowmoreprofile {
    background: rgba(212,175,55,0.08) !important;
    border: 1px solid rgba(212,175,55,0.35) !important;
    color: #D4AF37 !important;
    border-radius: 8px !important;
}
body .buttonshowmoreprofile:hover {
    background: rgba(212,175,55,0.18) !important;
    color: #FFD700 !important;
    text-decoration: none !important;
}
body .show-more-btn-txt { color: #D4AF37 !important; }

/* Report & block dropdown */
body .expert-profile-page-new .dropdown-toggle {
    background: transparent !important;
    color: rgba(255,255,255,0.40) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    border-radius: 6px !important;
}
body .expert-profile-page-new .dropdown-menu {
    background: #1A1A1A !important;
    border: 1px solid rgba(212,175,55,0.20) !important;
    border-radius: 8px !important;
}
body .expert-profile-page-new .dropdown-item { color: rgba(255,255,255,0.70) !important; }
body .expert-profile-page-new .dropdown-item:hover {
    background: rgba(212,175,55,0.10) !important;
    color: #D4AF37 !important;
}

/* ── 8. Chat / Call / Video Buttons ── */
body .btn-chat-profile {
    display: block !important;
    width: 100% !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    padding: 12px 16px !important;
    text-decoration: none !important;
    margin-bottom: 8px !important;
    position: relative !important;
}

/* Online — gold gradient */
body .btn-chat-profile:not(.expert-busy):not(.expert-offline):not(.btn-opacity):not(.disabled) {
    background: linear-gradient(135deg, #D4AF37, #FF6B35) !important;
    color: #000000 !important;
    border: none !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}
body .btn-chat-profile:not(.expert-busy):not(.expert-offline):not(.btn-opacity):not(.disabled):hover {
    background: linear-gradient(135deg, #FFD700, #FF8C00) !important;
    box-shadow: 0 0 24px rgba(212,175,55,0.50) !important;
    transform: translateY(-1px) !important;
    color: #000000 !important;
    text-decoration: none !important;
}
body .btn-chat-profile:not(.expert-busy):not(.expert-offline):not(.btn-opacity):not(.disabled) .colorblack,
body .btn-chat-profile:not(.expert-busy):not(.expert-offline):not(.btn-opacity):not(.disabled) span {
    color: #000000 !important;
}

/* Offline / Busy */
body .btn-chat-profile.expert-busy,
body .btn-chat-profile.expert-offline,
body .btn-chat-profile.btn-opacity,
body .btn-chat-profile.disabled {
    background: #2A2A2A !important;
    border: 1px solid rgba(255,255,255,0.18) !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    height: auto !important;
    min-height: 56px !important;
}
body .btn-chat-profile.expert-busy .d-flex,
body .btn-chat-profile.expert-offline .d-flex {
    align-items: stretch !important;
    min-height: 52px !important;
}
body .btn-chat-profile.expert-offline .position-relative,
body .btn-chat-profile.expert-busy .position-relative {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 10px 14px !important;
    flex: 1 !important;
    position: static !important;
}
body .btn-chat-profile.expert-offline .font-weight-bold,
body .btn-chat-profile.expert-busy .font-weight-bold {
    color: rgba(255,255,255,0.75) !important;
    font-size: 0.95rem !important;
    margin-bottom: 2px !important;
    margin-top: 0 !important;
    display: block !important;
}
/* Strip the mb-3 Bootstrap class that pushes "Offline" label out of the button */
body .btn-chat-profile.expert-offline .d-block.mb-3,
body .btn-chat-profile.expert-busy .d-block.mb-3 {
    margin-bottom: 2px !important;
}
body .btn-chat-profile.expert-offline .bsy-txtded,
body .btn-chat-profile.expert-busy .bsy-txtded {
    position: static !important;
    display: block !important;
    font-size: 0.72rem !important;
    color: rgba(255,100,100,0.75) !important;
    margin-top: 0 !important;
}
body .btn-chat-profile.expert-busy .bsy-txtded {
    color: rgba(255,165,0,0.75) !important;
}
body .btn-chat-profile.expert-offline .separator,
body .btn-chat-profile.expert-busy .separator {
    border-left: 1px solid rgba(255,255,255,0.14) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 14px !important;
    background: rgba(255,255,255,0.06) !important;
}
body .btn-chat-profile.expert-offline .separator .font-16,
body .btn-chat-profile.expert-busy .separator .font-16 {
    color: rgba(255,255,255,0.40) !important;
    font-size: 0.85rem !important;
    white-space: nowrap !important;
}
body .btn-chat-profile:not(.expert-busy):not(.expert-offline) .separator {
    border-left: 1px solid rgba(0,0,0,0.20) !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 12px !important;
}
body .psychic-badge .color-red,
body .psychic-badge .coloryellow,
body .btn-chat-profile:not(.expert-busy):not(.expert-offline) .separator .font-16 {
    color: #000000 !important;
}
body .psychic-badge .colorblack { color: rgba(255,255,255,0.55) !important; }

/* ── 9. Stars — handled by design-tokens.css ── */

/* ── 10. Page & Container Backgrounds ── */
body .bg-pink,
body .bg-white { background: #111111 !important; }
body .bg-pink-light { background: rgba(212,175,55,0.06) !important; }
body .container.profile-page,
body .container.py-3,
body .container.py-3.py-md-5 { background: transparent !important; }
body .border-bottom { border-color: rgba(255,255,255,0.10) !important; }
body .border-top    { border-color: rgba(255,255,255,0.10) !important; }
body .border        { border-color: rgba(212,175,55,0.15) !important; }
body .row.my-3.profile-desc .colorblack { color: #FFFFFF !important; }
body .row.my-3.profile-desc .color-darkgray { color: rgba(255,255,255,0.55) !important; }

/* div_Shadow cards */
body .bg-white.div_Shadow,
body .div_Shadow {
    background: #1A1A1A !important;
    border: none !important;
    box-shadow: 0 2px 24px rgba(0,0,0,0.40) !important;
    border-radius: 12px !important;
}
body .div_Shadow h3,
body .div_Shadow h4 {
    color: #D4AF37 !important;
    background: none !important;
    -webkit-text-fill-color: #D4AF37 !important;
}
body .container.profile-page p,
body .container.profile-page li,
body .div_Shadow p,
body .div_Shadow li { color: rgba(255,255,255,0.70) !important; }

body .rounded.border,
body .rounded.border.mt-4 {
    background: #1A1A1A !important;
    border: 1px solid rgba(212,175,55,0.15) !important;
    border-radius: 12px !important;
}

/* ── 11. Profile Content Cards ── */
body .profile-content-outer {
    background: #111111;
    border: 1px solid rgba(212,175,55,0.15);
    border-radius: 14px;
    padding: 28px 28px 20px;
}
body .info-card {
    background: #1A1A1A;
    border: 1px solid rgba(212,175,55,0.20);
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 16px;
}
body .info-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: #D4AF37 !important;
    margin: 0 0 12px;
    letter-spacing: 0.3px;
    background: none !important;
    -webkit-text-fill-color: #D4AF37 !important;
}
body .info-card p {
    color: rgba(255,255,255,0.75) !important;
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
}
body .info-card ul {
    margin: 0;
    padding-left: 18px;
    color: rgba(255,255,255,0.75) !important;
    font-size: 14px;
    line-height: 1.7;
}
body .info-card li { color: rgba(255,255,255,0.75) !important; }

body .schedule-list-containter h3 {
    color: #D4AF37 !important;
    background: none !important;
    -webkit-text-fill-color: #D4AF37 !important;
}

/* ── 12. Gift Section ── */
body .gift-section-wrapper {
    background: #1A1A1A;
    border: 1px solid rgba(212,175,55,0.20);
    border-radius: 12px;
    overflow: hidden;
}
body .gift-section-header {
    background: linear-gradient(135deg, rgba(212,175,55,0.15), rgba(212,175,55,0.05));
    border-bottom: 1px solid rgba(212,175,55,0.20);
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body .gift-section-header h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #D4AF37 !important;
    margin: 0 !important;
    letter-spacing: 0.3px;
    background: none !important;
    -webkit-text-fill-color: #D4AF37 !important;
}
body .gift-section-header svg path {
    stroke: rgba(212,175,55,0.70) !important;
}
body .loadGiftItems {
    padding: 16px 12px 8px;
    gap: 8px;
}
body .loadGiftItem {
    flex: 0 0 auto !important;
    width: 90px !important;
    background: #111111 !important;
    border: 1px solid rgba(255,255,255,0.06) !important;
    border-radius: 10px !important;
    margin: 6px !important;
    padding: 10px 8px !important;
    text-align: center !important;
    cursor: pointer;
    transition: border-color 0.25s, box-shadow 0.25s !important;
    overflow: hidden !important;
}
body .loadGiftItem:hover,
body .loadGiftItem.active {
    border-color: #D4AF37 !important;
    box-shadow: 0 0 14px rgba(212,175,55,0.30) !important;
    background: rgba(212,175,55,0.08) !important;
}
body .gift-img {
    width: 60px !important;
    height: 60px !important;
    max-width: 60px !important;
    border-radius: 8px !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 auto !important;
}
body .gift-name {
    margin: 8px 0 4px;
    color: rgba(255,255,255,0.85) !important;
    font-size: 12px;
    font-weight: 600;
}
body .gift-price {
    color: #D4AF37 !important;
    font-size: 12px;
    font-weight: 600;
}
body .gift-send-wrapper { padding: 12px 0 16px; }

/* Send gift button */
body a.btn.btn-Waitlist.send-gift,
body a.btn-Waitlist.send-gift,
body button.btn-Waitlist.send-gift,
body .send-gift {
    background: linear-gradient(135deg, #D4AF37, #FF6B35) !important;
    color: #000000 !important;
    border: none !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    padding: 10px 32px !important;
    transition: box-shadow 0.25s, transform 0.25s !important;
}
body a.btn.btn-Waitlist.send-gift:hover,
body .send-gift:hover {
    background: linear-gradient(135deg, #FFD700, #FF8C00) !important;
    box-shadow: 0 0 20px rgba(212,175,55,0.50) !important;
    transform: translateY(-1px) !important;
    color: #000000 !important;
}

/* ── 13. Schedule / Availability ── */
body .schedule-list-containter {
    background: transparent !important;
    border-top: 1px solid rgba(212,175,55,0.10) !important;
    padding-top: 16px !important;
}
body ul.schedule-progressbar,
body .bg-pink.schedule-progressbar,
body .schedule-progressbar {
    background: #1A1A1A !important;
    border: 1px solid rgba(212,175,55,0.15) !important;
    border-radius: 12px !important;
    padding: 16px !important;
}
body .schedule-progressbar > li {
    background: transparent !important;
    border: none !important;
    color: rgba(255,255,255,0.80) !important;
    padding: 8px !important;
    border-radius: 8px !important;
}
body .schedule-progressbar > li.active {
    background: rgba(212,175,55,0.12) !important;
    color: #D4AF37 !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
}
body .schedule-progressbar > li .schedule-range p { color: rgba(255,255,255,0.90) !important; }
body .schedule-progressbar > li .color-red { color: #D4AF37 !important; }
body .schedule-progressbar li ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
body .schedule-progressbar li ul li,
body .schedule-progressbar li li {
    background: rgba(212,175,55,0.08) !important;
    border: 1px solid rgba(212,175,55,0.30) !important;
    color: #D4AF37 !important;
    border-radius: 20px !important;
    padding: 3px 10px !important;
    margin: 4px 0 !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    text-align: center !important;
    white-space: nowrap !important;
}
body .schedule-range { color: rgba(255,255,255,0.55) !important; }

/* ── 14. Reviews — matches listing card outer shell ── */
body .container.py-3.py-md-5 .bg-white,
body #review {
    background: #1A1A1A !important;
    border-radius: 12px !important;
    padding: 20px !important;
}
body #review .colorblack { color: #FFFFFF !important; }
body #review .color-red  { color: #D4AF37 !important; }

body .reviewrapper,
body .reviewrapper.list {
    background: transparent !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
body .reviewslist {
    background: #111111 !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    border-radius: 12px !important;
    transition: border-color 0.3s ease !important;
    padding: 16px 20px;
    margin-bottom: 0;
    width: 100%;
    box-sizing: border-box;
}
body .reviewslist:hover { border-color: rgba(212,175,55,0.25) !important; }

/* Review header: avatar + name/stars side by side */
.ss-review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
.ss-review-avatar {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
}
.ss-review-avatar img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(212,175,55,0.20);
    display: block;
}
.ss-review-meta {
    flex: 1;
    min-width: 0;
}
.ss-review-name {
    display: block;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 2px;
}
.ss-review-stars {
    display: flex;
    align-items: center;
    gap: 2px;
}
.ss-review-stars .fas.fa-star { color: #FFD700; font-size: 12px; }
.ss-review-stars .far.fa-star { color: rgba(255,255,255,0.18); font-size: 12px; }
.ss-review-text {
    color: rgba(255,255,255,0.70) !important;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

/* ── 15. Modals — base handled by design-tokens.css ── */
body .modal p { color: var(--ss-content-secondary) !important; }
body .modal-body .bg-white,
body .modal-body .bg-white.body { background: transparent !important; }
body .modal .btn-block.btn-chat {
    background: var(--ss-astro-gradient) !important;
    color: var(--ss-content-inverse) !important;
    border: none !important;
    border-radius: var(--ss-radius-md) !important;
    font-weight: 600 !important;
}
body .modal .btn-block.btn-chat:hover {
    background: var(--ss-astro-gradient-hover) !important;
    box-shadow: var(--ss-glow-gold-lg) !important;
}
body .modal .btn-chataccept {
    background: rgba(74,222,128,0.15) !important;
    color: #4ADE80 !important;
    border: 1px solid rgba(74,222,128,0.35) !important;
    border-radius: 8px !important;
}
body .modal .btn-chatreject {
    background: transparent !important;
    color: #EF4444 !important;
    border: 1px solid rgba(239,68,68,0.35) !important;
    border-radius: 8px !important;
}
body .modal .btn-secondary,
body .modal-footer .btn-default {
    background: transparent !important;
    color: rgba(255,255,255,0.55) !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    border-radius: 8px !important;
}
body .modal select option { background: #1A1A1A !important; color: #FFFFFF !important; }

/* ── 16. Form Controls ── */
body .modal .form-control,
body .border-pink,
body .form-control.border-pink,
body .matchInTxt {
    background: rgba(0,0,0,0.50) !important;
    border: 1px solid rgba(212,175,55,0.30) !important;
    color: #FFFFFF !important;
    border-radius: 8px !important;
}
body .modal .form-control::placeholder,
body .form-control.border-pink::placeholder,
body .matchInTxt::placeholder { color: rgba(255,255,255,0.35) !important; }
body .modal .form-control:focus,
body .form-control.border-pink:focus,
body .matchInTxt:focus {
    border-color: #D4AF37 !important;
    box-shadow: 0 0 0 3px rgba(212,175,55,0.15) !important;
    background: rgba(0,0,0,0.70) !important;
}
body .container.profile-page .form-control,
body .div_Shadow .form-control,
body .rounded.border .form-control {
    background: rgba(0,0,0,0.50) !important;
    border: 1px solid rgba(212,175,55,0.30) !important;
    color: #FFFFFF !important;
    border-radius: 8px !important;
}
body .container.profile-page .form-control::placeholder,
body .div_Shadow .form-control::placeholder { color: rgba(255,255,255,0.35) !important; }
body .container.profile-page .form-control:focus,
body .div_Shadow .form-control:focus {
    border-color: #D4AF37 !important;
    box-shadow: 0 0 0 3px rgba(212,175,55,0.15) !important;
    background: rgba(0,0,0,0.70) !important;
}
body textarea.form-control {
    background: rgba(0,0,0,0.50) !important;
    border: 1px solid rgba(212,175,55,0.20) !important;
    color: rgba(255,255,255,0.80) !important;
    border-radius: 10px !important;
}
body textarea.form-control:focus {
    border-color: #D4AF37 !important;
    box-shadow: 0 0 0 3px rgba(212,175,55,0.15) !important;
}

/* Country code dropdowns */
body .country-dropdown-container,
body .inputform.country-dropdown-container {
    background: rgba(0,0,0,0.50) !important;
    border: 1px solid rgba(212,175,55,0.30) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}
body .country-dropdown-container select {
    border: none !important;
    border-right: 1px solid rgba(212,175,55,0.20) !important;
    border-radius: 0 !important;
    width: 28% !important;
    background: transparent !important;
    color: #FFFFFF !important;
}
body .country-dropdown-container input {
    border: none !important;
    border-radius: 0 !important;
    flex: 1 !important;
    width: auto !important;
    background: transparent !important;
    color: #FFFFFF !important;
}

/* Date / time inputs */
body input[type="date"].form-control,
body input[type="time"].form-control,
body input[type="date"],
body input[type="time"] {
    background: rgba(0,0,0,0.50) !important;
    border: 1px solid rgba(212,175,55,0.30) !important;
    color: #FFFFFF !important;
    border-radius: 8px !important;
    color-scheme: dark;
}
body input[type="time"]::-webkit-calendar-picker-indicator {
    filter: invert(1) sepia(1) saturate(4) hue-rotate(15deg);
    opacity: 0.7;
    cursor: pointer;
}
body input[type="checkbox"],
body input[type="radio"] { accent-color: #D4AF37; }

/* Selects */
body .modal select.form-control,
body select.form-control {
    background: rgba(0,0,0,0.50) !important;
    border: 1px solid rgba(212,175,55,0.30) !important;
    color: #FFFFFF !important;
    border-radius: 8px !important;
}
body select.form-control option { background: #1A1A1A !important; color: #FFFFFF !important; }
body label .color-red,
body .form-group label .color-red { color: #E8B923 !important; }

/* ── 17. Select2 ── */
body .select2-container--default .select2-selection--single,
body .select2-container--default .select2-selection--multiple {
    background: rgba(0,0,0,0.50) !important;
    border-color: rgba(212,175,55,0.30) !important;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #FFFFFF !important;
}
body .select2-dropdown {
    background: #1A1A1A !important;
    border-color: rgba(212,175,55,0.25) !important;
}
body .select2-results__option { background: #1A1A1A !important; color: rgba(255,255,255,0.80) !important; }
body .select2-container--default .select2-results__option--highlighted {
    background: rgba(212,175,55,0.15) !important;
    color: #D4AF37 !important;
}
body .select2-search--dropdown .select2-search__field {
    background: rgba(0,0,0,0.60) !important;
    border-color: rgba(212,175,55,0.25) !important;
    color: #FFFFFF !important;
}

/* ── 18. Bootstrap Button Overrides ── */
body .btn-primary {
    background: linear-gradient(135deg, #D4AF37, #FF6B35) !important;
    color: #000000 !important;
    border: none !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
}
body .btn-primary:hover {
    background: linear-gradient(135deg, #FFD700, #FF8C00) !important;
    box-shadow: 0 0 20px rgba(212,175,55,0.40) !important;
    color: #000000 !important;
}
body .btn-info {
    background: linear-gradient(135deg, #D4AF37, #FF6B35) !important;
    color: #000000 !important;
    border: none !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
}
body .btn-info:hover {
    background: linear-gradient(135deg, #FFD700, #FF8C00) !important;
    box-shadow: 0 0 20px rgba(212,175,55,0.40) !important;
    color: #000000 !important;
}
body .btn-send,
body button[type="submit"]:not(.btn-chat-profile):not(.btn-Waitlist),
body input[type="submit"]:not(.btn-chat-profile) {
    background: linear-gradient(135deg, #D4AF37, #FF6B35) !important;
    color: #000000 !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
}

/* ── 19. Animations — ss-fade-in defined in design-tokens.css ── */
body .rounded.border.mt-4,
body .div_Shadow,
body .reviewslist {
    animation: ss-fade-in 0.4s ease-out forwards;
}

/* ── 20. Hero Section ── */
body .ss-hero-wrap {
    background: linear-gradient(135deg, #0A0A0A 0%, #1A0E00 50%, #0A0A0A 100%);
    border-bottom: 1px solid rgba(212,175,55,0.12);
    position: relative;
    padding: 2rem 0;
}
body .ss-hero-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(212,175,55,0.08) 0%, transparent 65%);
    pointer-events: none;
}
body .ss-hero-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 2rem;
    align-items: center;
    border-left: 3px solid #D4AF37;
    padding-left: 1.5rem;
    background: linear-gradient(to right, rgba(212,175,55,0.04), transparent);
    border-radius: 0 4px 4px 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-right: 1rem;
}
body .ss-avatar-container { position: relative; flex-shrink: 0; }
body .ss-avatar-ring {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, #D4AF37, #8b2b16);
}
body .ss-avatar-img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    border: 2px solid #0A0A0A !important;
    display: block !important;
}
body .ss-avatar-seal { position: absolute; bottom: -4px; right: -4px; }
body .ss-hero-info { display: flex; flex-direction: column; gap: 0.5rem; }
body .ss-hero-name-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}
body .ss-cinematic-name {
    font-family: 'Playfair Display', serif !important;
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: #D4AF37 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.5px !important;
    text-shadow: 0 2px 10px rgba(212,175,55,0.18) !important;
    margin: 0 !important;
    background: none !important;
    -webkit-text-fill-color: #D4AF37 !important;
}
body .ss-hero-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-left: auto;
}
body .ss-follow-btn { font-size: 0.8rem !important; padding: 4px 14px !important; }
body .ss-dots-btn {
    padding: 4px 8px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    color: rgba(255,255,255,0.45) !important;
}
body .ss-hero-subtitle { color: rgba(255,255,255,0.55); font-size: 0.9rem; }
body .ss-hero-meta { display: flex; flex-wrap: wrap; gap: 1.25rem; margin-top: 0.25rem; }
body .ss-meta-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255,255,255,0.55);
    font-size: 0.85rem;
}
body .ss-rating-block { text-align: right; flex-shrink: 0; }
body .ss-rating-score {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #D4AF37;
    line-height: 1;
    font-weight: 700;
}
body .ss-rating-stars { margin-top: 0.25rem; letter-spacing: 2px; }
body .ss-rating-label {
    color: rgba(255,255,255,0.40);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0.25rem;
}

/* ── 21. Page Grid ── */
body .ss-page-grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 1.75rem;
    align-items: start;
    padding-top: 1.75rem;
    padding-bottom: 2rem;
}
body .ss-main-col { display: flex; flex-direction: column; gap: 1.25rem; min-width: 0; }
body .ss-sidebar-col { display: flex; flex-direction: column; gap: 1.25rem; position: sticky; top: 100px; align-self: start; }

/* ── 22. Cards ── */
body .ss-card {
    background: #111111 !important;
    border: 1px solid rgba(212,175,55,0.15) !important;
    border-radius: 8px !important;
    padding: 1.5rem !important;
    overflow: hidden;
    animation: ss-fade-in 0.4s ease-out forwards;
}
body .ss-card-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    color: #D4AF37 !important;
    background: none !important;
    -webkit-text-fill-color: #D4AF37 !important;
    margin: 0 0 1rem !important;
    padding-bottom: 0.6rem !important;
    border-bottom: 1px solid rgba(212,175,55,0.15) !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    line-height: 1.3 !important;
}
body .ss-card-title::before { content: "❖"; font-size: 0.7em; color: #8b2b16; flex-shrink: 0; }
body .ss-prose { color: rgba(255,255,255,0.70) !important; font-size: 0.9rem; line-height: 1.8; margin: 0 !important; }

/* ── 23. Responsive ── */

/* ── Tablet (768px – 991px) ── */
@media (max-width: 991px) {
    body .ss-hero-inner { grid-template-columns: auto 1fr; }
    body .ss-rating-block { grid-column: 1 / -1; text-align: left; display: flex; gap: 1rem; align-items: center; }
    body .ss-rating-score { font-size: 1.5rem; }
    body .ss-page-grid { grid-template-columns: 1fr; }
    body .ss-sidebar-col { position: static; }
    body .ss-card { padding: 1.25rem !important; }

    /* Offerings 2-col stays fine on tablet */
}

/* ── Mobile (≤ 576px) ── */
@media (max-width: 576px) {
    /* Hero — full stack, centered */
    body .ss-hero-inner {
        grid-template-columns: 1fr;
        text-align: center;
        border-left: none;
        border-top: 3px solid var(--ss-gold-700, #D4AF37);
        padding-left: 0;
        gap: 1rem;
        padding: 1rem;
    }
    body .ss-hero-wrap { padding: 1rem 0; }
    body .ss-avatar-container { margin: 0 auto; }
    body .ss-avatar-ring { width: 110px; height: 110px; }
    body .ss-hero-name-row { justify-content: center; }
    body .ss-hero-meta { justify-content: center; flex-direction: column; gap: 0.5rem; }
    body .ss-hero-actions { margin-left: 0; justify-content: center; }
    body .ss-cinematic-name { font-size: 1.5rem !important; }
    body .ss-hero-subtitle { font-size: 0.8rem; }

    /* Page grid — single column, tighter spacing */
    body .ss-page-grid { gap: 1rem; padding-top: 1rem; padding-bottom: 1rem; }
    body .ss-card { padding: 1rem !important; }
    body .ss-card-title { font-size: 1rem !important; }
    body .ss-prose { font-size: 0.85rem; }

    /* Offerings — stack to 1 column on mobile */
    .ss-offerings-grid { grid-template-columns: 1fr !important; }

    /* Schedule slots — 2 columns instead of 3 */
    .ss-slots { grid-template-columns: repeat(2, 1fr); }

    /* Action buttons — stack full width */
    body .btn-chat-profile { font-size: 0.9rem !important; padding: 10px 12px !important; }

    /* Info cards */
    body .info-card { padding: 14px 16px; }

    /* Gift items scroll */
    body .loadGiftItems { padding: 12px 8px 8px; }

    /* Reviews */
    body .reviewslist { padding: 12px 14px; }

    /* Profile content */
    body .profile-content-outer { padding: 16px 14px 12px; }
}

/* ── 24. Section Title Decoration (legacy info-cards) ── */
body .info-card h3 {
    border-bottom: 1px solid rgba(212,175,55,0.15) !important;
    padding-bottom: 10px !important;
    margin-bottom: 1rem !important;
}
body .info-card h3::before {
    content: "❖ ";
    font-size: 0.75em;
    color: #8b2b16;
}

/* ── 21. Verified Badge ── */
body .ss-verified-badge {
    display: inline-flex;
    align-items: center;
    background-color: #fce883;
    color: #000;
    font-size: 0.65rem;
    padding: 2px 7px;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    box-shadow: 0 0 10px rgba(252,232,131,0.2);
    white-space: nowrap;
    margin-left: 0.6rem;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
}

/* ── 22. Tag Cloud (Specializations) ── */
body .ss-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}
body .ss-tag {
    background-color: rgba(212,175,55,0.05);
    border: 1px solid rgba(212,175,55,0.18);
    color: #D4AF37 !important;
    padding: 0.35rem 0.9rem;
    border-radius: 2px;
    font-size: 0.875rem;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    cursor: default;
}
body .ss-tag:hover {
    border-color: #D4AF37;
    background-color: rgba(212,175,55,0.1);
}

/* ── 23. Timeline (Experience & Qualification) ── */
body .ss-timeline {
    border-left: 1px solid rgba(212,175,55,0.18);
    padding-left: 1.5rem;
    margin-left: 0.5rem;
}
body .ss-timeline-item {
    position: relative;
    margin-bottom: 1.5rem;
}
body .ss-timeline-item:last-child {
    margin-bottom: 0;
}
body .ss-timeline-item::before {
    content: '';
    position: absolute;
    left: -1.85rem;
    top: 0.35rem;
    width: 8px;
    height: 8px;
    background-color: #D4AF37;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(212,175,55,0.6);
}
body .ss-timeline-date {
    color: rgba(212,175,55,0.45) !important;
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
    font-style: italic;
}
body .ss-timeline-title {
    color: rgba(255,255,255,0.90) !important;
    font-weight: 500;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}
body .ss-timeline-desc {
    color: rgba(255,255,255,0.55) !important;
    font-size: 0.875rem;
    margin: 0 !important;
    line-height: 1.6;
}

/* ── 25. Week Calendar (Schedule) ── */
.ss-schedule-card .ss-week-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.ss-week-btn {
    background: transparent;
    border: 1px solid rgba(212,175,55,0.35);
    color: #D4AF37;
    width: 30px; height: 30px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1.1rem;
    line-height: 1;
    transition: background 0.2s;
}
.ss-week-btn:hover { background: rgba(212,175,55,0.12); }
.ss-week-label {
    color: #D4AF37;
    font-weight: 600;
    font-size: 0.88rem;
    letter-spacing: 0.03em;
}
.ss-week-days { margin-bottom: 14px; }
.ss-day-header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    color: rgba(255,255,255,0.40);
    font-size: 0.65rem;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
}
.ss-day-dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    text-align: center;
}
.ss-day-date {
    padding: 7px 2px;
    border-radius: 6px;
    font-size: 0.82rem;
    border: 1px solid transparent;
    transition: all 0.2s;
}
.ss-day-date.available {
    color: rgba(255,255,255,0.85);
    cursor: pointer;
}
.ss-day-date.available:hover { background: rgba(212,175,55,0.10); }
.ss-day-date.active {
    border-color: #D4AF37;
    color: #D4AF37;
    font-weight: 700;
    background: rgba(212,175,55,0.08);
}
.ss-day-date.unavailable {
    color: rgba(255,255,255,0.22);
    cursor: default;
}
.ss-slots-label {
    color: #D4AF37;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.ss-slots {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 16px;
    min-height: 48px;
}
.ss-slot {
    padding: 8px 4px;
    text-align: center;
    border: 1px solid rgba(212,175,55,0.30);
    border-radius: 6px;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.85);
    background: rgba(212,175,55,0.05);
}
.ss-no-slots {
    grid-column: 1 / -1;
    color: rgba(255,255,255,0.35);
    font-size: 0.8rem;
    margin: 0;
    text-align: center;
    padding: 8px 0;
}
.ss-initiate-btn {
    width: 100%;
    background: linear-gradient(135deg, #D4AF37 0%, #B8860B 100%);
    border: none;
    color: #0A0A0A;
    font-weight: 800;
    letter-spacing: 0.14em;
    padding: 14px;
    border-radius: 8px;
    font-size: 0.82rem;
    cursor: pointer;
    text-transform: uppercase;
    transition: opacity 0.2s;
}
.ss-initiate-btn:hover { opacity: 0.88; }

/* ── 26. Offerings & Energy Exchange ── */
.ss-offerings-card .ss-card-title {
    display: flex;
    align-items: center;
    gap: 8px;
}
.ss-info-icon { opacity: 0.8; }
.ss-info-icon:hover { opacity: 1; }
.ss-offerings-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 16px;
}
.ss-offering-item {
    display: block;
    background: rgba(212,175,55,0.05);
    border: 1px solid rgba(212,175,55,0.18);
    border-radius: 10px;
    padding: 14px 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
}
.ss-offering-item:hover,
.ss-offering-item.active {
    background: rgba(212,175,55,0.14);
    border-color: #D4AF37;
    text-decoration: none;
}
.ss-offering-icon { margin-bottom: 8px; }
.ss-offering-icon img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 8px;
}
.ss-offering-name {
    color: rgba(255,255,255,0.80);
    font-size: 0.78rem;
    margin: 0 0 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ss-offering-price {
    color: #D4AF37;
    font-size: 0.82rem;
    font-weight: 600;
}
