.profileSeoLead {
    margin: 8px 0 14px;
    color: #334155;
    font-size: 16px;
    line-height: 1.45;
}
.profileTopBar {
    margin: 8px 0 20px;
    padding: 16px 18px;
    border: 1px solid #e7edf6;
    border-radius: 12px;
    background: #f8fbff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.profileTopBarName {
    margin: 0;
    color: #1f2f49;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
}
.profileTopBarMeta {
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.profileTopBarTag {
    display: inline-block;
    padding: 4px 9px;
    border-radius: 999px;
    background: #e8edf7;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
}
.profileTopBarTagPremier {
    background: #fff2c7;
    color: #7a4b00;
    border: 1px solid #f0c96a;
}
.profileTopBarTagVerified {
    background: #dcfce7;
    color: #166534;
    border: 1px solid #86efac;
}
.profileTopBarActions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}
.profileTopBarButton {
    display: inline-block;
    border-radius: 8px;
    padding: 10px 12px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid transparent;
    white-space: nowrap;
}
.profileTopBarButtonCall {
    background: #c0173f;
    color: #fff;
}
.profileTopBarButtonWhatsApp {
    background: #2da44e;
    color: #fff;
}
.profileTopBarButtonEmail {
    background: #1f4f8a;
    color: #fff;
}
.profileTopBarButtonLogin {
    background: #fff;
    color: #1f2f49;
    border-color: #b8c4d8;
}
.memberProfileHero {
    margin: 16px 0 18px;
    padding: 18px 20px;
    border: 1px solid #e5ebf4;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}
.memberProfileHeroVip {
    border-color: #d8c08a;
    background:
        radial-gradient(circle at top right, rgba(217, 185, 120, 0.24), rgba(217, 185, 120, 0) 34%),
        linear-gradient(135deg, #1a1f2c 0%, #242030 46%, #3a2b1d 100%);
    box-shadow: 0 20px 36px rgba(21, 24, 34, 0.18);
}
.memberProfileHeroBadge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border: 1px solid rgba(240, 216, 159, 0.6);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 246, 214, 0.18) 0%, rgba(213, 172, 98, 0.28) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.26);
    color: #f8e7b3;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.memberProfileHeroBadge:before {
    content: "★";
    font-size: 12px;
    line-height: 1;
}
.memberProfileHeroName {
    display: block !important;
    margin: 12px 0 0 !important;
}
.memberProfileHeroVip .memberProfileHeroName {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}
.memberProfileHeroMeta {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.memberProfileHeroMetaItem {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 248, 233, 0.96);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}
.profileIssueReportWrap {
    margin-top: 8px;
}
.profileIssueReportButton,
.profileIssueReportButton:visited {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 6px;
    padding: 10px 12px;
    border: 1px solid #333;
    background: #333;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;
}
.profileIssueReportButton:hover {
    background: #444;
    border-color: #444;
    color: #fff !important;
    text-decoration: none;
}
.profileSidebarCardActions {
    padding-bottom: 12px;
}
.profileActionButtons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.profileActionForm {
    margin: 0;
}
.profileActionButton,
.profileActionButton:visited {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    padding: 11px 14px;
    border: 1px solid transparent;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.profileActionButton:hover {
    text-decoration: none;
    transform: translateY(-1px);
}
.profileActionButtonPrimary,
.profileActionButtonPrimary:visited {
    background: #c2185b;
    border-color: #c2185b;
    color: #fff !important;
    box-shadow: 0 10px 20px rgba(194, 24, 91, 0.18);
}
.profileActionButtonPrimary:hover {
    background: #a5124a;
    border-color: #a5124a;
    color: #fff !important;
}
.profileActionButtonIcon {
    font-size: 15px;
    line-height: 1;
}
.profileActionButtonFavourite,
.profileActionButtonFavourite:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: linear-gradient(135deg, #c2185b 0%, #a5124a 100%);
    border-color: #c2185b;
    color: #fff !important;
    box-shadow: 0 10px 20px rgba(194, 24, 91, 0.18);
    cursor: pointer;
}
.profileActionButtonFavourite:hover {
    background: linear-gradient(135deg, #a5124a 0%, #8f0d3f 100%);
    border-color: #a5124a;
    color: #fff !important;
}
.profileActionButtonFavouriteSaved {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #fff5fa;
    border-color: #e7bfd0;
    color: #9c1747 !important;
}
.profileActionButtonSecondary,
.profileActionButtonSecondary:visited {
    background: #fff;
    border-color: #d5deeb;
    color: #1f2f49 !important;
}
.profileActionButtonSecondary:hover {
    background: #f8fbff;
    border-color: #c4d1e3;
    color: #17263f !important;
}
.profile-main-wrap #ratesTable th,
.profile-main-wrap #ratesTable td {
    text-align: left;
}

.profileRatesTableWrap {
    margin: 8px 0 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.profile-main-wrap #ratesTable.profileRatesTable {
    width: 100%;
    min-width: 320px;
    border-collapse: collapse;
    table-layout: fixed;
}

.profile-main-wrap #ratesTable.profileRatesTable th,
.profile-main-wrap #ratesTable.profileRatesTable td {
    padding: 6px 8px;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.profile-main-wrap #ratesTable.profileRatesTable th:first-child,
.profile-main-wrap #ratesTable.profileRatesTable td:first-child {
    text-align: left;
}

.profile-main-wrap #ratesTable.profileRatesTable th:not(:first-child),
.profile-main-wrap #ratesTable.profileRatesTable td:not(:first-child) {
    text-align: center;
}
.profile-main-columns {
    display: block;
}
.profile-main-columns:after {
    content: "";
    display: block;
    clear: both;
}
.profile-main-wrap .escortSectionTitleTableDiv,
.profile-main-wrap table.escortSectionTitleTable {
    margin: 24px 0 12px;
}
.profile-main-wrap .escortSectionTitleCell {
    color: #111827;
    line-height: 1.25;
    border-bottom: 1px solid #e5ebf4 !important;
    padding: 0 0 10px 0 !important;
}
.profile-main-wrap .escortDescription {
    color: #0f172a;
    line-height: 1.75;
}
.profileContactActions {
    display: grid;
    gap: 10px;
}
.profileContactActions form {
    margin: 0;
    width: 100%;
}
.profileContactButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    border-radius: 12px;
    padding: 0 14px;
    text-align: center;
    font-weight: 800;
    text-decoration: none;
}
.profileContactButtonMessage {
    width: 100%;
}

.profile-photo-col .profileSidebarCard {
    background: #ffffff;
    border: 1px solid #edf2f8;
    border-radius: 14px;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
    padding: 12px 12px 10px;
    margin: 0 0 16px;
}

.profile-photo-col .profileSidebarCard .escortSectionTitleTable,
.profile-photo-col .profileSidebarCard .escortSectionTitleTableDiv {
    width: 100%;
    margin: 0 0 10px !important;
}

.profile-photo-col .profileSidebarCard .escortSectionTitleCell {
    border-bottom: 1px solid #edf2f8 !important;
    padding: 0 0 8px 0 !important;
}

.profile-photo-col .profileSidebarCard .detail {
    margin: 0 0 6px;
    line-height: 1.55;
}

.profile-photo-col .profileSidebarCard #ratesTable tr th {
    border-bottom: 1px solid #e8eef6 !important;
}

.profile-photo-col .profileSidebarCard .profileTributeTableWrap {
    margin: 0 0 8px;
}

.profile-photo-col .profileSidebarCard .profileTributeTable th,
.profile-photo-col .profileSidebarCard .profileTributeTable td {
    padding: 5px 4px;
}

.profile-main-wrap .escortPhotoCell > * {
    margin-bottom: 14px;
}

.profile-main-wrap #escortDetails > * {
    margin-bottom: 14px;
}

.profile-main-wrap #escortDetails > *:last-child,
.profile-main-wrap .escortPhotoCell > *:last-child {
    margin-bottom: 0;
}

.profileNearbySection {
    margin: 14px 0 18px;
}

.profileImportantInfo {
    margin-top: 4px;
}

.profileImportantInfoText {
    margin: 12px 0 18px;
    color: #1f2937;
    line-height: 1.65;
}

.profileNearbyHeadingWrap {
    margin-top: 2px;
}

.profile-main-wrap .escortSectionTitleCell.profileNearbyHeading {
    color: #c6197c;
    border-bottom: 1px solid #c6197c !important;
    padding: 0 0 10px 0 !important;
    line-height: 1.2;
}

.profileNearbySubcopy {
    margin: 10px 0 2px;
}

.profileNearbySubcopyLead {
    margin: 0;
    color: #111827;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.profileNearbySubcopyText {
    margin: 2px 0 0;
    color: #334155;
    font-size: 15px;
    line-height: 1.45;
}

.profileNearbyBody {
    padding-top: 10px;
}

.profileNearbyEmpty {
    margin: 0 0 8px;
    color: #374151;
    line-height: 1.5;
}

.profileNearbyNotice {
    border: 1px solid #e8eef7;
    border-radius: 12px;
    background: #ffffff;
    padding: 14px 16px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.profileNearbyNoticeTitle {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1.15;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.profileNearbyNoticeText {
    margin: 0;
    color: #334155;
    font-size: 15px;
    line-height: 1.65;
}

.profileNearbyTitle {
    margin: 16px 0 10px;
    color: #b70946;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.profileNearbyGrid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}
.profileNearbyGridLegacy {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 980px;
}

.profileNearbyCard,
.profileNearbyCard:visited {
    display: block;
    border: 1px solid #e9eef6;
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 9px 20px rgba(15, 23, 42, 0.05);
    color: #0f172a;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.profileNearbyCard:hover {
    transform: translateY(-2px);
    border-color: #dcc8d2;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
    text-decoration: none;
}

.profileNearbyThumb {
    display: block;
    background: #e9edf4;
    aspect-ratio: 4 / 5;
}

.profileNearbyThumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profileNearbyName {
    display: block;
    padding: 9px 10px 10px;
    color: #0f172a;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profileNearbyAd {
    margin-top: 14px;
    border-top: 1px solid #dce4ef;
    padding-top: 12px;
}
.profileNearbyAdLegacy {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #cfd8e3;
}
.profileNearbyAdLink,
.profileNearbyAdLink:visited {
    display: block;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 16px 18px;
    border-radius: 12px;
    border: 1px solid #d54f8f;
    background: linear-gradient(145deg, #0c1426 0%, #111f39 100%);
    color: #f8fafc;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 10px 26px rgba(12, 20, 38, 0.22);
    box-sizing: border-box;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.profileNearbyAdLink:hover {
    transform: translateY(-1px);
    border-color: #e45a97;
    box-shadow: 0 14px 30px rgba(12, 20, 38, 0.28);
    text-decoration: none;
}

.profileFinalSectionDivider {
    clear: both;
    margin: 28px 0 14px;
    border-top: 1px solid #e8edf5;
}

.profileGallerySection {
    margin: 12px 0 26px;
    max-width: 100%;
}
.profileGalleryHeader {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.profileGalleryMeta {
    color: #4a5b73;
    font-size: 14px;
    white-space: nowrap;
}
.profileGalleryFeature {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 10px;
    align-items: stretch;
}
.profileGalleryFeatureSide {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.profileGalleryStrip {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}
.profileGalleryExtraGrid {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
}
.profileGalleryItem {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #edf2f8;
    background: #fff;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
}
.profileGalleryItem img {
    display: block;
    width: 100%;
    object-fit: cover;
    image-rendering: auto;
}
.profileGalleryItemMain {
    background: linear-gradient(145deg, #0f172a 0%, #111827 55%, #172133 100%);
    border-color: #1f2937;
    position: relative;
}
.profileGalleryItemMain img {
    height: 430px;
    object-fit: cover;
    object-position: top center;
}
.profileGalleryOpenHint {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-block;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.74);
    color: #f8fafc;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.02em;
    pointer-events: none;
}
.profileGalleryItemSide img {
    height: 210px;
}
.profileGalleryItemPlaceholder {
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #cfd9e6;
    background:
        linear-gradient(140deg, rgba(248, 251, 255, 0.95) 0%, rgba(238, 243, 251, 0.85) 100%),
        repeating-linear-gradient(-45deg, rgba(212, 222, 235, 0.35) 0, rgba(212, 222, 235, 0.35) 10px, rgba(255, 255, 255, 0.5) 10px, rgba(255, 255, 255, 0.5) 20px);
    color: #45566f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
}
.profileGalleryStrip .profileGalleryItem img {
    height: 130px;
}
.profileGalleryExtraGrid .profileGalleryItem img {
    height: 170px;
}
.profileGalleryFooter {
    margin-top: 10px;
    text-align: center;
}
.profileGalleryMore {
    display: inline-block;
    border: 1px solid #c9d7ea;
    border-radius: 999px;
    padding: 8px 14px;
    background: #f4f8ff;
    color: #1a4f96;
    font-weight: 700;
    text-decoration: none;
}
.profileGalleryMore:hover {
    background: #0b63ce;
    border-color: #0b63ce;
    color: #fff;
}

@media (max-width: 980px) {
    .profileGalleryFeature {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
    .profileGalleryItemMain img {
        height: 320px;
    }
    .profileGalleryItemSide img {
        height: 155px;
    }
    .profileGalleryItemPlaceholder {
        height: 155px;
    }
    .profileGalleryStrip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .profileGalleryStrip .profileGalleryItem img {
        height: 120px;
    }

    .profileNearbyGrid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .profileNearbyAdLink,
    .profileNearbyAdLink:visited {
        font-size: 18px;
    }
}

@media screen and (max-width:700px) {
    .profileTopBar {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px;
    }
    .profileTopBarName {
        font-size: 28px;
    }
    .profileTopBarActions {
        width: 100%;
        justify-content: flex-start;
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }
    .profileTopBarButton {
        width: 100%;
        text-align: center;
        white-space: normal;
        line-height: 1.3;
    }
    .profileTopBarTag {
        max-width: 100%;
        white-space: normal;
        line-height: 1.25;
    }
    .memberProfileHero {
        padding: 15px 14px;
        border-radius: 16px;
    }
    .memberProfileHeroMeta {
        gap: 6px;
    }
    .memberProfileHeroMetaItem {
        width: 100%;
        border-radius: 12px;
    }

    .profile-main-columns {
        display: flex;
        flex-direction: column;
    }

    .profile-photo-col {
        order: 2;
        float:none !important;
        width:100% !important;
        max-width:100% !important;
        min-width:0 !important;
        margin:14px 0 0 !important;
    }

    .profile-details-col {
        order: 1;
        overflow:visible !important;
        max-width:100% !important;
        clear:none !important;
    }

    .profile-photo-col .escortPhotoCell {
        width:100% !important;
        max-width:none !important;
        padding-right:0 !important;
    }
    .profile-photo-col .escortPhotoCell > div,
    .profile-photo-col .escortPhotoCell > table,
    .profile-photo-col .escortPhotoCell > p,
    .profile-photo-col .escortPhotoCell .escortSectionTitleTable,
    .profile-photo-col .escortPhotoCell .escortSectionTitleTableDiv,
    .profile-photo-col .escortPhotoCell #ratesTable {
        width:100% !important;
        max-width:none !important;
    }

    .profileSeoLead {
        font-size: 15px;
    }
    .profile-main-wrap .escortSectionTitleTableDiv,
    .profile-main-wrap table.escortSectionTitleTable {
        margin: 16px 0 8px;
    }

    .profileGalleryFeature {
        grid-template-columns: minmax(0, 1fr);
    }
    .profileGalleryFeatureSide {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
    }
    .profileGalleryItemMain img {
        height: 250px;
    }
    .profileGalleryOpenHint {
        right: 8px;
        bottom: 8px;
        font-size: 10px;
        padding: 4px 8px;
    }
    .profileGalleryItemSide img {
        height: 140px;
    }
    .profileGalleryItemPlaceholder {
        height: 140px;
    }
    .profileGalleryStrip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .profileGalleryStrip .profileGalleryItem img,
    .profileGalleryExtraGrid .profileGalleryItem img {
        height: 125px;
    }
    .profileNearbyNotice {
        padding: 12px;
    }

    .profileNearbyNoticeTitle {
        font-size: 24px;
    }

    .profileNearbyNoticeText {
        font-size: 14px;
        line-height: 1.6;
    }

    .profileImportantInfoText {
        margin: 10px 0 16px;
    }

    .profileNearbyBody {
        padding-top: 8px;
    }

    .profileNearbyEmpty {
        margin-bottom: 10px;
    }

    .profileNearbyTitle {
        font-size: 28px;
    }

    .profileNearbyGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .profileNearbyAdLink,
    .profileNearbyAdLink:visited {
        max-width: 100%;
        font-size: 16px;
        padding: 13px 10px;
    }

    .more-location-listings a,
    .more-location-listings span {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        line-height: 1.35;
        white-space: normal;
    }

    .profileFinalSectionDivider {
        margin: 18px 0 10px;
    }
}

.profileVideosSection {
    margin: 18px 0 0;
}

.profileVideosGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
}

.profileVideoCard {
    border: 1px solid #dbe4f0;
    border-radius: 12px;
    padding: 10px;
    background: #f8fbff;
}

.profileVideoPlayer {
    width: 100%;
    max-height: 360px;
    border-radius: 8px;
    background: #111827;
}

@media screen and (max-width: 480px) {
    .profileNearbyGrid {
        grid-template-columns: 1fr;
    }

    .profileNearbyTitle {
        font-size: 24px;
    }
}
