/* Estilo directorio tipo Fatal Model + identidad Deseo Libre */

.directory-page {
    min-height: 100vh;
    background: #0f1118;
    color: #f4f5f8;
}

.directory-header {
    background: linear-gradient(135deg, #1a1d29 0%, #12141c 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.directory-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.directory-logo {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    background: linear-gradient(135deg, #ff6b9d, #8b7cf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.directory-hero {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1.25rem 1rem;
}

.directory-hero h1 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.directory-hero p {
    color: rgba(255, 255, 255, 0.65);
    max-width: 640px;
    margin-bottom: 1.5rem;
}

.directory-search {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.directory-search-zone-only {
    margin-top: -0.35rem;
    margin-bottom: 1rem;
}

.directory-search-zone-only .directory-zone-select {
    flex: 1;
    min-width: min(100%, 220px);
    max-width: 420px;
}

.directory-search select,
.directory-zone-select,
.hero-zone-select {
    min-width: 140px;
    padding: 0.9rem 0.75rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 0.95rem;
}

.city-chips-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: -0.25rem 0 1rem;
}

.city-chip {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    font-size: 0.82rem;
    cursor: pointer;
}

.city-chip:hover,
.city-chip.active {
    border-color: rgba(255, 107, 157, 0.55);
    background: rgba(255, 107, 157, 0.12);
}

.city-chip.active {
    color: #fff;
    font-weight: 600;
}

.service-filter-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    margin: 0.25rem 0 0.75rem;
}

.service-filter-row label {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.88rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.directory-service-select {
    min-width: 220px;
    max-width: 100%;
    flex: 1;
    padding: 0.65rem 0.85rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.88rem;
}

.directory-service-select option,
.directory-service-select optgroup {
    color: #111;
}

.service-filter-chips {
    margin-top: -0.35rem;
}

.service-filter-chip {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.88);
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    font-size: 0.8rem;
    cursor: pointer;
}

.service-filter-chip:hover,
.service-filter-chip.active {
    border-color: rgba(124, 58, 237, 0.65);
    background: rgba(124, 58, 237, 0.22);
}

.directory-search input {
    flex: 1;
    min-width: 220px;
    padding: 0.9rem 1.1rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 1rem;
}

.directory-search input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.directory-search button {
    padding: 0.9rem 1.5rem;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #ff6b9d, #8b7cf8);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.directory-cta-row {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.directory-cta-row a {
    padding: 0.65rem 1.25rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}

.cta-pro {
    background: rgba(255, 107, 157, 0.2);
    border: 1px solid rgba(255, 107, 157, 0.5);
    color: #ffb3cc;
}

.cta-client {
    background: rgba(139, 124, 248, 0.2);
    border: 1px solid rgba(139, 124, 248, 0.5);
    color: #d4cfff;
}

.directory-cta-row a.cta-reels {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 1.05rem;
    padding: 0.85rem 1.5rem;
    background: linear-gradient(135deg, rgba(255, 107, 157, 0.35), rgba(139, 124, 248, 0.3));
    border: 1px solid rgba(255, 107, 157, 0.5);
    color: #fff;
    box-shadow: 0 6px 20px rgba(255, 107, 157, 0.15);
}

.directory-cta-row a.cta-reels:hover {
    filter: brightness(1.08);
}

.directory-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.trust-pill {
    font-size: 0.8rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.85);
}

.directory-toolbar {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.gender-tabs {
    display: flex;
    gap: 0.35rem;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.35rem;
    border-radius: 12px;
}

.gender-tabs button {
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.9rem;
}

.gender-tabs button.active {
    background: linear-gradient(135deg, #ff6b9d, #8b7cf8);
    color: #fff;
}

.directory-sort select {
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.directory-results {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem 3rem;
}

.results-count {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.profile-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
}

.profile-card {
    background: #1a1d29;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
}

.profile-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 107, 157, 0.35);
}

.profile-card-media {
    position: relative;
    aspect-ratio: 3 / 4;
    height: auto;
    min-height: 280px;
    background: #252836;
}

.profile-card-media img,
.profile-card-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.badge-verified {
    background: #1d9bf0;
    color: #fff;
    font-size: 0.7rem;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    font-weight: 700;
}

.badge-audience {
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 0.7rem;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
}

.profile-card-body {
    padding: 0.85rem 1rem 1rem;
}

.profile-card-body h3 {
    font-size: 1.15rem;
    margin-bottom: 0.25rem;
    font-weight: 700;
    line-height: 1.25;
}

.profile-location {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.88rem;
    margin-bottom: 0.55rem;
}

.profile-services-row,
.profile-contact-row {
    display: none !important;
}

.profile-price-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
}

.profile-price {
    color: #7dffa8;
    font-weight: 700;
    font-size: 1.05rem;
}

.profile-card-body .profile-snippet {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.8rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0.5rem;
}

.profile-meta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
}

.profile-meta-secondary {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.profile-card-body .contact-links,
.profile-contact-row .contact-links {
    margin-top: 0;
}

.profile-contact-row {
    margin-top: 0.25rem;
}

.profile-contact-row .contact-link {
    flex: 1;
    justify-content: center;
    min-width: 120px;
}

.directory-empty {
    text-align: center;
    padding: 3rem 1rem;
    color: rgba(255, 255, 255, 0.6);
}

.dl-extras {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 1.5rem 1.25rem;
    background: linear-gradient(135deg, rgba(255, 107, 157, 0.12), rgba(139, 124, 248, 0.08));
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.dl-extras h2 {
    font-size: 1.15rem;
    margin-bottom: 0.75rem;
}

.dl-extras ul {
    list-style: none;
    display: grid;
    gap: 0.5rem;
}

.dl-extras li {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

.dl-extras li::before {
    content: '✓ ';
    color: #7dffa8;
}

.trust-pill-verified {
    background: rgba(125, 255, 168, 0.12);
    border-color: rgba(125, 255, 168, 0.35);
    color: #7dffa8;
}

.trust-pill-cta {
    text-decoration: none;
    cursor: pointer;
    background: rgba(255, 107, 157, 0.15);
    border-color: rgba(255, 107, 157, 0.35);
}

.trust-pill-cta:hover {
    background: rgba(255, 107, 157, 0.25);
}

.badge-verified {
    background: rgba(125, 255, 168, 0.2);
    color: #7dffa8;
    font-size: 0.7rem;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    font-weight: 700;
}

.contact-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.25rem;
}

.contact-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.75rem;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
}

.contact-whatsapp {
    background: rgba(37, 211, 102, 0.2);
    color: #25d366;
    border: 1px solid rgba(37, 211, 102, 0.45);
}

.contact-telegram {
    background: rgba(0, 136, 204, 0.2);
    color: #2aabee;
    border: 1px solid rgba(0, 136, 204, 0.45);
}

.bio-contact-row {
    flex-wrap: wrap;
    align-items: flex-start;
}

@media (max-width: 600px) {
    .profile-grid {
        grid-template-columns: 1fr;
    }
}
