
        /* ... تمام CSS اصلی شما بدون تغییر ... */
        * {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            padding: 0;
            background-color: #050505;
            font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            color: #fff;
            overflow-x: hidden;
        }

        ::-webkit-scrollbar { width: 6px; }
        ::-webkit-scrollbar-track { background: #050505; }
        ::-webkit-scrollbar-thumb {
            background: linear-gradient(to bottom, rgba(201, 201, 201, 0.1), rgba(255, 255, 255, 0.4), rgba(201, 201, 201, 0.1));
            border-radius: 10px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: rgba(255, 255, 255, 0.6);
            box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
        }

        .hero-section {
            width: 100%;
            height: 350px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: linear-gradient(rgb(39 39 39 / 38%), rgb(0 0 0 / 70%)), url('/assets/images/page-header-bg.jpg') center center;
            background-size: cover;
            border-bottom: 1px solid #222;
            position: relative;
            overflow: hidden;
        }

        #animated-text {
            color: #e3e3e3;
            font-size: 4.2rem;
            letter-spacing: 15px;
            margin: 0;
            display: flex;
            text-transform: uppercase;
            flex-wrap: wrap;
            justify-content: center;
            text-shadow: 0 0 10px #00000054, 0 0 20px #c0c0c0a8, 0 0 30px #000000, 0 0 40px #0000008a, 0 0 50px #616161, 0 0 60px #2d2d2d;
            font-family: 'Playfair Display', serif;
            padding: 0 20px;
            text-align: center;
        }

        .main-container {
            display: flex;
            max-width: 1200px;
            margin: 50px auto;
            gap: 60px;
            padding: 0 20px;
            align-items: flex-start;
        }

        .left-column {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 50px;
            min-width: 0;
        }

        .branding-card {
            background-color: #0a111a;
            border: 2px solid #C0C0C0;
            border-radius: 15px;
            text-align: center;
            position: relative;
            overflow: hidden;
            margin-inline: auto;
            width: 100%;
            max-width: 550px;
            box-shadow: 0 0 15px rgba(192, 192, 192, 0.3), 0 0 30px rgba(255, 255, 255, 0.2);
            transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
        }

        .branding-card:hover {
            box-shadow: 0 0 25px rgba(192, 192, 192, 0.6), 0 0 40px rgba(255, 255, 255, 0.4);
            border-color: #ffffff;
            transform: translateY(-5px);
        }

        .branding-card::before,
        .branding-card::after {
            content: '';
            position: absolute;
            width: 40px;
            height: 40px;
            border: 2px solid #C0C0C0;
        }

        .branding-card::before {
            top: 15px;
            left: 15px;
            border-right: none;
            border-bottom: none;
        }

        .branding-card::after {
            bottom: 15px;
            right: 15px;
            border-left: none;
            border-top: none;
        }

        .shield-icon {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }

        .branding-image {
            width: 100%;
            max-width: 100%;
            height: auto;
            object-fit: contain;
            transition: transform 0.4s ease;
            filter: drop-shadow(0 0 10px rgba(192, 192, 192, 0.2));
        }

        .branding-card:hover .branding-image {
            transform: scale(1.08) translateY(-5px);
            filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.4));
        }

        .content-section {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

        .service-heading {
            font-size: 2.5rem;
            color: #E5E4E2;
            margin: 0;
            font-weight: 600;
            letter-spacing: 1px;
            font-family: 'Montserrat', sans-serif;
            word-break: break-word;
        }

        .gold-subheading {
            color: #C0C0C0;
            font-size: 1.3rem;
            font-weight: bold;
            letter-spacing: 1px;
            margin: 0;
            line-height: 1.6;
            font-family: 'Montserrat', sans-serif;
            word-break: break-word;
        }

        .description-text {
            color: #e0e0e0;
            font-size: 1.05rem;
            line-height: 1.8;
            margin: 0;
            font-family: 'Montserrat', sans-serif;
        }

        .stats-section {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: rgba(25, 25, 25, 0.6);
            backdrop-filter: blur(10px);
            border: 1px solid rgb(233 234 255 / 86%);
            border-radius: 15px;
            padding: 30px;
            margin: 40px 0;
            text-align: center;
            flex-wrap: wrap;
            gap: 20px;
        }

        .stat-item { 
            flex: 1;
            min-width: 120px;
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 5px;
            color: #C0C0C0;
        }

        .stat-label {
            font-size: 0.9rem;
            color: #cccccc;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .slider-section {
            text-align: center;
            width: 100%;
            padding: 20px 0;
            margin-top: 20px;
        }

        .slider-title {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            font-weight: 800;
            margin-bottom: 8px;
            color: #E5E4E2;
        }

        .slider-subtitle {
            font-size: 1rem;
            color: #888;
            margin-bottom: 40px;
            font-family: 'Montserrat', sans-serif;
        }

        .slider-container {
            position: relative;
            width: 100%;
            max-width: 340px;
            height: 460px;
            margin: 0 auto;
            cursor: grab;
            user-select: none;
        }

        .slider-container:active { cursor: grabbing; }

        .card {
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 24px;
            background-size: cover;
            background-position: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
            transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s, z-index 0s, box-shadow 0.4s ease, border-color 0.4s ease;
            opacity: 0;
            transform: translate(0, 0) scale(0.9);
            z-index: 1;
            display: flex;
            align-items: flex-end;
            padding: 30px;
            box-sizing: border-box;
            border: 1px solid #222;
        }

        .card.active {
            opacity: 1;
            transform: translate(0, 0) scale(1);
            z-index: 3;
            box-shadow: 0 0 25px rgba(192, 192, 192, 0.6), 0 0 40px rgba(255, 255, 255, 0.4);
            border-color: #ffffff;
        }

        .card.next {
            opacity: 1;
            transform: translate(35px, 15px) scale(0.96);
            z-index: 2;
            box-shadow: 0 0 25px rgba(192, 192, 192, 0.6), 0 0 40px rgba(255, 255, 255, 0.4);
            border-color: #ffffff;
        }

        .card-content {
            color: white;
            text-align: left;
            background: rgba(0, 0, 0, 0.6);
            padding: 15px;
            border-radius: 12px;
            backdrop-filter: blur(5px);
            width: 100%;
            border: 1px solid rgba(192, 192, 192, 0.2);
        }

        .card-content h3 {
            margin: 0 0 5px 0;
            font-size: 1.2rem;
            color: #C0C0C0;
            font-family: 'Montserrat', sans-serif;
        }

        .card-content p {
            margin: 0;
            font-size: 0.9rem;
            opacity: 0.8;
            color: #ddd;
            font-family: 'Montserrat', sans-serif;
        }

        .right-column-wrapper {
            width: 350px;
            position: sticky;
            top: 70px;
            display: flex;
            flex-direction: column;
            gap: 40px;
        }

        .services-box,
        .contact-box {
            background-color: #0c0c0c;
            border-radius: 20px;
            padding: 30px;
            border: 1px solid #1a1a1a;
        }

        .services-box h3 {
            font-size: 1.2rem;
            margin-top: 0;
            margin-bottom: 20px;
            border-bottom: 1px solid #222;
            padding-bottom: 20px;
            font-family: 'Montserrat', sans-serif;
        }

        .services-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .services-list li {
            padding: 20px 0;
            border-bottom: 1px solid #1a1a1a;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 0.95rem;
            color: #ccc;
            cursor: pointer;
            transition: color 0.3s ease;
            font-family: 'Montserrat', sans-serif;
        }

        .services-list li:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        .services-list li:hover { color: #fff; }

        .arrow-icon {
            color: #C0C0C0;
            font-weight: bold;
            font-size: 1.2rem;
            transition: transform 0.3s ease;
        }

        .services-list li:hover .arrow-icon {
            transform: translate(3px, -3px);
        }

        .contact-box {
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
            padding: 45px 30px;
        }

        .contact-icon svg {
            width: 45px;
            height: 45px;
            fill: none;
            stroke: #333;
            stroke-width: 1.5;
        }

        .contact-box h4 {
            color: #C0C0C0;
            font-size: 1.25rem;
            margin: 0;
            font-weight: bold;
            letter-spacing: 1px;
            font-family: 'Montserrat', sans-serif;
        }

        .contact-box p {
            color: #888;
            font-size: 0.9rem;
            line-height: 1.6;
            margin: 0;
            padding: 0 10px;
            font-family: 'Montserrat', sans-serif;
        }

        .contact-btn,
        .package-btn {
            background-color: #000;
            color: #C0C0C0;
            border: 1px solid #C0C0C0;
            padding: 14px 35px;
            font-size: 0.95rem;
            font-weight: bold;
            border-radius: 10px;
            cursor: pointer;
            transition: all 0.4s ease !important;
            position: relative;
            overflow: hidden;
            margin-top: 10px;
            width: 80%;
            font-family: 'Montserrat', sans-serif;
        }

        .contact-btn:hover,
        .package-btn:hover {
            background-color: #C0C0C0;
            color: #000;
            transform: translateY(-2px);
            box-shadow: 0 0 15px rgba(192, 192, 192, 0.6), 0 0 30px rgba(192, 192, 192, 0.3);
            border-color: #ffffff;
        }

        .gallery-container {
            width: 100%;
            max-width: 1400px;
            padding: 100px 20px;
            margin: 0 auto;
        }

        .gallery-title {
            text-align: center;
            color: #C0C0C0;
            font-size: 2.5rem;
            letter-spacing: 10px;
            text-transform: uppercase;
            margin-bottom: 50px;
            font-weight: 700;
            font-family: 'Playfair Display', serif;
            word-break: break-word;
        }

        .slider-wrapper {
            position: relative;
            width: 100%;
            overflow: hidden;
            margin-bottom: 20px;
            padding: 20px 0;
            -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
            mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
        }

        .slider-track {
            display: flex;
            gap: 20px;
            width: max-content;
        }

        .slider-track:hover {
            animation-play-state: paused !important;
        }

        .slide {
            height: 220px;
            flex-shrink: 0;
            border-radius: 16px;
            overflow: hidden;
            position: relative;
            cursor: pointer;
            transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
            background-color: #111;
            box-shadow: 0 0 10px rgba(192, 192, 192, 0.3);
        }

        .slide.narrow { width: 220px; }

        .slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: brightness(0.6);
            transition: filter 0.4s ease;
        }

        .slide:hover {
            box-shadow: 0 0 30px rgba(192, 192, 192, 0.4), 0 10px 20px rgba(255, 255, 255, 0.1);
            transform: translateY(-5px) scale(1.02);
            z-index: 10;
            border-color: #ffffff;
        }

        .slide:hover img { filter: brightness(1.1); }

        @keyframes scrollLeft {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

        .track-top {
            animation: scrollLeft 35s linear infinite;
        }

        .packages-section {
            padding: 100px 20px;
            background: #050505;
        }

        .packages-title {
            text-align: center;
            color: #E5E4E2;
            font-size: 2.5rem;
            margin-bottom: 60px;
            font-family: 'Playfair Display', serif;
            word-break: break-word;
        }

        .packages-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .package-card {
            background: #0c0c0c;
            border: 1px solid #1a1a1a;
            padding: 40px;
            border-radius: 20px;
            transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
            opacity: 0;
            transform: translateY(40px);
            box-shadow: 0 0 10px rgba(192, 192, 192, 0.3);
        }

        .package-card.visible {
            opacity: 1;
            transform: translateY(0);
            transition: opacity 0.8s ease, transform 0.8s ease;
        }

        .package-card:hover {
            border-color: #C0C0C0;
            transform: translateY(-10px);
            box-shadow: 0 0 25px rgba(192, 192, 192, 0.6), 0 0 40px rgba(255, 255, 255, 0.4);
        }

        .package-header {
            color: #C0C0C0;
            font-size: 1.4rem;
            margin-bottom: 30px;
            font-family: 'Montserrat', sans-serif;
        }

        .package-list {
            list-style: none;
            padding: 0;
            color: #ccc;
            line-height: 2.2;
            min-height: 250px;
            font-family: 'Montserrat', sans-serif;
            margin-bottom: 30px;
        }

        .package-list li::before {
            content: "• ";
            color: #C0C0C0;
            font-weight: bold;
            margin-right: 10px;
        }

        .package-btn {
            width: 100%;
            padding: 15px;
            border-radius: 8px;
            background: transparent;
        }

        .faq-section { margin-top: 180px; }

        .faq-title {
            font-size: 2rem;
            color: #fff;
            letter-spacing: 4px;
            margin-bottom: 40px;
            line-height: 1.4;
            margin-top: 0;
            font-family: 'Playfair Display', serif;
            word-break: break-word;
        }

        .faq-title .gold-text { color: #C0C0C0; }

        .faq-item {
            background-color: #0c0c0c;
            border: 1px solid #E5E4E2;
            border-radius: 8px;
            margin-bottom: 15px;
            overflow: hidden;
        }

        .faq-question {
            width: 100%;
            background: transparent;
            border: none;
            color: #fff;
            padding: 25px 20px;
            font-size: 1.1rem;
            font-weight: bold;
            text-align: left;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-family: inherit;
            gap: 10px;
        }

        .faq-icon {
            color: #C0C0C0;
            font-size: 1.5rem;
            font-weight: normal;
            transition: transform 0.3s ease;
            flex-shrink: 0;
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.4s ease;
            padding: 0 20px;
            color: #bbb;
            line-height: 1.7;
            font-size: 0.95rem;
            font-family: 'Montserrat', sans-serif;
        }

        .faq-item.active .faq-answer {
            padding-bottom: 25px;
            max-height: 500px;
        }

        .faq-item.active .faq-icon {
            transform: rotate(45deg);
        }

        .detailed-services-list {
            list-style: none;
            padding: 0;
            color: #e0e0e0;
            font-size: 1.05rem;
            line-height: 1.8;
            margin: 0;
            font-family: 'Montserrat', sans-serif;
        }

        .detailed-services-list li {
            margin-bottom: 20px;
            line-height: 1.6;
        }

        .detailed-services-list li:last-child { margin-bottom: 0; }

        @media (max-width: 992px) {
            .main-container {
                flex-direction: column;
                gap: 40px;
            }
            .right-column-wrapper {
                width: 100%;
                position: static;
            }
            .packages-grid {
                grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            }
            .stats-section {
                flex-direction: column;
            }
            .stat-item {
                width: 100%;
            }
        }

        @media (max-width: 768px) {
            .hero-section { height: 250px; }
            #animated-text { font-size: 2.5rem; letter-spacing: 5px; }
            .branding-card { width: 100%; max-width: 100%; }
            .service-heading { font-size: 2rem; }
            .gold-subheading { font-size: 1.1rem; }
            .description-text { font-size: 1rem; }
            .faq-title, .packages-title { font-size: 1.8rem; letter-spacing: 2px; }
            .packages-grid { grid-template-columns: 1fr; }
            .package-list { min-height: auto; margin-bottom: 30px; }
            .card.next { transform: translate(20px, 10px) scale(0.96); }
            .slide.narrow { width: 180px; }
            .slide { height: 200px; }
            .packages-section { padding: 60px 20px; }
            .gallery-container { padding: 60px 20px; }
            .gallery-title { font-size: 1.8rem; letter-spacing: 5px; }
            .slider-title { font-size: 2rem; }
            .slider-subtitle { font-size: 0.9rem; }
            .stats-section { padding: 20px; }
            .stat-number { font-size: 2rem; }
            .stat-label { font-size: 0.8rem; }
            .contact-box { padding: 30px 20px; }
            .contact-box h4 { font-size: 1.1rem; }
            .contact-box p { font-size: 0.85rem; }
            .faq-question { font-size: 1rem; padding: 20px 15px; }
            .faq-answer { font-size: 0.9rem; padding: 0 15px; }
            .package-card { padding: 30px 20px; }
            .package-header { font-size: 1.2rem; }
        }

        @media (max-width: 480px) {
            #animated-text { font-size: 2rem; letter-spacing: 3px; }
            .gold-subheading { font-size: 1rem; }
            .service-heading { font-size: 1.6rem; }
            .description-text { font-size: 0.95rem; }
            .faq-question { font-size: 0.95rem; padding: 18px 12px; }
            .faq-answer { font-size: 0.85rem; }
            .slider-container { width: 100%; height: 400px; }
            .slide.narrow { width: 150px; }
            .slide { height: 160px; }
            .branding-card { width: 100%; }
            .shield-icon { padding: 15px; }
            .packages-title { font-size: 1.5rem; }
            .faq-title { font-size: 1.4rem; }
            .gallery-title { font-size: 1.5rem; letter-spacing: 3px; }
            .slider-title { font-size: 1.6rem; }
            .stat-number { font-size: 1.8rem; }
            .stat-label { font-size: 0.75rem; }
            .contact-btn, .package-btn { font-size: 0.85rem; padding: 12px 20px; }
        }