/* =========================================================================
   PAGE: CHI TIẾT DỊCH VỤ (Service Detail)
   Phụ thuộc: _services_category.css (hero + thẻ pro-service-card)
   ========================================================================= */

.service-detail-hero.vc-page-hero-premium {
    padding-top: 5rem;
    padding-bottom: 4rem;
}

.service-detail-breadcrumb-wrap nav {
    margin-top: 0 !important;
    margin-bottom: 1.25rem !important;
}

.service-detail-eyebrow {
    font-size: 0.8125rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.service-detail-eyebrow__link {
    color: rgba(255, 193, 7, 0.85);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 193, 7, 0.35);
    padding-bottom: 2px;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.service-detail-eyebrow__link:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
}

.service-detail-title.text-solid-gold {
    display: inline-block;
    max-width: 20ch;
    line-height: 1.12;
}

@media (min-width: 768px) {
    .service-detail-title.text-solid-gold {
        max-width: none;
    }
}

.service-detail-lead {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.service-detail-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
}

.service-detail-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
}

.service-detail-btn-primary {
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.8rem;
    padding: 0.65rem 1.35rem;
    border-radius: 0.65rem;
    border: none;
    background: linear-gradient(135deg, var(--brand-yellow) 0%, #f59e0b 100%);
    color: #1a1a1a;
    box-shadow: 0 8px 28px rgba(255, 193, 7, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-detail-btn-primary:hover {
    color: #111;
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(255, 193, 7, 0.35);
}

.service-detail-btn-ghost {
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.65rem 1.35rem;
    border-radius: 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.service-detail-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}

/* --- Nội dung chính --- */
.service-detail-body {
    background: #050505;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

@media (min-width: 992px) {
    .service-detail-sidebar {
        position: sticky;
        top: 5.75rem;
        align-self: flex-start;
    }
}

/* Gallery */
.service-detail-gallery__main {
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
    background: #0a0a0a;
}

.service-detail-gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-detail-gallery__thumbs {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.service-detail-gallery__thumb {
    flex: 0 0 auto;
    width: 88px;
    height: 56px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 0.5rem;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.65;
    transition: opacity 0.2s ease, border-color 0.2s ease;
    background: #111;
}

.service-detail-gallery__thumb:hover,
.service-detail-gallery__thumb.is-active {
    opacity: 1;
    border-color: var(--brand-yellow);
}

.service-detail-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Card nội dung */
#noi-dung-dich-vu {
    scroll-margin-top: 6rem;
}

.service-detail-content-card {
    background: linear-gradient(165deg, rgba(18, 18, 18, 0.95) 0%, rgba(8, 8, 8, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.service-detail-content-card__head {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(0, 0, 0, 0.25);
}

.service-detail-content-card__title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
}

.service-detail-content-card__sub {
    margin: 0.35rem 0 0;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.45);
}

.service-detail-prose {
    padding: 1.5rem 1.5rem 1.75rem;
    color: #b8b8b8;
    font-size: 1rem;
    line-height: 1.75;
}

.service-detail-prose > *:first-child {
    margin-top: 0;
}

.service-detail-prose > *:last-child {
    margin-bottom: 0;
}

.service-detail-prose h2,
.service-detail-prose h3,
.service-detail-prose h4 {
    color: #eee;
    font-weight: 800;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    letter-spacing: 0.02em;
}

.service-detail-prose h2 { font-size: 1.35rem; }
.service-detail-prose h3 { font-size: 1.15rem; }
.service-detail-prose h4 { font-size: 1.05rem; }

.service-detail-prose p {
    margin-bottom: 1rem;
}

.service-detail-prose ul,
.service-detail-prose ol {
    margin-bottom: 1rem;
    padding-left: 1.25rem;
}

.service-detail-prose li {
    margin-bottom: 0.35rem;
}

.service-detail-prose a {
    color: var(--brand-yellow);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.service-detail-prose a:hover {
    color: #fff;
}

.service-detail-prose img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 1rem 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.service-detail-prose table {
    width: 100%;
    margin: 1rem 0;
    border-collapse: collapse;
    font-size: 0.9375rem;
}

.service-detail-prose th,
.service-detail-prose td {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.5rem 0.75rem;
}

.service-detail-prose th {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}

/* Sidebar CTA */
.service-detail-cta-card {
    text-align: center;
    padding: 1.5rem 1.25rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 193, 7, 0.25);
    background: linear-gradient(160deg, rgba(40, 30, 10, 0.6) 0%, rgba(12, 12, 12, 0.95) 100%);
    margin-bottom: 1rem;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.service-detail-cta-card__icon {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    background: rgba(255, 193, 7, 0.12);
    color: var(--brand-yellow);
    font-size: 1.35rem;
}

.service-detail-cta-card__title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 0.5rem;
}

.service-detail-cta-card__text {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.55;
    margin: 0 0 1.25rem;
}

.service-detail-cta-card__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 0.65rem;
    font-weight: 800;
    font-size: 0.95rem;
    background: linear-gradient(135deg, var(--brand-yellow) 0%, #f59e0b 100%);
    color: #1a1a1a;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 6px 20px rgba(255, 193, 7, 0.2);
}

.service-detail-cta-card__btn:hover {
    color: #111;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(255, 193, 7, 0.3);
}

.service-detail-cta-card__link {
    display: inline-block;
    margin-top: 1rem;
    font-size: 0.8125rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    letter-spacing: 0.04em;
}

.service-detail-cta-card__link:hover {
    color: var(--brand-yellow);
}

/* Side nav */
.service-detail-side-nav {
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(14, 14, 14, 0.9);
    overflow: hidden;
}

.service-detail-side-nav__title {
    margin: 0;
    padding: 0.85rem 1.1rem;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(0, 0, 0, 0.2);
}

.service-detail-side-nav__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.9rem 1.1rem;
    color: #ccc;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: background 0.2s ease, color 0.2s ease;
}

.service-detail-side-nav__row:last-child {
    border-bottom: none;
}

.service-detail-side-nav__row:hover {
    background: rgba(255, 193, 7, 0.06);
    color: var(--brand-yellow);
}

.service-detail-side-nav__row i {
    font-size: 0.65rem;
    opacity: 0.5;
}

/* Related */
.service-detail-related {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.service-detail-related__title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0;
}

.service-detail-related__sub {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 0.35rem;
}

.service-detail-related__all {
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--brand-yellow);
    text-decoration: none;
    white-space: nowrap;
}

.service-detail-related__all:hover {
    color: #fff;
}

.service-detail-related-card {
    height: 100%;
}
