/*
 * Stylesheet for BestLiveCamGirls.com
 * Version: 6.0
 * Description: Rebuilt layout with a brighter premium look and updated card system.
 */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@500;700;800&family=Inter:wght@400;500;600&display=swap');
:root {
    --bg: #f6f7fb;
    --bg-accent: #eef1ff;
    --surface: rgba(255,255,255,0.88);
    --surface-strong: #ffffff;
    --surface-dark: #111827;
    --text: #111827;
    --muted: #5b6475;
    --line: #d9dfef;
    --primary: #7c3aed;
    --primary-2: #ec4899;
    --primary-hover: #6d28d9;
    --success: #0f9d58;
    --shadow: 0 18px 45px rgba(62, 72, 98, 0.14);
    --radius: 22px;
    --radius-sm: 14px;
    --container-width: 1280px;
    --font-heading: 'Manrope', sans-serif;
    --font-body: 'Inter', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--text);
    font-family: var(--font-body);
    line-height: 1.6;
    background:
        radial-gradient(circle at top left, rgba(124,58,237,0.12), transparent 26%),
        radial-gradient(circle at top right, rgba(236,72,153,0.10), transparent 24%),
        linear-gradient(180deg, #f8f9ff 0%, #eef2ff 34%, #f8f9ff 100%);
}
a { color: var(--primary); text-decoration: none; transition: .2s ease; }
a:hover { color: var(--primary-hover); }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: var(--container-width); margin: 0 auto; padding: 26px; }
h1,h2,h3,h4,h5,h6 { font-family: var(--font-heading); color: var(--text); margin-top: 0; line-height: 1.1; }
p { margin-top: 0; }

.site-header {
    position: sticky; top: 0; z-index: 1000;
    backdrop-filter: blur(18px);
    background: rgba(248,249,255,0.8);
    border-bottom: 1px solid rgba(217,223,239,0.8);
}
.header-container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 16px 26px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    align-items: center;
}
.site-logo {
    display: inline-flex; align-items: center; gap: 12px;
    color: var(--text);
}
.site-logo:hover { color: var(--text); }
.site-logo-mark {
    width: 44px; height: 44px; border-radius: 16px;
    display: grid; place-items: center;
    font-family: var(--font-heading); font-weight: 800; color: white;
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
    box-shadow: 0 10px 24px rgba(124,58,237,0.28);
}
.site-logo-text { display: flex; flex-direction: column; line-height: 1; }
.site-logo-text strong { font-family: var(--font-heading); font-size: 1.15rem; letter-spacing: -0.02em; }
.site-logo-text small { color: var(--muted); font-size: 0.78rem; margin-top: 6px; }
.search-form {
    display: flex; align-items: center;
    background: rgba(255,255,255,0.95);
    border: 1px solid var(--line); border-radius: 999px;
    padding: 6px; box-shadow: 0 8px 20px rgba(78, 89, 120, 0.08);
}
.search-form input[type="text"] {
    flex: 1; min-width: 0;
    border: none; background: transparent; color: var(--text);
    padding: 12px 16px; font-size: 0.96rem;
}
.search-form input[type="text"]:focus { outline: none; }
.search-form button {
    border: none; border-radius: 999px; cursor: pointer;
    padding: 12px 18px; font-weight: 700; color: white;
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
}
.site-nav { display: flex; align-items: center; gap: 16px; }
.site-nav a, .dropdown-btn {
    color: var(--muted); font-weight: 700; font-size: 0.95rem;
    background: transparent; border: none; cursor: pointer;
}
.site-nav a:hover, .dropdown-btn:hover { color: var(--text); }
.dropdown { position: relative; padding-bottom: 8px; margin-bottom: -8px; }
.dropdown-content {
    display: none; position: absolute; right: 0; top: 100%;
    min-width: 210px; padding: 10px; margin-top: 4px; z-index: 1000;
    background: var(--surface-strong); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow);
}
.dropdown-content a { display: block; padding: 10px 12px; border-radius: 12px; margin: 0; }
.dropdown-content a:hover { background: #f4f6ff; color: var(--text); }
.dropdown:hover .dropdown-content,
.dropdown:focus-within .dropdown-content { display: block; }

.hero-panel {
    display: grid; grid-template-columns: 1.3fr .9fr; gap: 28px;
    align-items: stretch; margin: 20px 0 30px;
}
.hero-copy, .hero-stat-card, .seo-panel, .blog-post-preview, .profile-sidebar > *, .rating-box,
.sidebar-details, .related-post-card, .bio-section, .model-details, .show-details, .exclusive-links {
    background: var(--surface); border: 1px solid rgba(217,223,239,0.9); box-shadow: var(--shadow); border-radius: var(--radius);
}
.hero-copy {
    padding: 42px; min-height: 320px;
    background: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(240,243,255,0.92));
}
.eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 8px 12px; border-radius: 999px;
    background: rgba(124,58,237,0.08); color: var(--primary);
    font-size: 0.78rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
    margin-bottom: 16px;
}
.hero-copy h1 { font-size: clamp(2.4rem, 5vw, 4.5rem); letter-spacing: -0.05em; margin-bottom: 16px; }
.hero-copy p { font-size: 1.08rem; max-width: 58ch; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.primary-button, .secondary-button {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 14px 20px; border-radius: 999px; font-weight: 800;
}
.primary-button {
    color: white; background: linear-gradient(135deg, var(--primary), var(--primary-2));
    box-shadow: 0 16px 30px rgba(124,58,237,0.24);
}
.primary-button:hover { color: white; transform: translateY(-1px); }
.secondary-button {
    color: var(--text); border: 1px solid var(--line); background: rgba(255,255,255,0.92);
}
.secondary-button:hover { color: var(--text); background: white; }
.hero-stat-card { padding: 30px; }
.stat-pill {
    display: inline-block; margin-bottom: 18px; font-size: 0.8rem; font-weight: 800;
    color: var(--success); background: rgba(15,157,88,0.08); border-radius: 999px; padding: 8px 12px;
}
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.stat-grid div { padding: 18px; background: rgba(255,255,255,0.72); border: 1px solid var(--line); border-radius: 18px; }
.stat-grid strong { display: block; font-family: var(--font-heading); font-size: 1.8rem; margin-bottom: 6px; }
.stat-grid span { color: var(--muted); font-size: 0.95rem; }

.page-header {
    text-align: center; padding: 34px 26px; margin: 10px 0 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(244,246,255,0.92));
    border: 1px solid rgba(217,223,239,0.9); border-radius: var(--radius); box-shadow: var(--shadow);
}
.page-header-compact h1, .page-header h1 { font-size: clamp(2rem, 4vw, 3.4rem); margin-bottom: 12px; letter-spacing: -0.04em; }
.page-header p { max-width: 760px; margin: 0 auto; color: var(--muted); font-size: 1.05rem; }
.section-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin: 18px 0 20px; }
.section-title { font-size: clamp(1.8rem, 3vw, 2.6rem); margin-bottom: 0; letter-spacing: -0.04em; }
.section-title.left { text-align: left; }
.text-link { font-weight: 800; }

.showcase-shell { margin-bottom: 32px; }
.showcase-header { display: flex; justify-content: space-between; align-items: end; gap: 16px; margin-bottom: 16px; }
.motw-banner-container {
    position: relative; overflow: hidden; border-radius: 28px; min-height: 430px;
    border: 1px solid rgba(217,223,239,0.9); box-shadow: var(--shadow);
}
.motw-banner-img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.motw-overlay {
    position: absolute; inset: 0;
    display: flex; align-items: end;
    background: linear-gradient(180deg, rgba(15,23,42,0.04), rgba(15,23,42,0.78));
    padding: 28px;
}
.motw-content { max-width: 560px; color: white; }
.motw-kicker { display: inline-block; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: .74rem; opacity: 0.9; }
.motw-name { font-size: clamp(2rem, 5vw, 3.6rem); margin: 10px 0; }
.motw-name a, .motw-name a:hover { color: white; }
.motw-summary { color: rgba(255,255,255,0.88); margin-bottom: 18px; }
.featured-model-grid, .thumbnails-row {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 22px;
}
.model-thumbnail {
    position: relative; overflow: hidden; border-radius: 24px;
    background: var(--surface-strong); border: 1px solid var(--line); box-shadow: var(--shadow);
    transition: transform .18s ease, box-shadow .18s ease;
}
.model-thumbnail:hover { transform: translateY(-4px); box-shadow: 0 24px 52px rgba(56, 67, 97, 0.18); }
.model-thumbnail > a { display: block; }
.model-thumbnail img { width: 100%; aspect-ratio: 3 / 3.75; object-fit: cover; }
.thumb-live-badge {
    position: absolute; top: 14px; left: 14px; z-index: 2;
    padding: 7px 12px; border-radius: 999px; font-size: .72rem; font-weight: 800;
    letter-spacing: .08em; text-transform: uppercase; color: white;
    background: linear-gradient(135deg, var(--primary), var(--primary-2));
    box-shadow: 0 10px 24px rgba(124,58,237,0.25);
}
.model-info {
    position: absolute; left: 0; right: 0; bottom: 0;
    padding: 18px 18px 20px;
    background: linear-gradient(180deg, rgba(17,24,39,0), rgba(17,24,39,0.92) 52%, rgba(17,24,39,0.98));
}
.model-name { margin: 0 0 6px; font-size: 1.3rem; }
.model-name a, .model-name a:hover { color: white; }
.model-cta { color: rgba(255,255,255,0.82); font-size: 0.92rem; font-weight: 700; }

.pagination { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.page-link, .page-link-ellipsis, .page-link.current {
    padding: 12px 16px; border-radius: 14px; background: rgba(255,255,255,0.86); border: 1px solid var(--line); color: var(--muted); font-weight: 700;
}
.page-link:hover, .page-link.current { background: linear-gradient(135deg, var(--primary), var(--primary-2)); border-color: transparent; color: white; }

.seo-panel { padding: 28px; margin-top: 42px; }
.seo-panel h2 { font-size: clamp(1.6rem, 2.4vw, 2.2rem); margin-bottom: 18px; }
.seo-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; color: var(--muted); }
.blog-preview-section { margin-top: 50px; }
.blog-preview-row, .related-posts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.blog-post-preview, .related-post-card { padding: 24px; }
.blog-post-preview h3, .related-post-card h3 { font-size: 1.2rem; margin-bottom: 10px; }
.read-more { font-weight: 800; }

.profile-grid { display: grid; grid-template-columns: 340px 1fr; gap: 28px; }
.profile-sidebar { position: sticky; top: 94px; align-self: start; display: grid; gap: 18px; }
.profile-image-container, .rating-box, .sidebar-details, .exclusive-links { padding: 18px; }
.profile-image-container { position: relative; overflow: hidden; }
.profile-image { width: 100%; border-radius: 18px; }
.image-overlay {
    position: absolute; inset: 18px; border-radius: 18px;
    display: grid; place-items: center; text-align: center;
    background: linear-gradient(180deg, rgba(124,58,237,0.14), rgba(17,24,39,0.76)); color: white;
    opacity: 0; transition: .2s ease;
}
.profile-image-container a:hover .image-overlay { opacity: 1; }
.overlay-text { font-family: var(--font-heading); font-weight: 800; font-size: 1.5rem; padding: 18px; }
.go-private-btn, .notify-btn, .exclusive-btn {
    display: inline-flex; width: 100%; justify-content: center; align-items: center;
    padding: 14px 18px; border-radius: 16px; font-weight: 800; margin-top: 14px;
}
.go-private-btn, .notify-btn, .exclusive-btn, .exclusive-btn:hover { color: white; background: linear-gradient(135deg, var(--primary), var(--primary-2)); }
.profile-main > *:not(:first-child) { margin-top: 24px; }
.profile-header h1 { font-size: clamp(2.2rem, 4vw, 3.4rem); margin-bottom: 10px; letter-spacing: -0.04em; }
.live-badge {
    display: inline-block; vertical-align: middle; margin-left: 8px; padding: 7px 12px;
    border-radius: 999px; font-size: 0.8rem; font-weight: 800; color: white; background: var(--success);
}
.live-cam-header { font-size: 1.7rem; margin-bottom: 14px; }
.live-embed { width: 100%; aspect-ratio: 16/10; border-radius: 24px; overflow: hidden; background: #000; box-shadow: var(--shadow); }
.bio-section, .model-details, .show-details, .rating-box, .sidebar-details, .exclusive-links { padding: 24px; }
.section-header { font-size: 1.35rem; margin-bottom: 14px; }
.post-content, .rating-display, .sidebar-details .subtitle { color: var(--muted); }
.details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.details-table { width: 100%; border-collapse: collapse; }
.details-table td { padding: 12px 0; border-bottom: 1px solid var(--line); }
.details-table td:first-child { color: var(--muted); font-weight: 700; width: 42%; }
.tag-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.tag-list li a {
    display: inline-flex; align-items: center; padding: 9px 14px; border-radius: 999px;
    background: rgba(124,58,237,0.08); color: var(--primary); font-weight: 700;
}
.tag-list li a:hover { background: rgba(124,58,237,0.14); color: var(--primary-hover); }
.favorite-btn {
    font-size: 1.8rem; background: transparent; border: none; cursor: pointer; color: #9aa3b5;
}
.favorite-btn.favorited, .favorite-btn:hover { color: var(--primary-2); }
.stars .star { font-size: 2.1rem; color: #d0d6e4; cursor: pointer; }
.stars:hover .star { color: #f7b500; }
.stars .star:hover ~ .star { color: #d0d6e4; }
.breadcrumbs {
    margin-bottom: 20px !important; padding: 14px 18px; border-radius: 16px;
    background: rgba(255,255,255,0.76); border: 1px solid var(--line); color: var(--muted) !important;
}
.breadcrumbs a { color: var(--primary) !important; }

.site-footer {
    margin-top: 56px; padding: 26px 0 40px;
    border-top: 1px solid rgba(217,223,239,0.9);
    background: rgba(248,249,255,0.76);
}
.footer-inner {
    display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap;
}
.footer-brand { font-family: var(--font-heading); font-weight: 800; margin-bottom: 4px; }
.footer-copy { color: var(--muted); margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; margin: 0; }
.footer-links a { color: var(--muted); font-weight: 700; }
.footer-links a:hover { color: var(--text); }

@media (max-width: 1100px) {
    .header-container { grid-template-columns: 1fr; }
    .site-nav { justify-content: center; flex-wrap: wrap; }
    .hero-panel, .profile-grid, .details-grid, .seo-columns { grid-template-columns: 1fr; }
    .profile-sidebar { position: static; }
}
@media (max-width: 720px) {
    .container { padding: 18px; }
    .hero-copy, .hero-stat-card, .seo-panel, .blog-post-preview { padding: 22px; }
    .page-header { padding: 24px 18px; }
    .showcase-header, .section-heading-row, .footer-inner { align-items: start; flex-direction: column; }
    .featured-model-grid, .thumbnails-row, .blog-preview-row { grid-template-columns: 1fr 1fr; }
    .search-form button { padding: 12px 14px; }
}
@media (max-width: 520px) {
    .featured-model-grid, .thumbnails-row { grid-template-columns: 1fr; }
    .site-logo-text small { display: none; }
    .search-form input[type="text"] { width: 100%; }
}
