/*
 * SEO Landing Page — v5 Magazine Layout
 * Loaded only for page-seo-landing.php template.
 */

/* ── 1. Unlock the Tailwind container for SEO landing pages ── */
.page-template-page-seo-landing-php main {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.page-template-page-seo-landing-php article,
.page-template-page-seo-landing-php .entry-content {
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ── 2. Reset plugin's seo-pages.css overrides ── */
.escort-seo-page .hero {
    background: #fff !important;
    color: #1a1a2e !important;
    text-align: left !important;
    padding: 60px 0 48px !important;
    border-bottom: 1px solid #e5e7eb;
}
.escort-seo-page .hero h1,
.escort-seo-page .hero p {
    color: inherit !important;
    opacity: 1 !important;
    font-size: inherit !important;
    text-align: left !important;
    margin: 0 !important;
}

/* ── 3. Base ── */
.escort-seo-page {
    font-family: 'Inter', sans-serif;
    color: #1a1a2e;
    line-height: 1.75;
    font-size: 16px;
    width: 100%;
}
.escort-seo-page *,
.escort-seo-page *::before,
.escort-seo-page *::after { box-sizing: border-box; }
.escort-seo-page a { text-decoration: none; }
.escort-seo-page .container {
    max-width: 1160px !important;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}

/* ── 4. Hero ── */
.escort-seo-page .hero {
    background: #fff;
    padding: 60px 0 48px;
    border-bottom: 1px solid #e5e7eb;
}
.escort-seo-page .hero-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 48px;
    align-items: start;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
}
.escort-seo-page .hero-category {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #7c3aed;
    background: #f3f0ff;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 16px;
}
.escort-seo-page .hero-h1,
.escort-seo-page .hero .hero-h1,
.escort-seo-page .entry-content .hero-h1 {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 56px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    color: #1a1a2e !important;
    margin: 0 0 24px !important;
    text-align: left !important;
}
.escort-seo-page .hero-h1 em,
.escort-seo-page .hero .hero-h1 em {
    font-style: italic;
    color: #7c3aed;
    display: block;
}
.escort-seo-page .hero-byline {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 28px;
    flex-wrap: wrap;
}
.escort-seo-page .hero-byline strong { color: #374151; }
.escort-seo-page .hero-byline .sep { color: #d1d5db; }
.escort-seo-page .hero-intro {
    font-size: 17px !important;
    color: #4b5563 !important;
    line-height: 1.8 !important;
    margin-bottom: 28px !important;
    text-align: left !important;
}
.escort-seo-page .pull-quote {
    border-left: 4px solid #7c3aed;
    padding: 18px 20px;
    background: #f9f7ff;
    border-radius: 0 8px 8px 0;
    margin: 0;
}
.escort-seo-page .pull-quote blockquote {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 18px;
    font-style: italic;
    color: #374151;
    line-height: 1.55;
    margin: 0 0 8px;
}
.escort-seo-page .pull-quote cite {
    font-size: 12px;
    font-weight: 600;
    color: #7c3aed;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-style: normal;
}

/* Hero Sidebar */
.escort-seo-page .hero-sidebar { display: flex; flex-direction: column; gap: 20px; padding-top: 8px; }
.escort-seo-page .at-a-glance { background: #1a1a2e; border-radius: 12px; padding: 22px; color: #fff; }
.escort-seo-page .at-a-glance h3 {
    font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
    color: #a78bfa; margin: 0 0 16px;
}
.escort-seo-page .glance-row {
    display: flex; justify-content: space-between; align-items: baseline;
    border-bottom: 1px solid rgba(255,255,255,.08); padding: 9px 0;
}
.escort-seo-page .glance-row:last-child { border: none; padding-bottom: 0; }
.escort-seo-page .glance-label { font-size: 13px; color: #9ca3af; }
.escort-seo-page .glance-val { font-size: 15px; font-weight: 600; color: #fff; }
.escort-seo-page .glance-val.green { color: #4ade80; }
.escort-seo-page .share-strip { display: flex; gap: 8px; }
.escort-seo-page .share-btn {
    flex: 1; display: flex; align-items: center; justify-content: center;
    gap: 6px; padding: 9px; background: #fff; border: 1px solid #e5e7eb;
    border-radius: 8px; font-size: 12px; font-weight: 500; color: #374151;
    cursor: pointer; transition: all .2s; font-family: inherit;
}
.escort-seo-page .share-btn:hover { border-color: #7c3aed; color: #7c3aed; }

/* ── 5. Section helpers ── */
.escort-seo-page .section-eyebrow {
    font-size: 11px; font-weight: 600; letter-spacing: 0.14em;
    text-transform: uppercase; color: #7c3aed; margin-bottom: 8px; display: block;
}
.escort-seo-page .section-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 32px; font-weight: 700; color: #1a1a2e;
    margin: 0 0 10px; line-height: 1.25;
}
.escort-seo-page .section-subtitle { font-size: 16px; color: #6b7280; margin-bottom: 36px; }

/* ── 6. Listings Section ── */
.escort-seo-page .listings-first {
    padding: 56px 0;
    background: #f3f0ff;
}
.escort-seo-page .listings-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 32px;
}
.escort-seo-page .listing-card {
    background: #fff; border-radius: 12px; overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,.06); transition: transform .2s, box-shadow .2s;
}
.escort-seo-page .listing-card:hover {
    transform: translateY(-3px); box-shadow: 0 8px 24px rgba(124,58,237,.12);
}
.escort-seo-page .listings-cta { text-align: center; }
.escort-seo-page .btn-listings {
    display: inline-flex; align-items: center; gap: 8px;
    background: #7c3aed; color: #fff; padding: 14px 32px;
    border-radius: 8px; font-size: 15px; font-weight: 600; transition: background .2s;
}
.escort-seo-page .btn-listings:hover { background: #6d28d9; color: #fff; }

/* ── 7. Article Body ── */
.escort-seo-page .article-body { padding: 64px 0; background: #fff; }
.escort-seo-page .article-layout {
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 56px;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
}
.escort-seo-page .article-content h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 28px; font-weight: 700; color: #1a1a2e;
    margin: 48px 0 18px; padding-top: 48px;
    border-top: 1px solid #e5e7eb; line-height: 1.25;
}
.escort-seo-page .article-content h2:first-of-type { margin-top: 0; padding-top: 0; border-top: none; }
.escort-seo-page .article-content h3 { font-size: 18px; font-weight: 600; color: #1a1a2e; margin: 28px 0 12px; }
.escort-seo-page .article-content p { color: #4b5563; margin-bottom: 18px; }

/* Expert Tip */
.escort-seo-page .expert-tip {
    background: linear-gradient(135deg, #f9f7ff 0%, #f3e8ff 100%);
    border: 1px solid #ddd6fe; border-left: 4px solid #7c3aed;
    border-radius: 0 10px 10px 0; padding: 20px 22px; margin: 28px 0;
}
.escort-seo-page .expert-tip-label {
    display: flex; align-items: center; gap: 7px; font-size: 11px;
    font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
    color: #7c3aed; margin-bottom: 10px;
}
.escort-seo-page .expert-tip p { margin: 0; font-size: 14.5px; color: #4b5563; }

/* Area Cards */
.escort-seo-page .area-profiles { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin: 28px 0; }
.escort-seo-page .area-profile-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 10px; padding: 22px; }
.escort-seo-page .area-profile-card h4 {
    font-family: 'Playfair Display', Georgia, serif; font-size: 17px; font-weight: 600;
    color: #1a1a2e; margin: 0 0 10px; display: flex; align-items: center; gap: 8px; line-height: 1.3;
}
.escort-seo-page .area-profile-card h4 .area-code {
    font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 700;
    letter-spacing: 0.06em; background: #7c3aed; color: #fff; padding: 2px 7px;
    border-radius: 4px; flex-shrink: 0;
}
.escort-seo-page .area-profile-card p { font-size: 14px; color: #6b7280; line-height: 1.65; margin: 0; }

/* Rate Table */
.escort-seo-page .rate-table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: 14px; }
.escort-seo-page .rate-table thead th {
    background: #1a1a2e; color: #fff; padding: 12px 16px;
    text-align: left; font-weight: 600; font-size: 13px;
}
.escort-seo-page .rate-table thead th:first-child { border-radius: 8px 0 0 0; }
.escort-seo-page .rate-table thead th:last-child { border-radius: 0 8px 0 0; }
.escort-seo-page .rate-table tbody tr { border-bottom: 1px solid #f3f4f6; }
.escort-seo-page .rate-table tbody tr:nth-child(even) { background: #f9f9fb; }
.escort-seo-page .rate-table tbody td { padding: 12px 16px; color: #4b5563; }
.escort-seo-page .rate-table tbody td:first-child { font-weight: 500; color: #1a1a2e; }

/* Sidebar */
.escort-seo-page .article-sidebar { padding-top: 4px; }
.escort-seo-page .sidebar-widget { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 22px; margin-bottom: 24px; }
.escort-seo-page .sidebar-widget h4 { font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #7c3aed; margin: 0 0 16px; }
.escort-seo-page .sidebar-link-list { list-style: none; margin: 0; padding: 0; }
.escort-seo-page .sidebar-link-list li { border-bottom: 1px solid #f3f4f6; padding: 9px 0; }
.escort-seo-page .sidebar-link-list li:last-child { border: none; }
.escort-seo-page .sidebar-link-list a { font-size: 14px; color: #374151; font-weight: 500; display: flex; align-items: center; gap: 8px; transition: color .2s; }
.escort-seo-page .sidebar-link-list a:hover { color: #7c3aed; }
.escort-seo-page .sidebar-link-list a i { color: #a78bfa; font-size: 12px; width: 14px; }
.escort-seo-page .related-searches { display: flex; flex-wrap: wrap; gap: 8px; }
.escort-seo-page .search-chip { background: #f3f0ff; color: #7c3aed; padding: 5px 12px; border-radius: 20px; font-size: 12px; font-weight: 500; cursor: pointer; transition: all .2s; }
.escort-seo-page .search-chip:hover { background: #7c3aed; color: #fff; }

/* ── 8. Reader Q&A — dark section ── */
.escort-seo-page .reader-qa {
    padding: 56px 0;
    background: #1a1a2e;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    position: relative;
}
.escort-seo-page .reader-qa .section-eyebrow { color: #a78bfa !important; }
.escort-seo-page .reader-qa .section-title { color: #fff !important; }
.escort-seo-page .reader-qa .section-subtitle { color: #9ca3af !important; }
.escort-seo-page .qa-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 36px; }
.escort-seo-page .qa-item { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; padding: 24px; }
.escort-seo-page .qa-q { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.escort-seo-page .qa-icon { width: 28px; height: 28px; background: #7c3aed; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: #fff; flex-shrink: 0; margin-top: 2px; }
.escort-seo-page .qa-question { font-size: 15px; font-weight: 600; color: #f1f5f9; line-height: 1.4; }
.escort-seo-page .qa-answer { font-size: 14px; color: #94a3b8; line-height: 1.7; padding-left: 40px; }
.escort-seo-page .qa-item.qa-full { grid-column: 1 / -1; }

/* ── 9. Summary / TL;DR ── */
.escort-seo-page .tldr-section { padding: 56px 0; background: #f9f7ff; border-top: 1px solid #e5e7eb; }
.escort-seo-page .tldr-box {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d1b69 100%);
    border-radius: 16px; padding: 40px; color: #fff; max-width: 820px; margin: 0 auto;
}
.escort-seo-page .tldr-label { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #a78bfa; margin-bottom: 14px; display: block; }
.escort-seo-page .tldr-title { font-family: 'Playfair Display', Georgia, serif; font-size: 26px; font-weight: 700; color: #fff; margin: 0 0 20px; }
.escort-seo-page .tldr-points { list-style: none; display: flex; flex-direction: column; gap: 12px; margin: 0; padding: 0; }
.escort-seo-page .tldr-points li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: #e2e8f0; line-height: 1.55; }
.escort-seo-page .tldr-points li i { color: #a78bfa; margin-top: 3px; flex-shrink: 0; }

/* ── 10. Author Block ── */
.escort-seo-page .author-section { padding: 48px 0; background: #f3f4f6; border-top: 1px solid #e5e7eb; }
.escort-seo-page .escort-author-block {
    display: flex; align-items: flex-start; gap: 24px; background: #fff;
    border: 1px solid #e5e7eb; border-radius: 14px; padding: 28px;
    max-width: 820px; margin: 0 auto; box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.escort-seo-page .author-avatar { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; border: 3px solid #f3f0ff; flex-shrink: 0; }
.escort-seo-page .author-info { flex: 1; }
.escort-seo-page .author-name { display: block; font-family: 'Playfair Display', Georgia, serif; font-size: 20px; font-weight: 700; color: #1a1a2e; margin-bottom: 3px; }
.escort-seo-page .author-title { display: block; font-size: 13px; font-weight: 600; color: #7c3aed; letter-spacing: 0.04em; margin-bottom: 12px; }
.escort-seo-page .author-bio { font-size: 14px; color: #4b5563; line-height: 1.7; margin-bottom: 14px; }
.escort-seo-page .author-social { display: inline-flex; align-items: center; gap: 7px; background: #f3f0ff; color: #7c3aed; font-size: 13px; font-weight: 600; padding: 7px 16px; border-radius: 20px; transition: all .2s; }
.escort-seo-page .author-social:hover { background: #7c3aed; color: #fff; }

/* ── 11. Internal Links ── */
.escort-seo-page .internal-links { padding: 48px 0; background: #fff; border-top: 1px solid #e5e7eb; }
.escort-seo-page .cities-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 24px; }
.escort-seo-page .city-link { display: flex; align-items: center; gap: 8px; padding: 12px 14px; background: #f9f9fb; border: 1px solid #e5e7eb; border-radius: 8px; font-size: 13px; font-weight: 500; color: #374151; transition: all .2s; }
.escort-seo-page .city-link:hover { border-color: #7c3aed; color: #7c3aed; background: #f3f0ff; }
.escort-seo-page .city-link i { color: #a78bfa; font-size: 12px; }

/* ── 12. Responsive ── */
@media (max-width: 1024px) {
    .escort-seo-page .hero-layout { grid-template-columns: 1fr; }
    .escort-seo-page .hero-sidebar { display: none; }
    .escort-seo-page .article-layout { grid-template-columns: 1fr; }
    .escort-seo-page .article-sidebar { display: none; }
    .escort-seo-page .listings-grid { grid-template-columns: repeat(2, 1fr); }
    .escort-seo-page .reader-qa { margin-left: -24px; margin-right: -24px; width: calc(100% + 48px); }
}
@media (max-width: 768px) {
    .escort-seo-page .hero-h1 { font-size: 30px !important; }
    .escort-seo-page .qa-grid { grid-template-columns: 1fr; }
    .escort-seo-page .area-profiles { grid-template-columns: 1fr; }
    .escort-seo-page .cities-grid { grid-template-columns: repeat(2, 1fr); }
    .escort-seo-page .listings-grid { grid-template-columns: 1fr 1fr; }
    .escort-seo-page .hero { padding: 36px 0 28px !important; }
    .escort-seo-page .section-title { font-size: 24px; }
    .escort-seo-page .tldr-box { padding: 24px; }
    .escort-seo-page .reader-qa { margin-left: -16px; margin-right: -16px; width: calc(100% + 32px); }
}
