/* ==========================================================================
   BLOG ARTICLE ULTRA-LUXURY STYLES (videochatangajari.ro - 2026 Edition)
   Deep Velvet Bordeaux (#180b0f) & Champagne Gold (#e3cca1) Luxury Theme
   ========================================================================== */

.blog-article-page {
    background-color: var(--color-ivory, #180b0f);
    color: var(--color-text-main, #f5f0eb);
    font-family: var(--font-body, 'Outfit', sans-serif);
    line-height: 1.75;
    min-height: 100vh;
}

/* Article Hero & Layout */
.article-main {
    padding-top: var(--header-height, 95px);
    padding-bottom: 90px;
}

.article-breadcrumb-bar {
    background: rgba(227, 204, 161, 0.03);
    border-bottom: 1px solid var(--color-border, rgba(227, 204, 161, 0.15));
    padding: 14px 0;
    margin-bottom: 35px;
}

.breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: var(--color-text-muted, #b09ba0);
    font-family: var(--font-alt, 'Outfit', sans-serif);
}

.breadcrumb-list li + li:before {
    content: "/";
    margin-right: 8px;
    color: rgba(227, 204, 161, 0.3);
}

.breadcrumb-list a {
    color: var(--color-text-muted, #b09ba0);
    text-decoration: none;
    transition: var(--transition-fast, all 0.25s ease);
}

.breadcrumb-list a:hover {
    color: var(--color-gold, #e3cca1);
}

.breadcrumb-list li[aria-current="page"] {
    color: var(--color-gold, #e3cca1);
    font-weight: 500;
}

.article-content-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* Header Hero */
.article-header-hero {
    margin-bottom: 45px;
    border-bottom: 1px solid var(--color-border, rgba(227, 204, 161, 0.15));
    padding-bottom: 35px;
}

.article-badge-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.badge-tag-luxury {
    display: inline-block;
    background: rgba(227, 204, 161, 0.08);
    color: var(--color-gold, #e3cca1);
    border: 1px solid var(--color-gold, #e3cca1);
    padding: 4px 14px;
    font-size: 0.75rem;
    font-family: var(--font-alt, 'Outfit', sans-serif);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.meta-item {
    font-size: 0.85rem;
    color: var(--color-text-muted, #b09ba0);
    font-family: var(--font-alt, 'Outfit', sans-serif);
}

.article-hero-title {
    font-family: var(--font-heading, 'Cinzel', serif);
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 300;
    color: var(--color-primary, #f5f0eb);
    line-height: 1.25;
    margin-bottom: 24px;
    letter-spacing: 0.02em;
}

.article-hero-lead {
    font-size: 1.18rem;
    line-height: 1.75;
    color: #e5ded8;
    font-weight: 300;
    background: rgba(227, 204, 161, 0.04);
    border-left: 3px solid var(--color-gold, #e3cca1);
    padding: 22px 26px;
    border-radius: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* Article Body Content */
.article-body-content {
    font-size: 1.0625rem;
}

.content-section {
    margin-bottom: 45px;
}

.content-section h2 {
    font-family: var(--font-heading, 'Cinzel', serif);
    font-size: clamp(1.6rem, 2.5vw, 2rem);
    font-weight: 300;
    color: var(--color-primary, #f5f0eb);
    margin-bottom: 18px;
    border-bottom: 1px solid var(--color-border, rgba(227, 204, 161, 0.15));
    padding-bottom: 10px;
    letter-spacing: 0.03em;
}

.content-section p {
    color: var(--color-text-muted, #b09ba0);
    margin-bottom: 20px;
    line-height: 1.8;
    font-weight: 300;
}

.content-section p strong {
    color: var(--color-primary, #f5f0eb);
    font-weight: 500;
}

/* Luxury Data Table */
.table-responsive {
    overflow-x: auto;
    margin: 30px 0;
    border: 1px solid var(--color-border, rgba(227, 204, 161, 0.2));
    background: rgba(16, 6, 9, 0.6);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.styled-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
    text-align: left;
}

.styled-table thead tr {
    background: rgba(227, 204, 161, 0.08);
    color: var(--color-gold, #e3cca1);
    border-bottom: 2px solid var(--color-gold, #e3cca1);
    font-family: var(--font-heading, 'Cinzel', serif);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.styled-table th, .styled-table td {
    padding: 16px 20px;
    border-right: 1px solid rgba(227, 204, 161, 0.08);
}

.styled-table th:last-child, .styled-table td:last-child {
    border-right: none;
}

.styled-table tbody tr {
    border-bottom: 1px solid rgba(227, 204, 161, 0.06);
    transition: var(--transition-fast, all 0.25s ease);
}

.styled-table tbody tr:hover {
    background: rgba(227, 204, 161, 0.05);
}

.styled-table tbody td {
    color: var(--color-text-main, #f5f0eb);
    font-weight: 300;
}

/* Studio Deluxe Authority Card */
.deluxe-authority-card {
    background: linear-gradient(135deg, rgba(37, 20, 25, 0.9), rgba(16, 6, 9, 0.95));
    border: 1px solid var(--color-gold, #e3cca1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6), inset 0 0 30px rgba(227, 204, 161, 0.05);
    padding: 35px;
    margin: 50px 0;
    position: relative;
}

.deluxe-authority-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--gold-luxury);
}

.sd-card-badge {
    background: var(--gold-luxury);
    color: #110609;
    font-family: var(--font-alt, 'Outfit', sans-serif);
    font-weight: 700;
    font-size: 0.75rem;
    padding: 4px 12px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 14px;
}

.sd-card-title {
    font-family: var(--font-heading, 'Cinzel', serif);
    font-size: clamp(1.4rem, 2.2vw, 1.8rem);
    font-weight: 400;
    color: var(--color-white, #ffffff);
    margin-bottom: 14px;
}

.sd-card-desc {
    color: var(--color-text-muted, #b09ba0);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 26px;
    font-weight: 300;
}

.sd-card-desc strong {
    color: var(--color-gold, #e3cca1);
}

.sd-link {
    color: var(--color-gold, #e3cca1);
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 600;
    transition: var(--transition-fast, all 0.25s ease);
}

.sd-link:hover {
    color: var(--color-white, #ffffff);
}

.sd-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.btn-deluxe-primary {
    background: var(--gold-luxury);
    color: #110609;
    font-family: var(--font-alt, 'Outfit', sans-serif);
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 14px 28px;
    text-decoration: none;
    transition: var(--transition-smooth, all 0.6s cubic-bezier(0.16, 1, 0.3, 1));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.btn-deluxe-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(227, 204, 161, 0.3);
}

.btn-deluxe-whatsapp {
    background: #25d366;
    color: #ffffff;
    font-family: var(--font-alt, 'Outfit', sans-serif);
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    padding: 14px 24px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition-fast, all 0.25s ease);
}

.btn-deluxe-whatsapp:hover {
    background: #20ba5a;
    transform: translateY(-2px);
}

/* FAQ Modern Luxury Accordion */
.faq-section-modern {
    margin-top: 50px;
}

.faq-section-modern h2 {
    font-family: var(--font-heading, 'Cinzel', serif);
    font-size: clamp(1.5rem, 2.2vw, 1.9rem);
    font-weight: 300;
    color: var(--color-primary, #f5f0eb);
    margin-bottom: 25px;
    border-bottom: 1px solid var(--color-border, rgba(227, 204, 161, 0.15));
    padding-bottom: 10px;
}

.faq-accordion {
    max-width: 100%;
}

.faq-item {
    border-bottom: 1px solid var(--color-border, rgba(227, 204, 161, 0.15));
    padding: 18px 0;
    transition: var(--transition-fast, all 0.25s ease);
}

.faq-trigger {
    width: 100%;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    cursor: pointer;
    font-family: var(--font-heading, 'Cinzel', serif);
    font-size: 1.2rem;
    color: var(--color-primary, #f5f0eb);
    padding: 8px 0;
    line-height: 1.4;
    transition: var(--transition-fast, all 0.25s ease);
}

.faq-trigger span {
    flex-grow: 1;
    padding-right: 15px;
}

.faq-trigger:hover, .faq-item.active .faq-trigger {
    color: var(--color-gold, #e3cca1);
}

.faq-icon {
    width: 22px;
    height: 22px;
    position: relative;
    flex-shrink: 0;
}

.faq-icon::before, .faq-icon::after {
    content: '';
    position: absolute;
    background-color: var(--color-gold, #e3cca1);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.faq-icon::before {
    width: 14px;
    height: 2px;
    top: 10px;
    left: 4px;
}

.faq-icon::after {
    width: 2px;
    height: 14px;
    left: 10px;
    top: 4px;
}

.faq-item.active .faq-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.faq-item.active > .faq-content {
    max-height: 3000px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.faq-content-inner {
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 1rem;
    color: var(--color-text-muted, #b09ba0);
    line-height: 1.75;
    font-weight: 300;
}

.faq-content-inner p {
    margin: 0;
    color: var(--color-text-muted, #b09ba0);
}

@media (max-width: 768px) {
    .article-content-wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }
    .deluxe-authority-card {
        padding: 24px 18px;
    }
    .sd-card-actions {
        flex-direction: column;
    }
    .btn-deluxe-primary, .btn-deluxe-whatsapp {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}
