.service-detail-page {
            --svc-yellow: #FFD700;
            --svc-black: #111315;
            --svc-text: #17191c;
            --svc-muted: #626b76;
            --svc-soft: #f7f7f7;
            --svc-white: #ffffff;
            --svc-brown: #FFD700;
            --svc-shadow-sm: 0 14px 38px rgba(17, 19, 21, 0.07);
            --svc-shadow-md: 0 24px 70px rgba(17, 19, 21, 0.11);
            --svc-shadow-lg: 0 36px 110px rgba(17, 19, 21, 0.16);
            position: relative;
            overflow: hidden;
            min-height: 100vh;
            color: var(--svc-text);
            background: radial-gradient(circle at 8% 0%, rgba(255, 215, 0, 0.10), transparent 30rem), radial-gradient(circle at 94% 8%, rgba(17, 19, 21, 0.05), transparent 30rem), linear-gradient(180deg, #ffffff 0%, #f7f7f7 48%, #ffffff 100%);
        }

            .service-detail-page::before {
                content: "";
                position: fixed;
                inset: 0;
                pointer-events: none;
                z-index: 0;
                background-image: linear-gradient(rgba(17, 19, 21, 0.024) 1px, transparent 1px), linear-gradient(90deg, rgba(17, 19, 21, 0.024) 1px, transparent 1px);
                background-size: 54px 54px;
                opacity: 0.4;
                mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 72%);
            }

        .svc-shell {
            width: min(92vw, 1320px);
            margin-inline: auto;
            position: relative;
            z-index: 2;
        }

        .svc-hero {
            position: relative;
            overflow: hidden;
            min-height: clamp(245px, 30vw, 390px);
            display: flex;
            align-items: center;
            color: #ffffff;
            background: radial-gradient(circle at 18% 18%, rgba(255, 215, 0, 0.15), transparent 24rem), linear-gradient(135deg, #2f3338 0%, #25282d 48%, #17191c 100%);
            margin-bottom: clamp(1.5rem, 3vw, 2.4rem);
            box-shadow: 0 16px 46px rgba(0, 0, 0, 0.16);
            isolation: isolate;
        }

            .svc-hero::after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                height: 4px;
                background: var(--svc-yellow);
                box-shadow: 0 -10px 30px rgba(255, 215, 0, 0.22);
                z-index: 5;
            }

        .svc-hero-bg {
            position: absolute;
            inset: 0;
            z-index: 0;
            background-image: url('@heroImage');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            opacity: 0.42;
            transform: scale(1.04);
            filter: saturate(1.03) contrast(1.04) brightness(0.92);
            animation: svcHeroImageFloat 8s ease-out both;
        }

            .svc-hero-bg::before {
                content: "";
                position: absolute;
                inset: 0;
                background: linear-gradient(90deg, rgba(31, 34, 38, 0.94) 0%, rgba(31, 34, 38, 0.70) 52%, rgba(31, 34, 38, 0.38) 100%), radial-gradient(circle at 16% 20%, rgba(255, 215, 0, 0.18), transparent 22rem);
            }

        .svc-hero-content {
            position: relative;
            z-index: 4;
            width: 100%;
            padding: clamp(2.2rem, 4.2vw, 3.6rem) 0 clamp(2rem, 3.8vw, 3.2rem);
        }

        .svc-hero-grid {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(210px, 285px);
            gap: clamp(1.1rem, 3vw, 2.2rem);
            align-items: center;
        }

        .svc-hero-copy {
            max-width: 860px;
            animation: svcFadeUp 0.78s cubic-bezier(0.22, 1, 0.36, 1) both;
        }

        .svc-breadcrumb .breadcrumb {
            margin-bottom: 0.9rem;
            --bs-breadcrumb-divider-color: rgba(255, 215, 0, 0.76);
        }

        .svc-breadcrumb .breadcrumb-item,
        .svc-breadcrumb .breadcrumb-item.active {
            color: rgba(255, 255, 255, 0.78);
        }

            .svc-breadcrumb .breadcrumb-item a {
                color: var(--svc-yellow);
                text-decoration: none;
                font-weight: 850;
            }

                .svc-breadcrumb .breadcrumb-item a:hover,
                .svc-breadcrumb .breadcrumb-item a:focus {
                    color: #ffffff;
                }

        .svc-kicker,
        .svc-section-label {
            display: inline-flex;
            align-items: center;
            gap: 0.52rem;
            width: fit-content;
            margin-bottom: 0.8rem;
            padding: 0.48rem 0.82rem;
            border-radius: 999px;
            border: 1px solid rgba(255, 215, 0, 0.36);
            background: rgba(255, 215, 0, 0.12);
            color: var(--svc-yellow);
            font-size: 0.72rem;
            font-weight: 950;
            letter-spacing: 0.13em;
            text-transform: uppercase;
        }

        .svc-section-label {
            color: var(--svc-brown);
        }

        .svc-hero-title {
            margin: 0;
            color: #ffffff;
            max-width: 820px;
            font-size: clamp(1.9rem, 4.2vw, 4.35rem);
            font-weight: 950;
            line-height: 0.98;
            letter-spacing: -0.062em;
            text-wrap: balance;
            text-shadow: 0 16px 40px rgba(0, 0, 0, 0.32);
        }

        .svc-hero-subtitle {
            max-width: 700px;
            margin: 0.8rem 0 0;
            color: rgba(255, 255, 255, 0.86);
            font-size: clamp(0.94rem, 0.9rem + 0.2vw, 1.05rem);
            line-height: 1.62;
        }

        .svc-hero-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 0.72rem;
            margin-top: 1rem;
        }

        .svc-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            min-height: 2.8rem;
            padding: 0.7rem 1.08rem;
            border-radius: 999px;
            border: 0;
            text-decoration: none;
            font-weight: 900;
            transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease;
        }

        .svc-btn-primary {
            color: #101010;
            background: var(--svc-yellow);
            box-shadow: 0 15px 36px rgba(255, 215, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.42);
        }

            .svc-btn-primary:hover,
            .svc-btn-primary:focus {
                color: #050505;
                background: var(--svc-yellow);
                transform: translateY(-3px);
                box-shadow: 0 22px 52px rgba(255, 215, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.54);
            }

        .svc-btn-secondary {
            color: #ffffff;
            border: 1px solid rgba(255, 255, 255, 0.24);
            background: rgba(255, 255, 255, 0.08);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
        }

            .svc-btn-secondary:hover,
            .svc-btn-secondary:focus {
                color: #101010;
                background: var(--svc-yellow);
                border-color: var(--svc-yellow);
                transform: translateY(-3px);
            }

        .svc-hero-card {
            position: relative;
            overflow: hidden;
            padding: 1rem;
            border-radius: 24px;
            background: radial-gradient(circle at 82% 0%, rgba(255, 215, 0, 0.18), transparent 8rem), linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.04));
            box-shadow: 0 24px 60px rgba(0, 0, 0, 0.30);
            color: #ffffff;
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            animation: svcScaleIn 0.78s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
            transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.42s ease;
        }

            .svc-hero-card:hover {
                transform: translateY(-7px);
                box-shadow: 0 30px 76px rgba(0, 0, 0, 0.36);
            }

        .svc-hero-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 3rem;
            height: 3rem;
            margin-bottom: 0.75rem;
            border-radius: 18px;
            color: #101010;
            background: var(--svc-yellow);
            box-shadow: 0 14px 34px rgba(255, 215, 0, 0.28);
            font-size: 1.2rem;
        }

        .svc-hero-card strong {
            display: block;
            color: #ffffff;
            font-size: 1.08rem;
            font-weight: 950;
            line-height: 1.1;
            letter-spacing: -0.035em;
        }

        .svc-hero-card span {
            display: block;
            margin-top: 0.45rem;
            color: rgba(255, 255, 255, 0.74);
            font-size: 0.82rem;
            line-height: 1.45;
            font-weight: 700;
        }

        .svc-main {
            position: relative;
            z-index: 2;
            padding-bottom: clamp(2.6rem, 5vw, 4.2rem);
        }

        .svc-detail-grid {
            display: grid;
            grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
            gap: clamp(1rem, 2.8vw, 2.2rem);
            align-items: stretch;
        }

        .svc-media-card,
        .svc-info-card,
        .svc-rich-card,
        .svc-spec-card,
        .svc-related-card,
        .svc-side-card {
            position: relative;
            overflow: hidden;
            border: 0;
            border-radius: 32px;
            background: radial-gradient(circle at 96% 0%, rgba(255, 215, 0, 0.11), transparent 12rem), linear-gradient(180deg, #ffffff 0%, #f8f8f6 100%);
            box-shadow: 0 20px 60px rgba(17, 19, 21, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.95);
            isolation: isolate;
            transition: transform 0.44s cubic-bezier(.16, 1, .3, 1), box-shadow 0.44s ease;
        }

            .svc-media-card:hover,
            .svc-info-card:hover,
            .svc-rich-card:hover,
            .svc-spec-card:hover,
            .svc-related-card:hover,
            .svc-side-card:hover {
                transform: translateY(-8px);
                box-shadow: 0 34px 96px rgba(17, 19, 21, 0.14), 0 16px 42px rgba(255, 215, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 1);
            }

            .svc-media-card::before,
            .svc-info-card::before,
            .svc-rich-card::before,
            .svc-spec-card::before,
            .svc-related-card::before,
            .svc-side-card::before {
                content: "";
                position: absolute;
                inset: 0 0 auto;
                height: 5px;
                background: var(--svc-yellow);
                z-index: 5;
            }

        .svc-media-card {
            padding: 0.75rem;
            animation: svcRevealLeft 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
        }

        .svc-image-wrap {
            position: relative;
            overflow: hidden;
            min-height: clamp(320px, 34vw, 455px);
            border-radius: 26px;
            background: radial-gradient(circle at center, rgba(255, 215, 0, 0.14), transparent 56%), linear-gradient(135deg, #ffffff, #f2f2f2);
        }

            .svc-image-wrap img {
                display: block;
                width: 100%;
                height: clamp(320px, 34vw, 455px);
                object-fit: cover;
                object-position: center;
                transform: scale(1.002);
                transition: transform 0.9s cubic-bezier(.16, 1, .3, 1), filter 0.36s ease;
            }

        .svc-media-card:hover .svc-image-wrap img {
            transform: scale(1.06);
            filter: saturate(1.06) contrast(1.04) brightness(1.02);
        }

        .svc-placeholder {
            min-height: clamp(320px, 34vw, 455px);
            display: grid;
            place-items: center;
            color: var(--svc-yellow);
            background: radial-gradient(circle at center, rgba(255, 215, 0, 0.16), transparent 55%), linear-gradient(135deg, #3a3e44, #292c30);
            font-size: clamp(3rem, 7vw, 5rem);
        }

        .svc-info-card {
            padding: clamp(1.25rem, 2.5vw, 2rem);
            display: flex;
            flex-direction: column;
            justify-content: center;
            animation: svcRevealRight 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
        }

        .svc-title-main {
            margin: 0;
            color: var(--svc-black);
            font-size: clamp(1.8rem, 3.6vw, 3.45rem);
            font-weight: 950;
            line-height: 0.98;
            letter-spacing: -0.065em;
            text-wrap: balance;
        }

            .svc-title-main::after,
            .svc-rich-title::after,
            .svc-spec-title::after,
            .svc-related-title::after {
                content: "";
                display: block;
                width: 5rem;
                height: 4px;
                margin-top: 0.8rem;
                border-radius: 999px;
                background: var(--svc-yellow);
                box-shadow: 0 10px 28px rgba(255, 215, 0, 0.24);
            }

        .svc-pill {
            display: inline-flex;
            align-items: center;
            gap: 0.45rem;
            width: fit-content;
            padding: 0.46rem 0.7rem;
            border-radius: 999px;
            background: rgba(255, 215, 0, 0.12);
            color: var(--svc-brown);
            font-size: 0.79rem;
            font-weight: 900;
            text-decoration: none;
            border: 0;
        }

        .svc-meta-row {
            display: flex;
            flex-wrap: wrap;
            gap: 0.55rem;
            margin-top: 0.95rem;
        }

        .svc-description-lead {
            margin-top: 1rem;
            margin-bottom: 0;
            color: #4f565e;
            font-size: clamp(0.97rem, 0.94rem + 0.16vw, 1.05rem);
            line-height: 1.7;
            font-weight: 500;
        }

        .svc-actions-row {
            display: flex;
            flex-wrap: wrap;
            gap: 0.65rem;
            margin-top: 1.05rem;
        }

        .svc-rich-card,
        .svc-spec-card {
            margin-top: clamp(1rem, 2.5vw, 1.8rem);
            padding: clamp(1.3rem, 2.8vw, 2.2rem);
            animation: svcFadeUp 0.82s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
        }

            .svc-rich-card::after,
            .svc-spec-card::after,
            .svc-related-card::after,
            .svc-side-card::after {
                content: "";
                position: absolute;
                width: 17rem;
                height: 17rem;
                right: -8.5rem;
                top: -8.5rem;
                border-radius: 999px;
                background: rgba(255, 215, 0, 0.10);
                z-index: -1;
                pointer-events: none;
            }

        .svc-rich-head,
        .svc-spec-head,
        .svc-related-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
            margin-bottom: 1rem;
        }

        .svc-rich-title-wrap,
        .svc-spec-title-wrap,
        .svc-related-title-wrap {
            min-width: 0;
        }

        .svc-rich-title,
        .svc-spec-title,
        .svc-related-title {
            margin: 0;
            color: var(--svc-black);
            font-size: clamp(1.45rem, 2.8vw, 2.6rem);
            font-weight: 950;
            line-height: 1;
            letter-spacing: -0.055em;
            text-wrap: balance;
        }

        .svc-rich-icon,
        .svc-spec-icon,
        .svc-related-icon {
            flex: 0 0 auto;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 3.25rem;
            height: 3.25rem;
            border-radius: 20px;
            color: #101010;
            background: var(--svc-yellow);
            box-shadow: 0 14px 34px rgba(255, 215, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.42);
        }

        .svc-content-text {
            color: var(--svc-muted);
            line-height: 1.85;
            font-size: 0.98rem;
            max-width: 1040px;
        }

            .svc-content-text p {
                margin-bottom: 0.85rem;
            }

                .svc-content-text p:last-child {
                    margin-bottom: 0;
                }

            .svc-content-text strong {
                color: var(--svc-black);
            }

            .svc-content-text a {
                color: var(--svc-brown);
                font-weight: 850;
                text-underline-offset: 0.2em;
            }

        .svc-specs {
            white-space: pre-wrap;
        }

        .svc-related-section {
            margin-top: clamp(2.2rem, 4.5vw, 3.6rem);
            padding-top: clamp(1.9rem, 4vw, 3rem);
            position: relative;
        }

            .svc-related-section::before {
                content: "";
                position: absolute;
                inset: 0 8% auto;
                height: 1px;
                background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.52), transparent);
            }

        .svc-related-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: clamp(0.9rem, 1.8vw, 1.25rem);
        }

        .svc-related-card {
            display: flex;
            flex-direction: column;
            min-height: 100%;
            padding: 1.15rem;
            border-radius: 26px;
        }

        .svc-related-link {
            display: flex;
            align-items: center;
            gap: 0.8rem;
            color: var(--svc-black);
            text-decoration: none;
            font-size: 1.02rem;
            line-height: 1.25;
            font-weight: 950;
        }

            .svc-related-link i {
                flex: 0 0 auto;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 2.55rem;
                height: 2.55rem;
                border-radius: 16px;
                color: #101010;
                background: var(--svc-yellow);
                box-shadow: 0 12px 28px rgba(255, 215, 0, 0.24);
                transition: transform 0.3s cubic-bezier(.16, 1, .3, 1), box-shadow 0.3s ease;
            }

        .svc-related-card:hover .svc-related-link i {
            transform: translateX(4px) scale(1.05);
            box-shadow: 0 18px 42px rgba(255, 215, 0, 0.34);
        }

        @keyframes svcFadeUp {
            from

        {
            opacity: 0;
            transform: translateY(24px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }

        }

        @keyframes svcRevealLeft {
            from

        {
            opacity: 0;
            transform: translateX(-30px) scale(0.985);
            filter: blur(8px);
        }

        to {
            opacity: 1;
            transform: translateX(0) scale(1);
            filter: blur(0);
        }

        }

        @keyframes svcRevealRight {
            from

        {
            opacity: 0;
            transform: translateX(30px) scale(0.985);
            filter: blur(8px);
        }

        to {
            opacity: 1;
            transform: translateX(0) scale(1);
            filter: blur(0);
        }

        }

        @keyframes svcScaleIn {
            from

        {
            opacity: 0;
            transform: translateY(16px) scale(0.96);
        }

        to {
            opacity: 1;
            transform: translateY(0) scale(1);
        }

        }

        @keyframes svcHeroImageFloat {
            from

        {
            transform: scale(1.075) translateY(10px);
        }

        to {
            transform: scale(1.04) translateY(0);
        }

        }

        .service-detail-page a:focus-visible {
            outline: 3px solid rgba(255, 215, 0, 0.55);
            outline-offset: 3px;
            border-radius: 10px;
        }

        @media (max-width: 1199.98px) {
            .svc-related-grid

        {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        }

        @media (max-width: 991.98px) {
            .svc-hero-grid, .svc-detail-grid

        {
            grid-template-columns: 1fr;
        }

        .svc-hero-card {
            max-width: 360px;
        }

        .svc-info-card {
            justify-content: flex-start;
        }

        .svc-image-wrap,
        .svc-image-wrap img,
        .svc-placeholder {
            min-height: 340px;
            height: 340px;
        }

        }

        @media (max-width: 767.98px) {
            .svc-shell

        {
            width: 100%;
            padding-inline: 1rem;
        }

        .svc-hero {
            min-height: auto;
        }

        .svc-hero-content {
            padding: 2rem 0;
        }

        .svc-hero-copy,
        .svc-info-card,
        .svc-rich-card,
        .svc-spec-card,
        .svc-related-head {
            text-align: center;
        }

        .svc-breadcrumb .breadcrumb {
            justify-content: center;
        }

        .svc-kicker,
        .svc-section-label,
        .svc-meta-row {
            margin-inline: auto;
            justify-content: center;
        }

        .svc-hero-card {
            max-width: none;
        }

        .svc-hero-subtitle {
            margin-inline: auto;
        }

        .svc-hero-actions,
        .svc-actions-row {
            justify-content: center;
        }

        .svc-btn {
            width: 100%;
        }

        .svc-title-main::after,
        .svc-rich-title::after,
        .svc-spec-title::after,
        .svc-related-title::after {
            margin-inline: auto;
        }

        .svc-image-wrap,
        .svc-image-wrap img,
        .svc-placeholder {
            min-height: 260px;
            height: 260px;
        }

        .svc-info-card {
            padding: 1.15rem;
        }

        .svc-rich-head,
        .svc-spec-head,
        .svc-related-head {
            flex-direction: column-reverse;
            justify-content: center;
        }

        .svc-content-text {
            text-align: left;
        }

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

        }

        @media (prefers-reduced-motion: reduce) {
            *, *::before, *::after

        {
            animation-duration: 0.01ms !important;
            animation-iteration-count: 1 !important;
            transition-duration: 0.01ms !important;
            scroll-behavior: auto !important;
        }

        }
