/*
Theme Name: Dubai Escorts
Theme URI: https://avirash.com/
Author: Avirash
Author URI: https://avirash.com/
Description: Custom theme for Dubai Escorts website
Version: 1.0
Text Domain: dubai-escorts
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Playfair Display', serif;
    background-color: #3D2817;
    color: #ffffff;
    line-height: 1.6;
}

a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    opacity: 0.8;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Homepage intro + SEO sectioning */
.front-intro-section {
    margin: 34px 0 20px;
    padding: 32px 28px;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.35) 0%, rgba(61, 40, 23, 0.35) 100%);
    border: 1px solid rgba(184, 134, 11, 0.32);
    text-align: center;
}

.front-intro-kicker {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(255, 215, 0, 0.9);
    margin: 0 0 8px;
}

.front-main-title {
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.2;
    margin: 0 0 12px;
    color: #fff;
}

.front-main-subtitle {
    max-width: 860px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.75;
}

.front-intro-actions {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.front-section-header {
    text-align: center;
    margin-bottom: 16px;
}

.front-section-description {
    color: rgba(255, 255, 255, 0.84);
    font-size: 16px;
    max-width: 720px;
    margin: -22px auto 0;
}

.front-faq-section {
    margin: 30px 0 15px;
}

.front-page-editor-content {
    margin: 24px 0 10px;
}

.front-page-editor-content-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 26px 24px;
    border-radius: 16px;
    border: 1px solid rgba(184, 134, 11, 0.35);
    background: linear-gradient(155deg, rgba(0, 0, 0, 0.28) 0%, rgba(61, 40, 23, 0.4) 100%);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}

.front-page-editor-content-inner p:last-child {
    margin-bottom: 0;
}

/* Better readability for homepage editor article */
.front-page-editor-content-inner {
    color: rgba(255, 255, 255, 0.92);
    font-size: 17px;
    line-height: 1.85;
}

.front-page-editor-content-inner h1,
.front-page-editor-content-inner h2,
.front-page-editor-content-inner h3,
.front-page-editor-content-inner h4,
.front-page-editor-content-inner h5,
.front-page-editor-content-inner h6 {
    color: #ffd700;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 26px;
    margin-bottom: 12px;
}

.front-page-editor-content-inner h1 {
    font-size: clamp(1.7rem, 3.2vw, 2.2rem);
}

.front-page-editor-content-inner h2 {
    font-size: clamp(1.5rem, 2.8vw, 1.95rem);
}

.front-page-editor-content-inner h3 {
    font-size: clamp(1.25rem, 2.2vw, 1.55rem);
}

.front-page-editor-content-inner p {
    margin-bottom: 1.05em;
    color: rgba(255, 255, 255, 0.92);
}

.front-page-editor-content-inner ul,
.front-page-editor-content-inner ol {
    margin: 12px 0 16px;
    padding-left: 24px;
}

.front-page-editor-content-inner li {
    margin-bottom: 8px;
}

.front-page-editor-content-inner ul li::marker,
.front-page-editor-content-inner ol li::marker {
    color: #ffd700;
}

.front-page-editor-content-inner a {
    color: #ffd700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.front-page-editor-content-inner a:hover {
    color: #ffffff;
}

.front-page-editor-content-inner strong,
.front-page-editor-content-inner b {
    color: #fff2ad;
}

.front-page-editor-content-inner blockquote {
    margin: 18px 0;
    padding: 12px 16px;
    border-left: 3px solid #daa520;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 0 8px 8px 0;
}

.front-faq-list details {
    margin-bottom: 12px;
    border: 1px solid rgba(184, 134, 11, 0.3);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.front-faq-list summary {
    cursor: pointer;
    list-style: none;
    font-size: 17px;
    font-weight: 600;
    color: #ffd700;
    padding: 14px 18px;
}

.front-faq-list summary::-webkit-details-marker {
    display: none;
}

.front-faq-list details p {
    padding: 0 18px 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
}

/* Hero banner — YouTube background (Customizer) */
.cgb-hero-banner {
    position: relative;
    width: 100%;
    min-height: var(--cgb-hero-height, min(55vh, 520px));
    overflow: hidden;
    background: #1a120c;
}

.cgb-hero-banner__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.cgb-hero-banner__iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.77vh;
    min-width: 100%;
    height: 100vh;
    min-height: 56.25vw;
    border: 0;
    transform: translate(-50%, -50%);
}

.cgb-hero-banner__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgb(0 0 0 / var(--cgb-hero-overlay, 0.45));
    pointer-events: none;
}

.cgb-hero-banner__inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: var(--cgb-hero-height, min(55vh, 520px));
    padding: 40px 20px;
}

.cgb-hero-banner__title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 700;
    margin: 0 0 12px;
    color: #ffffff;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.65);
    letter-spacing: 0.04em;
    max-width: 900px;
}

.cgb-hero-banner__subtitle {
    font-size: clamp(1rem, 2.2vw, 1.25rem);
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 1px 16px rgba(0, 0, 0, 0.55);
    max-width: 720px;
    line-height: 1.5;
}

@media (prefers-reduced-motion: reduce) {
    .cgb-hero-banner__media {
        display: none;
    }

    .cgb-hero-banner {
        background: linear-gradient(160deg, #2a1a10 0%, #3d2817 45%, #1a120c 100%);
    }

    .cgb-hero-banner__overlay {
        background: rgba(0, 0, 0, 0.35);
    }
}

/* Header Styles */
.site-header {
    background-color: #3D2817;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.site-logo {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    flex: 0 0 auto;
}

.site-logo a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.site-logo a:hover {
    color: #ffd700;
}

/* Keep uploaded logo in a standard size */
.custom-logo-link {
    display: inline-flex;
    align-items: center;
}

.custom-logo-link .custom-logo {
    display: block;
    width: auto;
    max-width: min(220px, 38vw);
    max-height: 64px;
    object-fit: contain;
}

/* Keep uploaded logo in a standard size */
.custom-logo-link {
    display: inline-flex;
    align-items: center;
}

.custom-logo-link .custom-logo {
    display: block;
    width: auto;
    max-width: min(220px, 38vw);
    max-height: 64px;
    object-fit: contain;
}

/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 35px;
    height: 35px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    cursor: pointer;
    padding: 5px;
    z-index: 1001;
    transition: all 0.3s ease;
}

.mobile-menu-toggle span {
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease;
    display: block;
}

.mobile-menu-toggle:hover {
    border-color: #ffd700;
}

.mobile-menu-toggle:hover span {
    background-color: #ffd700;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.main-navigation {
    display: flex;
    align-items: center;
}

.main-navigation ul {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.main-navigation a {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.main-navigation a:hover {
    color: #ffd700;
}

/* Filter Section */
/* Mobile Filter Toggle Button */
.mobile-filter-toggle {
    display: none;
    width: 100%;
    padding: 15px 20px;
    background: linear-gradient(135deg, #b8860b 0%, #daa520 100%);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    cursor: pointer;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mobile-filter-toggle:hover {
    background: linear-gradient(135deg, #daa520 0%, #b8860b 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(184, 134, 11, 0.4);
}

.mobile-filter-toggle svg {
    transition: transform 0.3s ease;
}

.mobile-filter-toggle.active svg {
    transform: rotate(180deg);
}

.filter-section {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px;
    margin: 30px 0;
    border-radius: 8px;
}

.filter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
}

.filter-dropdown,
.filter-button {
    background-color: #2a1a0f;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 15px;
    border-radius: 5px;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-dropdown:hover,
.filter-button:hover {
    background-color: #4a3525;
}

.filter-button.active {
    background-color: #b8860b;
    border-color: #ffd700;
    color: #ffd700;
    font-weight: 700;
}

.filter-button.active:hover {
    background-color: #daa520;
}

/* Profile Grid */
.profiles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    margin: 30px 0;
}

.profile-card {
    background: linear-gradient(135deg, #3D2817 0%, #4a3525 50%, #3D2817 100%);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(184, 134, 11, 0.3);
}

.profile-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 50px rgba(184, 134, 11, 0.4), 0 0 0 2px rgba(184, 134, 11, 0.5);
    border-color: rgba(184, 134, 11, 0.8);
    background: linear-gradient(135deg, #4a3525 0%, #5a4535 50%, #4a3525 100%);
}

.profile-image-wrapper {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-image-slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.profile-image-slider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.profile-image-slider img.active {
    opacity: 1;
    z-index: 1;
}

.profile-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.4s ease;
}

.profile-card:hover .profile-image {
    transform: scale(1.05);
}

/* Slider Navigation Dots */
.slider-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.slider-dot.active {
    background: #ffd700;
    width: 10px;
    height: 10px;
    border-color: #ffd700;
}

.profile-info {
    padding: 20px;
    color: #ffffff;
    background: linear-gradient(to bottom, rgba(61, 40, 23, 0.8) 0%, rgba(61, 40, 23, 0.95) 100%);
    position: relative;
}

.profile-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #b8860b 0%, #daa520 50%, #b8860b 100%);
}

.profile-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #ffd700;
    transition: all 0.3s ease;
}

.profile-card:hover .profile-name {
    color: #ffed4e;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.profile-name a {
    color: #ffd700;
    transition: all 0.3s ease;
    text-decoration: none;
}

.profile-card:hover .profile-name a {
    color: #ffed4e;
}

.profile-meta {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
    font-weight: 500;
}

.profile-meta::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #b8860b;
    font-weight: bold;
    font-size: 18px;
}

.favorite-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, rgba(61, 40, 23, 0.95) 0%, rgba(61, 40, 23, 0.9) 100%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    z-index: 10;
    color: #b8860b;
    border: 2px solid rgba(184, 134, 11, 0.5);
}

.favorite-icon:hover {
    transform: scale(1.1) rotate(10deg);
    background: linear-gradient(135deg, #b8860b 0%, #daa520 100%);
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(184, 134, 11, 0.6);
    border-color: rgba(184, 134, 11, 0.8);
}

.verified-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(76, 175, 80, 0.3);
    z-index: 10;
}

/* Category Title */
.category-title-section {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 40px 20px;
    margin: 30px 0;
    text-align: center;
    border-radius: 8px;
}

.category-title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Single Profile Page */
.single-profile-header {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 40px 0;
    margin-bottom: 40px;
}

.profile-detail-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    margin: 40px 0;
}

.profile-detail-image {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.profile-detail-image img {
    width: 100%;
    height: auto;
    display: block;
}

.profile-detail-info {
    color: #ffffff;
}

.profile-detail-name {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.profile-detail-meta {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.8;
}

.profile-detail-description {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 30px;
}

.contact-button {
    background-color: #ff6b9d;
    color: #ffffff;
    padding: 15px 40px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.contact-button:hover {
    background-color: #ff4d8a;
    transform: scale(1.05);
}

/* Phone and WhatsApp Buttons */
.profile-action-buttons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.phone-button,
.whatsapp-button,
.telegram-button {
    flex: 1;
    min-width: 120px;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.phone-button {
    background: linear-gradient(135deg, #b8860b 0%, #daa520 100%);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(184, 134, 11, 0.3);
    border: 1px solid rgba(184, 134, 11, 0.3);
}

.phone-button:hover {
    background: linear-gradient(135deg, #daa520 0%, #b8860b 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(184, 134, 11, 0.5);
    color: #ffffff;
}

.whatsapp-button {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    border: 1px solid rgba(37, 211, 102, 0.3);
}

.whatsapp-button:hover {
    background: linear-gradient(135deg, #128C7E 0%, #25D366 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
    color: #ffffff;
}

.telegram-button {
    background: linear-gradient(135deg, #0088cc 0%, #005f99 100%);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 136, 204, 0.3);
    border: 1px solid rgba(0, 136, 204, 0.3);
}

.telegram-button:hover {
    background: linear-gradient(135deg, #005f99 0%, #0088cc 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 136, 204, 0.5);
    color: #ffffff;
}

.phone-button svg,
.whatsapp-button svg,
.telegram-button svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

/* Profile Category */
.profile-category {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 8px 12px;
    background: rgba(184, 134, 11, 0.15);
    border-left: 3px solid #b8860b;
    border-radius: 4px;
}

.category-label {
    color: #ffd700;
    font-weight: 600;
    margin-right: 5px;
}

.profile-category a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
}

.profile-category a:hover {
    color: #ffd700;
    text-decoration: underline;
}

.profile-actions {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.profile-actions .phone-button,
.profile-actions .whatsapp-button,
.profile-actions .telegram-button {
    flex: 1;
    min-width: 150px;
    padding: 15px 30px;
    font-size: 16px;
}

/* Profile Gallery Section */
.profile-gallery-section {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 2px solid rgba(184, 134, 11, 0.3);
}

.gallery-section-title {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.profile-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.profile-gallery-grid .gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 3/4;
    background: linear-gradient(135deg, #b8860b 0%, #daa520 100%);
    cursor: pointer;
}

.profile-gallery-grid .gallery-item .gallery-lightbox {
    display: block;
    width: 100%;
    height: 100%;
}

.profile-gallery-grid .gallery-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.profile-gallery-grid .gallery-item:hover .gallery-thumbnail {
    transform: scale(1.1);
}

/* Categories Section */
.categories-section {
    margin: 60px 0;
    padding: 40px 0;
}

.categories-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: linear-gradient(135deg, #ffffff 0%, #ffd700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.category-card {
    background: linear-gradient(135deg, rgba(184, 134, 11, 0.2) 0%, rgba(218, 165, 32, 0.3) 100%);
    border: 2px solid rgba(184, 134, 11, 0.4);
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    display: block;
    position: relative;
    overflow: hidden;
}

.category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.category-card:hover::before {
    left: 100%;
}

.category-card:hover {
    transform: translateY(-8px);
    border-color: rgba(184, 134, 11, 0.8);
    box-shadow: 0 15px 35px rgba(184, 134, 11, 0.3);
    background: linear-gradient(135deg, rgba(184, 134, 11, 0.3) 0%, rgba(218, 165, 32, 0.4) 100%);
}

.category-card-content {
    position: relative;
    z-index: 1;
}

.category-name {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.category-count {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    font-weight: 500;
}

/* SEO Content Section */
.seo-content-section {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 60px 0;
    margin: 60px 0;
    border-top: 2px solid rgba(184, 134, 11, 0.3);
    border-bottom: 2px solid rgba(184, 134, 11, 0.3);
}

.seo-content-wrapper {
    max-width: 900px;
    margin: 0 auto;
    color: #ffffff;
    line-height: 1.8;
    font-size: 17px;
}

.seo-content-wrapper h1,
.seo-content-wrapper h2,
.seo-content-wrapper h3,
.seo-content-wrapper h4,
.seo-content-wrapper h5,
.seo-content-wrapper h6 {
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.seo-content-wrapper h1 {
    font-size: 36px;
    border-bottom: 2px solid rgba(184, 134, 11, 0.5);
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.seo-content-wrapper h2 {
    font-size: 30px;
    color: #ffd700;
    margin-top: 40px;
    margin-bottom: 20px;
}

.seo-content-wrapper h3 {
    font-size: 24px;
    color: #ffd700;
    margin-top: 30px;
    margin-bottom: 15px;
}

.seo-content-wrapper h4 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 12px;
}

.seo-content-wrapper p {
    margin-bottom: 20px;
    text-align: justify;
}

.seo-content-wrapper a {
    color: #ffd700;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.seo-content-wrapper a:hover {
    color: #ffed4e;
    text-decoration: none;
}

.seo-content-wrapper ul,
.seo-content-wrapper ol {
    margin: 20px 0;
    padding-left: 30px;
}

.seo-content-wrapper li {
    margin-bottom: 10px;
}

.seo-content-wrapper strong,
.seo-content-wrapper b {
    color: #ffd700;
    font-weight: 700;
}

.seo-content-wrapper em,
.seo-content-wrapper i {
    font-style: italic;
    color: rgba(255, 255, 255, 0.9);
}

.seo-content-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.seo-content-wrapper blockquote {
    border-left: 4px solid #b8860b;
    padding-left: 20px;
    margin: 25px 0;
    font-style: italic;
    color: rgba(255, 255, 255, 0.9);
}

.seo-content-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

.seo-content-wrapper table th,
.seo-content-wrapper table td {
    border: 1px solid rgba(184, 134, 11, 0.3);
    padding: 12px;
    text-align: left;
}

.seo-content-wrapper table th {
    background-color: rgba(184, 134, 11, 0.2);
    color: #ffd700;
    font-weight: 700;
}

/* Pagination */
.pagination-wrapper {
    margin: 40px 0;
    text-align: center;
}

.pagination-wrapper .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    background-color: rgba(184, 134, 11, 0.2);
    color: #ffffff;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(184, 134, 11, 0.4);
}

.pagination-wrapper .page-numbers:hover,
.pagination-wrapper .page-numbers.current {
    background-color: rgba(184, 134, 11, 0.5);
    border-color: rgba(184, 134, 11, 0.8);
    transform: translateY(-2px);
}

.pagination-wrapper .page-numbers.current {
    font-weight: 700;
    background: linear-gradient(135deg, #b8860b 0%, #daa520 100%);
}


/* Gallery Page Styles */
.gallery-header {
    text-align: center;
    margin: 40px 0;
    padding: 40px 0;
}

.gallery-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.gallery-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin: 40px 0;
}

.gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 3/4;
    background: linear-gradient(135deg, #b8860b 0%, #daa520 100%);
}

.gallery-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-item:hover .gallery-image {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-item-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.no-gallery-items {
    text-align: center;
    padding: 60px 20px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
}

/* Contact Page Styles */
.contact-header {
    text-align: center;
    margin: 40px 0;
    padding: 40px 0;
}

.contact-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    margin: 40px 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.contact-form-wrapper {
    background: rgba(0, 0, 0, 0.3);
    padding: 40px;
    border-radius: 12px;
    border: 1px solid rgba(184, 134, 11, 0.3);
}

.form-title {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: center;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.required {
    color: #ff6b9d;
}

.form-group input,
.form-group textarea {
    padding: 12px 15px;
    border: 1px solid rgba(184, 134, 11, 0.4);
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #b8860b;
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.2);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact-submit-button {
    background: linear-gradient(135deg, #b8860b 0%, #daa520 100%);
    color: #ffffff;
    padding: 15px 40px;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}

.contact-submit-button:hover {
    background: linear-gradient(135deg, #daa520 0%, #b8860b 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(184, 134, 11, 0.4);
}

.contact-success,
.contact-error {
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    text-align: center;
}

.contact-success {
    background-color: rgba(76, 175, 80, 0.2);
    border: 1px solid rgba(76, 175, 80, 0.5);
    color: #4CAF50;
}

.contact-error {
    background-color: rgba(244, 67, 54, 0.2);
    border: 1px solid rgba(244, 67, 54, 0.5);
    color: #f44336;
}

.contact-info-wrapper {
    background: rgba(0, 0, 0, 0.3);
    padding: 40px;
    border-radius: 12px;
    border: 1px solid rgba(184, 134, 11, 0.3);
    height: fit-content;
}

.info-title {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: center;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.info-item h3 {
    color: #ffd700;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.info-link {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    padding: 10px 0;
}

.info-link:hover {
    color: #ffd700;
    padding-left: 10px;
}

/* Default Page Template Styles */
.page-content {
    margin: 40px 0;
}

.page-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 40px 0;
}

.page-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.page-content-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.page-featured-image {
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
}

.page-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.page-content-text {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.8;
}

.page-content-text h1,
.page-content-text h2,
.page-content-text h3,
.page-content-text h4,
.page-content-text h5,
.page-content-text h6 {
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}

.page-content-text h2 {
    color: #ffd700;
    font-size: 30px;
}

.page-content-text h3 {
    color: #ffd700;
    font-size: 24px;
}

.page-content-text p {
    margin-bottom: 20px;
}

.page-content-text a {
    color: #ffd700;
    text-decoration: underline;
}

.page-content-text a:hover {
    color: #ffed4e;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .site-header {
        padding: 12px 0;
    }
    
    .container {
        padding: 0 15px;
    }

    .front-intro-section {
        padding: 24px 16px;
        margin-top: 22px;
    }

    .custom-logo-link .custom-logo {
        max-width: 160px;
        max-height: 48px;
    }

    .front-main-subtitle {
        font-size: 16px;
    }

    .front-section-description {
        margin-top: -18px;
        font-size: 15px;
    }

    .front-page-editor-content-inner {
        padding: 20px 16px;
    }

    .custom-logo-link .custom-logo {
        max-width: 160px;
        max-height: 48px;
    }
    
    .header-content {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .mobile-menu-toggle {
        display: flex;
        order: 2;
        margin-left: auto;
    }
    
    .site-logo {
        order: 1;
        flex: 0 0 auto;
        text-align: left;
        font-size: 18px;
        padding: 0;
        margin: 0;
    }
    
    .main-navigation {
        order: 3;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        margin-top: 0;
    }
    
    .main-navigation.active {
        max-height: 500px;
        margin-top: 15px;
    }
    
    .main-navigation ul {
        flex-direction: column;
        gap: 0;
        width: 100%;
    }
    
    .main-navigation li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .main-navigation a {
        display: block;
        padding: 15px 20px;
        font-size: 16px;
    }
    
    .mobile-filter-toggle {
        display: flex;
    }
    
    .filter-section {
        padding: 15px;
        max-height: 0;
        overflow: hidden;
        margin: 0;
        transition: max-height 0.3s ease, padding 0.3s ease, margin 0.3s ease;
        opacity: 0;
    }
    
    .filter-section.active {
        max-height: 2000px;
        margin: 15px 0 30px 0;
        opacity: 1;
        padding: 15px;
    }
    
    .filter-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .profiles-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 15px;
    }
    
    .profile-image-wrapper {
        height: 300px;
    }
    
    .profile-card {
        border-radius: 12px;
    }
    
    .categories-grid {
        grid-template-columns: 1fr;
    }
    
    .categories-title {
        font-size: 28px;
    }
    
    .contact-wrapper {
        grid-template-columns: 1fr;
    }
    
    .contact-form-wrapper,
    .contact-info-wrapper {
        padding: 30px 20px;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 15px;
    }
    
    .page-title {
        font-size: 32px;
    }
    
    .seo-content-wrapper {
        font-size: 16px;
    }
    
    .seo-content-wrapper h1 {
        font-size: 28px;
    }
    
    .seo-content-wrapper h2 {
        font-size: 24px;
    }
    
    .seo-content-wrapper h3 {
        font-size: 20px;
    }
    
    .legal-links-row {
        flex-direction: column;
        gap: 8px;
    }
    
    .legal-separator {
        display: none;
    }
    
    .footer-warning {
        padding: 12px 15px;
        font-size: 12px;
    }
}

/* Footer */
.site-footer {
    background-color: #2a1a0f;
    padding: 40px 0;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-content {
    text-align: center;
}

.footer-copyright {
    margin-bottom: 25px;
}

.footer-copyright p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin: 0;
}

.footer-legal-links {
    margin-top: 20px;
}

.legal-links-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.legal-link {
    color: #ffd700;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 5px 0;
}

.legal-link:hover {
    color: #ffed4e;
    text-decoration: underline;
}

.legal-separator {
    color: rgba(255, 255, 255, 0.3);
    margin: 0 5px;
}

.footer-warning {
    background-color: rgba(184, 134, 11, 0.1);
    border: 1px solid rgba(184, 134, 11, 0.3);
    border-radius: 8px;
    padding: 15px 20px;
    margin-top: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.footer-warning p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

.footer-warning strong {
    color: #ffd700;
}

/* Additional Modern Touches */
.profile-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 107, 157, 0) 0%, rgba(255, 107, 157, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    border-radius: 16px;
}

.profile-card:hover::after {
    opacity: 1;
}

.profile-info {
    position: relative;
    z-index: 1;
}

/* Phone number styling - will be applied via inline or class if needed */

/* Responsive */
@media (max-width: 768px) {
    .profile-detail-grid {
        grid-template-columns: 1fr;
    }
    
    .profiles-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 20px;
    }
    
    .header-content {
        flex-wrap: wrap;
    }
    
    .mobile-menu-toggle {
        display: flex;
        order: 1;
    }
    
    .site-logo {
        order: 2;
        flex: 1;
        text-align: center;
        font-size: 20px;
        padding: 0 10px;
    }
    
    .main-navigation {
        order: 3;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    
    .main-navigation.active {
        max-height: 500px;
        margin-top: 15px;
    }
    
    .main-navigation ul {
        flex-direction: column;
        gap: 0;
        width: 100%;
    }
    
    .main-navigation li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .main-navigation a {
        display: block;
        padding: 15px 20px;
        font-size: 16px;
    }
    
    .profile-image-wrapper {
        height: 350px;
    }
    
    .profile-card {
        border-radius: 12px;
    }
}

@media (max-width: 480px) {
    .profiles-grid {
        grid-template-columns: 1fr;
    }
    
    .profile-image-wrapper {
        height: 300px;
    }
    
    .categories-grid {
        grid-template-columns: 1fr;
    }
    
    .categories-title {
        font-size: 28px;
    }
    
    .seo-content-wrapper {
        font-size: 16px;
    }
    
    .seo-content-wrapper h1 {
        font-size: 28px;
    }
    
    .seo-content-wrapper h2 {
        font-size: 24px;
    }
    
    .seo-content-wrapper h3 {
        font-size: 20px;
    }
}

/* Blog Archive Styles */
.blog-header {
    text-align: center;
    padding: 60px 0 40px;
    border-bottom: 2px solid rgba(184, 134, 11, 0.3);
    margin-bottom: 40px;
}

.blog-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffd700;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #ffffff 0%, #ffd700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.blog-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 10px;
}

.blog-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.blog-post-card {
    background: linear-gradient(135deg, rgba(61, 40, 23, 0.9) 0%, rgba(42, 26, 15, 0.9) 100%);
    border: 1px solid rgba(184, 134, 11, 0.3);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.blog-post-card:hover {
    border-color: rgba(184, 134, 11, 0.8);
    box-shadow: 0 15px 35px rgba(184, 134, 11, 0.3);
    transform: translateY(-5px);
}

.blog-post-thumbnail {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.blog-thumbnail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-post-card:hover .blog-thumbnail-image {
    transform: scale(1.05);
}

.blog-post-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-post-header {
    margin-bottom: 15px;
}

.blog-post-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.4;
}

.blog-post-title a {
    color: #ffd700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-post-title a:hover {
    color: #ffffff;
}

.blog-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
}

.blog-post-meta span {
    display: flex;
    align-items: center;
}

.blog-post-excerpt {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    margin-bottom: 20px;
    flex: 1;
}

.blog-post-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid rgba(184, 134, 11, 0.2);
}

.blog-read-more {
    color: #ffd700;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-read-more:hover {
    color: #ffffff;
    transform: translateX(5px);
}

.blog-post-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.blog-category-tag {
    background: rgba(184, 134, 11, 0.2);
    color: #ffd700;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid rgba(184, 134, 11, 0.3);
    transition: all 0.3s ease;
}

.blog-category-tag:hover {
    background: rgba(184, 134, 11, 0.4);
    border-color: rgba(184, 134, 11, 0.6);
}

.blog-pagination {
    margin: 50px 0;
    text-align: center;
}

.blog-pagination .nav-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.blog-pagination .page-numbers {
    display: inline-block;
    padding: 10px 18px;
    background: rgba(61, 40, 23, 0.8);
    color: #ffffff;
    text-decoration: none;
    border: 1px solid rgba(184, 134, 11, 0.3);
    border-radius: 5px;
    transition: all 0.3s ease;
}

.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers.current {
    background: linear-gradient(135deg, #b8860b 0%, #daa520 100%);
    border-color: #ffd700;
    color: #ffffff;
}

.no-posts-found {
    text-align: center;
    padding: 60px 20px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
}

/* Single Post Styles */
.single-post-wrapper {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
    margin: 40px 0;
}

.single-post-main {
    min-width: 0;
}

.single-post-article {
    background: linear-gradient(135deg, rgba(61, 40, 23, 0.9) 0%, rgba(42, 26, 15, 0.9) 100%);
    border: 1px solid rgba(184, 134, 11, 0.3);
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 40px;
}

.single-post-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(184, 134, 11, 0.3);
}

.single-post-title {
    font-size: 36px;
    font-weight: 700;
    color: #ffd700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.single-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.single-post-meta span {
    display: flex;
    align-items: center;
}

.single-post-meta a {
    color: #ffd700;
    text-decoration: none;
}

.single-post-meta a:hover {
    color: #ffffff;
}

.single-post-featured-image {
    margin: 30px 0;
    border-radius: 8px;
    overflow: hidden;
}

.featured-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.single-post-content {
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.9;
    font-size: 17px;
    margin-bottom: 30px;
}

.single-post-content h2 {
    color: #ffd700;
    font-size: 28px;
    margin: 30px 0 15px;
    font-weight: 600;
}

.single-post-content h3 {
    color: #ffd700;
    font-size: 24px;
    margin: 25px 0 12px;
    font-weight: 600;
}

.single-post-content p {
    margin-bottom: 20px;
}

.single-post-content a {
    color: #ffd700;
    text-decoration: underline;
}

.single-post-content a:hover {
    color: #ffffff;
}

.single-post-content ul,
.single-post-content ol {
    margin: 20px 0;
    padding-left: 30px;
}

.single-post-content li {
    margin-bottom: 10px;
}

.single-post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}

.single-post-content blockquote {
    border-left: 4px solid #b8860b;
    padding-left: 20px;
    margin: 20px 0;
    font-style: italic;
    color: rgba(255, 255, 255, 0.8);
}

.single-post-footer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(184, 134, 11, 0.3);
}

.post-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.post-tags strong {
    color: #ffd700;
    margin-right: 5px;
}

.tag-link {
    background: rgba(184, 134, 11, 0.2);
    color: #ffd700;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    text-decoration: none;
    border: 1px solid rgba(184, 134, 11, 0.3);
    transition: all 0.3s ease;
}

.tag-link:hover {
    background: rgba(184, 134, 11, 0.4);
    border-color: rgba(184, 134, 11, 0.6);
    color: #ffffff;
}

/* Post Navigation */
.post-navigation {
    margin: 40px 0;
    padding: 20px;
    background: rgba(61, 40, 23, 0.5);
    border-radius: 8px;
    border: 1px solid rgba(184, 134, 11, 0.2);
}

.post-navigation .nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    padding: 15px;
    background: rgba(61, 40, 23, 0.8);
    border-radius: 5px;
    border: 1px solid rgba(184, 134, 11, 0.3);
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    color: #ffd700;
    text-decoration: none;
    display: block;
}

.post-navigation .nav-subtitle {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 5px;
}

.post-navigation .nav-title {
    display: block;
    font-weight: 600;
    color: #ffffff;
}

/* Sidebar Styles */
.single-post-sidebar {
    min-width: 0;
}

.sidebar-widget {
    background: linear-gradient(135deg, rgba(61, 40, 23, 0.9) 0%, rgba(42, 26, 15, 0.9) 100%);
    border: 1px solid rgba(184, 134, 11, 0.3);
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
}

.widget-title {
    font-size: 22px;
    font-weight: 600;
    color: #ffd700;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(184, 134, 11, 0.3);
}

.escort-categories-list,
.cities-list,
.recent-posts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-item,
.city-item,
.recent-post-item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(184, 134, 11, 0.1);
}

.category-item:last-child,
.city-item:last-child,
.recent-post-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.category-link,
.city-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 8px 0;
}

.category-link:hover,
.city-link:hover {
    color: #ffd700;
    padding-left: 10px;
}

.category-name,
.city-name {
    flex: 1;
}

.category-count,
.city-count {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
}

.recent-post-link {
    display: flex;
    gap: 15px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
}

.recent-post-link:hover {
    color: #ffd700;
}

.recent-post-thumbnail {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    overflow: hidden;
}

.recent-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recent-post-info {
    flex: 1;
    min-width: 0;
}

.recent-post-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.4;
    color: inherit;
}

.recent-post-date {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.no-categories,
.no-cities,
.no-posts {
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
    padding: 10px 0;
}

/* Comments Styles */
.comments-area {
    background: linear-gradient(135deg, rgba(61, 40, 23, 0.9) 0%, rgba(42, 26, 15, 0.9) 100%);
    border: 1px solid rgba(184, 134, 11, 0.3);
    border-radius: 12px;
    padding: 40px;
    margin-top: 40px;
}

.comments-title {
    font-size: 28px;
    color: #ffd700;
    margin-bottom: 30px;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.comment {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(184, 134, 11, 0.2);
}

.comment:last-child {
    border-bottom: none;
}

.comment-author {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.comment-author .avatar {
    border-radius: 50%;
    margin-right: 15px;
}

.comment-meta {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.comment-content {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    margin-top: 15px;
}

/* Responsive Styles for Blog */
@media (max-width: 968px) {
    .single-post-wrapper {
        grid-template-columns: 1fr;
    }
    
    .single-post-sidebar {
        order: -1;
    }
}

@media (max-width: 768px) {
    .blog-posts-grid {
        grid-template-columns: 1fr;
    }
    
    .blog-title {
        font-size: 36px;
    }
    
    .single-post-title {
        font-size: 28px;
    }
    
    .single-post-article {
        padding: 25px;
    }
    
    .post-navigation .nav-links {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .blog-title {
        font-size: 28px;
    }
    
    .blog-subtitle {
        font-size: 16px;
    }
    
    .single-post-title {
        font-size: 24px;
    }
    
    .single-post-content {
        font-size: 16px;
    }
    
    .sidebar-widget {
        padding: 20px;
    }
}

/* —— Blog SEO: hero, breadcrumbs, TOC, share, author, related —— */
.blog-page-wrap {
    padding-bottom: 60px;
}

.cgb-breadcrumbs {
    padding: 20px 0 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
}

.cgb-breadcrumbs-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 4px 8px;
}

.cgb-breadcrumbs-item a {
    color: #ffd700;
    text-decoration: none;
}

.cgb-breadcrumbs-item a:hover {
    text-decoration: underline;
}

.cgb-breadcrumbs-sep {
    color: rgba(255, 255, 255, 0.35);
    list-style: none;
}

.cgb-breadcrumbs-current {
    color: rgba(255, 255, 255, 0.95);
}

.blog-hero {
    text-align: center;
    padding: 40px 0 36px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(184, 134, 11, 0.25);
    position: relative;
}

.blog-hero::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: min(420px, 60%);
    height: 3px;
    background: linear-gradient(90deg, transparent, #daa520, #ffd700, #daa520, transparent);
    border-radius: 2px;
}

.blog-hero-kicker {
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 215, 0, 0.85);
    margin: 0 0 12px;
}

.blog-hero--archive .blog-title {
    font-size: 40px;
}

.blog-hero-intro {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.blog-archive-desc {
    max-width: 720px;
    margin: 16px auto 0;
    text-align: left;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.75;
}

.blog-cat-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
}

.blog-cat-pill {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(184, 134, 11, 0.35);
    background: rgba(61, 40, 23, 0.45);
    transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.blog-cat-pill:hover {
    border-color: #ffd700;
    color: #ffd700;
}

.blog-cat-pill.is-active {
    background: linear-gradient(135deg, #b8860b 0%, #daa520 100%);
    border-color: #ffd700;
    color: #1a1209;
}

.single-post-meta--rich {
    gap: 12px 20px;
}

.post-updated {
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
}

.post-read-time {
    color: rgba(255, 215, 0, 0.9);
    font-weight: 600;
    font-size: 13px;
}

.cgb-share-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(184, 134, 11, 0.2);
}

.cgb-share-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 8px;
}

.cgb-share-btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 6px;
    border: 1px solid rgba(184, 134, 11, 0.4);
    color: #ffd700;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-family: inherit;
    transition: background 0.2s, border-color 0.2s;
}

.cgb-share-btn:hover {
    background: rgba(184, 134, 11, 0.25);
    border-color: #ffd700;
    color: #fff;
}

.cgb-post-toc {
    margin: 28px 0;
    padding: 20px 22px;
    border-radius: 10px;
    border: 1px solid rgba(184, 134, 11, 0.35);
    background: rgba(0, 0, 0, 0.2);
}

.cgb-toc-title {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 700;
    color: #ffd700;
    letter-spacing: 0.02em;
}

.cgb-toc-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cgb-toc-list li {
    margin: 0;
    padding: 6px 0 6px 14px;
    border-left: 2px solid rgba(184, 134, 11, 0.45);
}

.cgb-toc-list li.cgb-toc-sub {
    padding-left: 28px;
    font-size: 14px;
    opacity: 0.92;
}

.cgb-toc-list a {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
}

.cgb-toc-list a:hover {
    color: #ffd700;
    text-decoration: underline;
}

.cgb-author-box {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 24px;
    align-items: start;
    padding: 28px;
    margin: 32px 0;
    border-radius: 12px;
    border: 1px solid rgba(184, 134, 11, 0.3);
    background: linear-gradient(145deg, rgba(61, 40, 23, 0.55) 0%, rgba(26, 18, 10, 0.65) 100%);
}

.cgb-author-avatar img {
    border-radius: 50%;
    border: 2px solid rgba(184, 134, 11, 0.5);
}

.cgb-author-name {
    font-size: 20px;
    margin: 0 0 10px;
    color: #ffd700;
}

.cgb-author-bio {
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 12px;
}

.cgb-author-more {
    font-size: 14px;
    font-weight: 600;
    color: #ffd700;
    text-decoration: none;
}

.cgb-author-more:hover {
    text-decoration: underline;
}

.cgb-related-posts {
    margin: 40px 0 20px;
}

.cgb-related-title {
    font-size: 26px;
    color: #ffd700;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(184, 134, 11, 0.3);
}

.cgb-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 18px;
}

.cgb-related-card {
    display: block;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(184, 134, 11, 0.25);
    background: rgba(42, 26, 15, 0.6);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.cgb-related-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 215, 0, 0.45);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.cgb-related-thumb {
    height: 120px;
    overflow: hidden;
}

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

.cgb-related-card-title {
    font-size: 16px;
    font-weight: 600;
    margin: 12px 14px 6px;
    color: #ffd700;
    line-height: 1.35;
}

.cgb-related-meta {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    padding: 0 14px 14px;
}

.sidebar-widget--search .search-form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sidebar-widget--search input[type="search"] {
    flex: 1;
    min-width: 0;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid rgba(184, 134, 11, 0.35);
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
}

.sidebar-widget--search input[type="submit"],
.sidebar-widget--search button {
    padding: 10px 16px;
    border-radius: 6px;
    border: 1px solid rgba(184, 134, 11, 0.5);
    background: linear-gradient(135deg, #b8860b 0%, #daa520 100%);
    color: #1a1209;
    font-weight: 700;
    cursor: pointer;
}

.blog-wp-categories-wrap .post-categories,
.blog-wp-categories-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-wp-categories-wrap li {
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid rgba(184, 134, 11, 0.12);
}

.blog-wp-categories-wrap a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.blog-wp-categories-wrap a:hover {
    color: #ffd700;
}

.blog-tag-cloud {
    line-height: 2;
}

.blog-tag-cloud .tag-cloud-link {
    display: inline-block;
    margin: 2px 6px 2px 0;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px !important;
    text-decoration: none;
    color: #ffd700 !important;
    border: 1px solid rgba(184, 134, 11, 0.35);
    background: rgba(0, 0, 0, 0.15);
}

.blog-tag-cloud .tag-cloud-link:hover {
    background: rgba(184, 134, 11, 0.25);
    color: #fff !important;
}

@media (max-width: 600px) {
    .cgb-author-box {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .cgb-author-avatar {
        justify-self: center;
    }

    .cgb-related-grid {
        grid-template-columns: 1fr;
    }
}

/* —— 18+ age verification modal —— */
.cgb-age-gate {
	position: fixed;
	inset: 0;
	z-index: 2147483000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	box-sizing: border-box;
}

html.cgb-age-verified .cgb-age-gate {
	display: none !important;
	pointer-events: none;
	visibility: hidden;
}

.cgb-age-gate-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(8, 12, 22, 0.82);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.cgb-age-gate-modal {
	position: relative;
	width: 100%;
	max-width: 440px;
	padding: 36px 32px 28px;
	border-radius: 16px;
	background: linear-gradient(165deg, #1a2332 0%, #121820 55%, #0e1319 100%);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.06),
		0 24px 64px rgba(0, 0, 0, 0.55),
		0 0 80px rgba(200, 40, 40, 0.12);
	text-align: center;
	font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

.cgb-age-gate-icon {
	margin-bottom: 16px;
	filter: drop-shadow(0 0 14px rgba(245, 196, 0, 0.45));
}

.cgb-age-gate-icon-svg {
	display: block;
	margin: 0 auto;
}

.cgb-age-gate-heading {
	margin: 0 0 16px;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #e02020;
	text-shadow: 0 0 24px rgba(224, 32, 32, 0.35);
	line-height: 1.2;
}

.cgb-age-gate-text {
	margin: 0 0 28px;
	font-size: 16px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.94);
}

.cgb-age-gate-actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 20px;
}

.cgb-age-gate-btn {
	display: block;
	width: 100%;
	padding: 14px 20px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	border: none;
	font-family: inherit;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.cgb-age-gate-btn--yes {
	color: #fff;
	background: linear-gradient(180deg, #e02828 0%, #b81818 100%);
	box-shadow: 0 6px 24px rgba(224, 40, 40, 0.45);
}

.cgb-age-gate-btn--yes:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 28px rgba(224, 40, 40, 0.55);
}

.cgb-age-gate-btn--no {
	color: #f0f4f8;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.cgb-age-gate-btn--no:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.22);
}

.cgb-age-gate-foot {
	margin: 0;
	font-size: 12px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.42);
}

@media (max-width: 480px) {
	.cgb-age-gate-modal {
		padding: 28px 22px 22px;
		border-radius: 14px;
	}

	.cgb-age-gate-heading {
		font-size: 24px;
	}
}

/* Elementor + all-categories / all-locations page templates */
.cgb-elementor-content-area {
    margin: 0;
    padding: 0;
}

/* Tag-cloud / pill layout (reference: dark panel + teal pills) */
.cgb-tax-layout--pills {
    margin: 40px 0 60px;
}

.cgb-tax-layout--pills .cgb-tax-pills-title {
    margin-bottom: 24px;
}

.cgb-tax-pills-panel {
    background: linear-gradient(165deg, #0a1628 0%, #0d1f35 50%, #0a1422 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    padding: 28px 22px 32px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}

.cgb-tax-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px 14px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.cgb-tax-pill {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: #152f35;
    color: #e8eaed;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.35;
    border: 1px solid rgba(255, 255, 255, 0.07);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.cgb-tax-pill:hover {
    background: #1c3f48;
    border-color: rgba(120, 200, 210, 0.35);
    color: #ffffff;
    transform: translateY(-2px);
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

/* ——— Single escort / listing profile (OKLute-style sections) ——— */
.cgb-single-breadcrumb-wrap {
    padding: 16px 0 0;
}

.cgb-breadcrumb-nav {
    width: 100%;
}

.cgb-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 8px;
    column-gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.78);
    font-family: system-ui, -apple-system, sans-serif;
}

/* Slashes: Home / Delhi / Category / Name */
.cgb-breadcrumb > li + li::before {
    content: '/';
    display: inline-block;
    margin: 0 0.65em 0 0;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 400;
    pointer-events: none;
}

.cgb-breadcrumb__item {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

.cgb-breadcrumb a {
    color: #ffd700;
    text-decoration: none;
}

.cgb-breadcrumb a:hover {
    text-decoration: underline;
}

.cgb-breadcrumb a:focus-visible {
    outline: 2px solid rgba(255, 215, 0, 0.6);
    outline-offset: 2px;
    border-radius: 2px;
}

.cgb-breadcrumb__current {
    color: rgba(255, 255, 255, 0.98);
    font-weight: 600;
}

.cgb-single-topbar {
    background: rgba(0, 0, 0, 0.35);
    border-bottom: 1px solid rgba(184, 134, 11, 0.25);
    margin-bottom: 28px;
}

.cgb-single-topbar-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    font-family: system-ui, sans-serif;
}

.cgb-single-ad-id {
    opacity: 0.9;
    letter-spacing: 0.03em;
}

.cgb-single-page-head {
    padding: 8px 0 28px;
    text-align: center;
}

.cgb-single-page-title {
    font-size: clamp(1.75rem, 4.5vw, 2.35rem);
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: 0.02em;
}

.cgb-single-lead {
    margin: 0;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.88);
}

.cgb-single-card-kicker {
    margin: 0 0 8px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(255, 215, 0, 0.75);
    font-family: system-ui, sans-serif;
}

.cgb-single-title--aside {
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.25;
    color: #fff;
}

.cgb-single-layout {
    display: grid;
    grid-template-columns: 1fr minmax(280px, 380px);
    gap: 36px;
    align-items: start;
    margin-bottom: 48px;
}

.cgb-single-hero-figure {
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid rgba(184, 134, 11, 0.35);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}

.cgb-single-hero-img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}

.cgb-single-hero-placeholder {
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.5);
}

.cgb-single-thumb-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.cgb-single-thumb {
    padding: 0;
    border: 2px solid rgba(184, 134, 11, 0.35);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #1a120c;
    transition: border-color 0.2s ease, transform 0.15s ease;
}

.cgb-single-thumb:hover,
.cgb-single-thumb:focus-visible {
    border-color: #ffd700;
    transform: translateY(-2px);
    outline: none;
}

.cgb-single-thumb img {
    display: block;
    width: 72px;
    height: 90px;
    object-fit: cover;
}

.cgb-single-aside {
    position: sticky;
    top: 100px;
}

.cgb-single-card {
    background: linear-gradient(165deg, rgba(30, 22, 14, 0.95) 0%, rgba(45, 32, 20, 0.98) 100%);
    border: 2px solid rgba(184, 134, 11, 0.45);
    border-radius: 16px;
    padding: 24px 22px 28px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}

.cgb-single-sub,
.cgb-single-physique {
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 12px;
}

.cgb-single-physique {
    padding: 10px 12px;
    background: rgba(184, 134, 11, 0.12);
    border-radius: 8px;
    border-left: 3px solid #b8860b;
}

.cgb-single-stats {
    margin: 18px 0;
    padding: 0;
}

.cgb-single-stat {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 8px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 15px;
}

.cgb-single-stat dt {
    margin: 0;
    color: #daa520;
    font-weight: 600;
}

.cgb-single-stat dd {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
}

.cgb-single-aside-cta {
    margin-top: 20px;
}

.cgb-single-actions {
    flex-direction: column;
}

.cgb-single-actions .phone-button,
.cgb-single-actions .whatsapp-button,
.cgb-single-actions .telegram-button {
    width: 100%;
    min-width: 0;
}

.cgb-single-share {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.cgb-single-share-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.65);
}

.cgb-btn-ghost {
    font-family: system-ui, sans-serif;
    font-size: 13px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 215, 0, 0.45);
    background: transparent;
    color: #ffd700;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.cgb-btn-ghost:hover {
    background: rgba(255, 215, 0, 0.12);
    color: #fff;
}

.cgb-single-h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(184, 134, 11, 0.35);
    color: #ffd700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cgb-single-section {
    margin-bottom: 36px;
}

.cgb-single-prose {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.92);
}

.cgb-single-prose p {
    margin-bottom: 1em;
}

.cgb-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cgb-tag {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-family: system-ui, sans-serif;
    background: rgba(21, 47, 53, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #e8eaed;
}

.cgb-tag-list--soft .cgb-tag {
    background: rgba(184, 134, 11, 0.15);
    border-color: rgba(184, 134, 11, 0.35);
}

.cgb-single-phone-large {
    font-size: 22px;
    font-weight: 700;
    margin-top: 16px;
}

.cgb-single-phone-large a {
    color: #ffd700;
}

.cgb-single-mobile-cta {
    display: none;
    margin: 20px 0 28px;
}

.cgb-single-gallery {
    margin-top: 20px;
}

.cgb-single-explore {
    margin: 48px auto 32px;
    padding: 24px 20px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    border: 1px solid rgba(184, 134, 11, 0.25);
}

.cgb-inline-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
}

.cgb-inline-links a {
    color: #ffd700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cgb-related {
    margin-bottom: 48px;
}

.cgb-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.cgb-related-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 12px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(184, 134, 11, 0.3);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.cgb-related-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 215, 0, 0.5);
}

.cgb-related-img {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}

.cgb-related-name {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
}

.cgb-single-faq {
    margin-bottom: 36px;
}

.cgb-faq-list {
    margin: 0;
}

.cgb-faq-q {
    font-weight: 700;
    color: #ffd700;
    margin: 20px 0 8px;
    padding: 12px 16px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px 8px 0 0;
    border-left: 4px solid #b8860b;
}

.cgb-faq-q:first-child {
    margin-top: 0;
}

.cgb-faq-a {
    margin: 0 0 16px;
    padding: 12px 16px 16px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 0 0 8px 8px;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.65;
}

.cgb-security-tips {
    margin-bottom: 60px;
    padding: 16px 20px;
    background: rgba(40, 20, 20, 0.35);
    border-radius: 10px;
    border: 1px solid rgba(255, 100, 100, 0.25);
}

.cgb-security-tips summary {
    cursor: pointer;
    font-weight: 700;
    color: #ffb4b4;
    padding: 4px 0;
}

.cgb-security-tips ul {
    margin: 12px 0 0 1.2em;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
}

@media (max-width: 960px) {
    .cgb-single-layout {
        grid-template-columns: 1fr;
    }

    .cgb-single-aside {
        position: static;
    }

    .cgb-single-mobile-cta {
        display: block;
    }

    .cgb-single-aside-cta .cgb-single-actions {
        display: none;
    }
}

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