/* =====================================================================
   PROFILE DETAIL SECTION — gallery + status + rates (`.fancy-sect`).
   Modern dark/gold theme, stat grid collapses to 2 compact rows of chips,
   rates become luxury pricing cards. Fully responsive.
   ===================================================================== */

html body section.fancy-sect {
    position: relative;
    padding: clamp(50px, 7vw, 90px) 0 clamp(60px, 7vw, 100px) !important;
    background:
        radial-gradient(ellipse 55% 45% at 50% 12%, rgba(252, 211, 77, 0.18) 0%, transparent 60%),
        radial-gradient(ellipse 55% 45% at 50% 88%, rgba(214, 40, 117, 0.18) 0%, transparent 60%),
        linear-gradient(180deg, #060300 0%, #100700 50%, #050300 100%);
    border-top: 1px solid rgba(252, 211, 77, 0.22);
    border-bottom: 1px solid rgba(252, 211, 77, 0.22);
    overflow: hidden;
    isolation: isolate;
    margin: 0 !important;
}

html body section.fancy-sect::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image:
        linear-gradient(rgba(234, 179, 8, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(234, 179, 8, 0.05) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}

/* ---------- Outer container ---------- */
html body .container-fancy {
    position: relative;
    z-index: 2;
    display: grid !important;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) !important;
    gap: 28px;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ---------- Panel wrappers (left gallery + right stats) ---------- */
html body .all-img-p {
    background:
        linear-gradient(180deg, rgba(18, 10, 2, 0.9), rgba(8, 4, 0, 0.95)) padding-box,
        linear-gradient(135deg, #fde68a 0%, #fbbf24 35%, #7c2d12 65%, #fbbf24 100%) border-box !important;
    border: 1.5px solid transparent !important;
    border-radius: 18px !important;
    padding: 24px !important;
    margin: 0 !important;
    box-shadow:
        0 24px 50px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(234, 179, 8, 0.22) inset,
        0 0 32px rgba(234, 179, 8, 0.14) !important;
}

/* ---------- Heading pills (name / status / rates) ---------- */
html body h3.profiles-name-t {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: clamp(18px, 2vw, 24px) !important;
    font-weight: 800 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    padding: 12px 18px !important;
    margin: 0 0 22px !important;
    border-radius: 999px !important;
    background:
        linear-gradient(180deg, rgba(20, 14, 2, 0.9), rgba(8, 5, 0, 0.95)) padding-box,
        linear-gradient(135deg, #fde68a 0%, #fbbf24 50%, #b45309 100%) border-box !important;
    border: 1.5px solid transparent !important;
    color: #fde68a !important;
    background-clip: padding-box, border-box;
    box-shadow:
        0 10px 24px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 0 22px rgba(252, 211, 77, 0.2) !important;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.6);
}

/* ---------- Gallery grid ---------- */
html body .contain-profiles {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
    gap: 14px !important;
}

html body .profile-prents {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    transition: transform .5s cubic-bezier(.2,.8,.2,1), box-shadow .45s ease;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.45);
}

html body .profile-prents a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

html body .profile-prents img.rounded.img-b-se {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 22% !important;
    display: block !important;
    border: 2px solid transparent !important;
    border-radius: 14px !important;
    background-color: transparent !important;
    box-shadow: none !important;
    transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .4s ease;
    filter: saturate(1.06) contrast(1.03);
}

html body .profile-prents::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    padding: 2px;
    background: linear-gradient(135deg, #fde68a 0%, #fbbf24 40%, #7c2d12 70%, #fbbf24 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 2;
    opacity: 0.85;
    transition: opacity .3s ease;
}

html body .profile-prents::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(6, 3, 0, 0.7) 100%);
    pointer-events: none;
    z-index: 1;
    opacity: 0.9;
}

html body .profile-prents:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.6), 0 0 30px rgba(252, 211, 77, 0.35);
}
html body .profile-prents:hover img.rounded.img-b-se {
    transform: scale(1.08);
    filter: saturate(1.15) contrast(1.07) brightness(1.04);
}
html body .profile-prents:hover::before { opacity: 1; }

/* ---------- STATUS block — 2-row chip grid instead of a long table --- */
html body .all-table-data .table-container:first-of-type table.data-t {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)) !important;
    gap: 10px !important;
    background: transparent !important;
    box-shadow: none !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    width: 100% !important;
    margin: 0 !important;
}

html body .all-table-data .table-container:first-of-type table.data-t thead,
html body .all-table-data .table-container:first-of-type table.data-t tbody {
    display: contents;
}

html body .all-table-data .table-container:first-of-type table.data-t tr {
    display: flex !important;
    flex-direction: column !important;
    gap: 3px;
    padding: 12px 14px !important;
    border-radius: 12px !important;
    background:
        linear-gradient(180deg, rgba(24, 16, 2, 0.95), rgba(8, 5, 0, 0.98)) padding-box,
        linear-gradient(135deg, rgba(252, 211, 77, 0.6), rgba(124, 45, 18, 0.6)) border-box !important;
    border: 1px solid transparent !important;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
    transition: transform .3s ease, box-shadow .3s ease;
}

html body .all-table-data .table-container:first-of-type table.data-t tr:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.45), 0 0 16px rgba(252, 211, 77, 0.3);
}

html body .all-table-data .table-container:first-of-type table.data-t td {
    display: block !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    text-align: left;
}

html body .all-table-data .table-container:first-of-type table.data-t td.heading-r {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 10.5px !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #ff6fb1 !important;
    opacity: 0.9;
}
html body .all-table-data .table-container:first-of-type table.data-t td.heading-r::after {
    content: none !important;
    display: none !important;
}

html body .all-table-data .table-container:first-of-type table.data-t td:not(.heading-r) {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #fde68a !important;
    letter-spacing: 0.3px;
    line-height: 1.25;
}

/* ---------- RATES block — luxury pricing cards ---------- */
html body .all-table-data .table-container:last-of-type table.data-t {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    background: transparent !important;
    box-shadow: none !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    width: 100% !important;
}

html body .all-table-data .table-container:last-of-type table.data-t thead,
html body .all-table-data .table-container:last-of-type table.data-t tbody {
    display: contents;
}

html body .all-table-data .table-container:last-of-type table.data-t thead tr {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    padding: 11px 18px !important;
    border-radius: 10px !important;
    background: linear-gradient(90deg, rgba(214, 40, 117, 0.22), rgba(252, 211, 77, 0.18)) !important;
    border: 1px solid rgba(252, 211, 77, 0.45) !important;
    margin-bottom: 4px;
}
html body .all-table-data .table-container:last-of-type table.data-t thead th {
    background: transparent !important;
    color: #fde68a !important;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    padding: 0 !important;
    border: none !important;
    text-align: left;
}
html body .all-table-data .table-container:last-of-type table.data-t thead th:last-child { text-align: right; }

html body .all-table-data .table-container:last-of-type table.data-t tbody tr {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    align-items: center;
    padding: 14px 18px !important;
    border-radius: 12px !important;
    background:
        linear-gradient(180deg, rgba(24, 16, 2, 0.95), rgba(8, 5, 0, 0.98)) padding-box,
        linear-gradient(135deg, rgba(252, 211, 77, 0.55), rgba(124, 45, 18, 0.6)) border-box !important;
    border: 1px solid transparent !important;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35) !important;
    transition: transform .3s ease, box-shadow .3s ease;
}
html body .all-table-data .table-container:last-of-type table.data-t tbody tr:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.5), 0 0 18px rgba(252, 211, 77, 0.35) !important;
}

html body .all-table-data .table-container:last-of-type table.data-t tbody td {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}
html body .all-table-data .table-container:last-of-type table.data-t tbody td.heading-r {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.4px !important;
    color: #ff6fb1 !important;
    text-transform: uppercase;
}
html body .all-table-data .table-container:last-of-type table.data-t tbody td:not(.heading-r) {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    text-align: right;
    color: #fde68a !important;
    letter-spacing: 0.5px;
}
html body .all-table-data .table-container:last-of-type table.data-t tbody td img {
    display: inline-block;
    vertical-align: middle;
    filter: drop-shadow(0 0 6px rgba(252, 211, 77, 0.6));
    padding-right: 4px !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
    html body .container-fancy {
        grid-template-columns: 1fr !important;
        gap: 22px;
    }
}

@media (max-width: 820px) {
    html body .all-img-p { padding: 18px !important; }
    html body .contain-profiles {
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)) !important;
        gap: 10px !important;
    }
    html body .all-table-data .table-container:first-of-type table.data-t {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)) !important;
        gap: 8px !important;
    }
    html body .all-table-data .table-container:first-of-type table.data-t tr { padding: 10px 12px !important; }
    html body .all-table-data .table-container:first-of-type table.data-t td:not(.heading-r) { font-size: 14px !important; }
    html body h3.profiles-name-t {
        font-size: 16px !important;
        letter-spacing: 2px !important;
        padding: 10px 14px !important;
    }
}

@media (max-width: 560px) {
    html body .container-fancy { padding: 0 14px; }
    html body .all-img-p { padding: 14px !important; border-radius: 14px !important; }
    html body .contain-profiles {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
    }
    html body .all-table-data .table-container:first-of-type table.data-t {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 7px !important;
    }
    html body .all-table-data .table-container:last-of-type table.data-t tbody tr { padding: 12px 14px !important; }
    html body .all-table-data .table-container:last-of-type table.data-t tbody td.heading-r { font-size: 13px !important; }
    html body .all-table-data .table-container:last-of-type table.data-t tbody td:not(.heading-r) { font-size: 15px !important; }
    html body h3.profiles-name-t { letter-spacing: 1.5px !important; }
}

@media (max-width: 380px) {
    html body .all-table-data .table-container:first-of-type table.data-t tr { padding: 9px 10px !important; }
    html body .all-table-data .table-container:first-of-type table.data-t td.heading-r { font-size: 9.5px !important; letter-spacing: 1.4px !important; }
    html body .all-table-data .table-container:first-of-type table.data-t td:not(.heading-r) { font-size: 13px !important; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
    html body .profile-prents,
    html body .profile-prents img.rounded.img-b-se,
    html body .all-table-data .table-container table.data-t tr {
        transition: none !important;
    }
    html body .profile-prents:hover,
    html body .profile-prents:hover img.rounded.img-b-se,
    html body .all-table-data .table-container table.data-t tr:hover {
        transform: none !important;
    }
}

/* =====================================================================
   "MUMBAI CALL GIRLS" card list on profile pages — keep only 2 rows
   (10 cards on desktop, 8 on medium tablet, 4 on mobile).
   ===================================================================== */
html body section.h_s9 .patent-sec:nth-child(n+11) { display: none !important; }

@media (max-width: 1200px) {
    html body section.h_s9 .patent-sec:nth-child(n+9) { display: none !important; }
}
@media (max-width: 820px) {
    html body section.h_s9 .patent-sec:nth-child(n+7) { display: none !important; }
}
@media (max-width: 560px) {
    html body section.h_s9 .patent-sec:nth-child(n+5) { display: none !important; }
}
