﻿@font-face {
    font-family: 'MainFont';
    src: url('/static/font/AradFD-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap; 
}


*,html,body {
    font-family: 'MainFont','Vazirmatn', sans-serif ;
}

html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    max-width: 100%;
}

body {
    background: #000000;
    color: #e8e8e8;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

main {
    margin: 0;
    padding: 0;
    max-width: 100%;
    overflow-x: clip;
}

img, video, iframe, embed, object, table {
    max-width: 100%;
}

/* Breadcrumb - استایل سراسری با خوانایی بالا */
.breadcrumb {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 0.75rem 1.25rem;
    font-size: 0.95rem;
    border: 1px solid rgba(90, 8, 12, 0.25);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

.breadcrumb-item {
    display: inline;
    color: #444;
}

.breadcrumb-item a {
    color: #555;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #5A080C;
}

.breadcrumb-item.active {
    color: #5A080C !important;
    font-weight: 600;
}

.breadcrumb-separator {
    display: inline;
    margin: 0 4px;
    color: #8B1820;
    font-weight: bold;
    padding: 0 0.5rem;
}

:root {
   
    --color-black: #000000;
    --color-white: #ffffff;
    --color-gold: #5A080C;
    --color-gold-glow: #8B1820;
    --color-dark: #0a0a0a;
    --color-darker: #050505;
    --color-light: #e8e8e8;
    --color-gray: #999999;
    --color-text: #b0b0b0;
    --color-red: #dc3545;
    --color-green: #28a745;
    --color-green-shadow: #28a745;

    
    --bg-body: #000000;
    --bg-div: rgba(90, 8, 12, 0.08);
    --bg-header-gradient: #0a0a0a;
    --bg-footer-gradient: #0a0a0a;
    --bg-icon-overlay: rgba(90, 8, 12, 0.12);
    --bg-icon-hover: var(--color-gold);
    --bg-search-input: rgba(255, 255, 255, 0.06);
    --bg-search-focus: rgba(90, 8, 12, 0.2);

   
    --border-thin: 1.5px;
    --border-thick: 2px;
    --border-gold: var(--color-gold);
    --border-gold-alpha: rgba(90, 8, 12, 0.3);
    --border-white: var(--color-white);
    --radius-sm: 8px;
    --radius-md: 25px;
    --radius-lg: 50px;
    --radius-full: 50%;

  
    --size-logo: 130px;
    --size-icon: 48px;
    --size-icon-lg: 55px;
    --size-badge: 22px;
    --size-search-max: 300px;
    --size-search-mobile: 250px;
    --gap-social: 15px;

   
    --shadow-header: 0 10px 30px rgba(0, 0, 0, 0.1);
    --shadow-footer: 0 -15px 40px rgba(0, 0, 0, 0.1);
    --shadow-icon: 0 12px 25px rgba(90, 8, 12, 0.3);
    --shadow-icon-hover: 0 15px 30px rgba(90, 8, 12, 0.4), 0 0 30px rgba(90, 8, 12, 0.2);
    --shadow-badge: 0 0 15px rgba(90, 8, 12, 0.5), 0 0 25px rgba(255, 107, 107, 0.3);
    --shadow-badge-pulse: 0 0 25px rgba(90, 8, 12, 0.7), 0 0 40px rgba(255, 107, 107, 0.5);
    --shadow-glow-gold: 0 0 15px var(--color-gold);
    --shadow-text: 0 1px 3px rgba(0, 0, 0, 0.2);

   
    --transition-fast: 0.3s ease;
    --transition-normal: 0.4s ease;
    --transition-slow: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    --transition-ripple: 0.7s ease;
    --animation-shine: shine 3s ease-in-out infinite;
    --animation-stars: stars 20s linear infinite;
    --animation-stars-footer: stars 25s linear infinite;
    --animation-pulse: pulseBadge 1.8s ease-in-out infinite;
    --animation-pulse-line: pulseLine 2s ease-in-out infinite;
    --animation-heartbeat: heartbeat 1.5s ease infinite;
    --animation-fade-down: fadeDown 0.7s ease forwards;
    --animation-golden-fade: goldenFade 0.8s ease forwards;

  
    --gradient-gold-bar: linear-gradient(90deg, transparent, var(--color-gold), var(--color-white), var(--color-gold), transparent);
    --gradient-underline: linear-gradient(90deg, var(--color-gold), var(--color-light));
    --gradient-badge: linear-gradient(135deg, var(--color-gold), var(--color-gold));
    --gradient-header-bg: radial-gradient(circle at top center, var(--bg-header-gradient) 0%, var(--color-white) 100%);
    --gradient-footer-bg: radial-gradient(circle at top center, var(--bg-footer-gradient) 0%, var(--color-white) 100%);
    --gradient-social-bg: linear-gradient(145deg, rgba(90, 8, 12, 0.15), rgba(20, 20, 20, 0.9));
    --gradient-divider: linear-gradient(to left, transparent, var(--color-gold), var(--color-light), var(--color-gold), transparent);

    
    --filter-gold-glow: drop-shadow(0 0 10px var(--color-gold));
    --filter-logo-hover: drop-shadow(0 0 20px var(--color-gold));
    --filter-trust-hover: grayscale(0%) brightness(1) drop-shadow(0 0 15px var(--color-gold));
    --filter-trust-default: grayscale(100%) brightness(0.7) sepia(100%) hue-rotate(320deg) saturate(4);
}

















.lux-footer::before {
    display: none;
}


@keyframes stars {
    0% {
        background-position: 0 0, 0 0;
    }

    100% {
        background-position: 180px 180px, -250px 250px;
    }
}

@keyframes shine {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}









.div-section-style {
    background-color: var(--bg-div);
    border-radius: var(--radius-md);
}


.lux-footer {
    background: var(--gradient-footer-bg);
    color: var(--color-light);
    direction: rtl;
    font-family: 'MainFont','Vazirmatn', sans-serif ;
    border-top: 6px solid transparent;
    border-image: linear-gradient(90deg, transparent, var(--color-gold), transparent) 1;
    position: relative;
    overflow: hidden;
    padding: 4rem 0 2rem;
    box-shadow: var(--shadow-footer);
}

.footer-heading {
    color: var(--color-light);
    font-size: 1.9rem;
    font-weight: 900;
    margin-bottom: 1.3rem;
    letter-spacing: -1px;
    background: linear-gradient(90deg, var(--color-light), var(--color-gold-glow));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    z-index: 1;
}

.footer-heading::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 80px;
    height: 5px;
    background: var(--gradient-underline);
    border-radius: 3px;
    box-shadow: 0 0 20px var(--color-gold), 0 0 40px rgba(90, 8, 12, 0.4);
    animation: var(--animation-pulse-line);
}

@keyframes pulseLine {

    0%,
    100% {
        transform: scaleX(1);
        opacity: 1;
    }

    50% {
        transform: scaleX(1.3);
        opacity: 0.8;
    }
}

.footer-title {
    color: var(--color-gold);
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 1.4rem;
    padding: 0 8px;
    display: inline-block;
    position: relative;
}

.footer-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(90, 8, 12, 0.15);
    border-radius: var(--radius-full);
    transform: translate(-50%, -50%);
    transition: all 0.6s ease;
    z-index: -1;
}

.footer-title:hover::before {
    width: 150px;
    height: 40px;
}

.footer-text {
    color: var(--color-gray);
    font-size: 1rem;
    line-height: 2;
    max-width: 320px;
    text-shadow: var(--shadow-text);
    position: relative;
    z-index: 1;
}


.footer-links {
    padding: 0; 
    margin: 0;
}

.footer-links li {
    padding: 0;
}

.footer-links a {
    color: var(--color-gray);
    text-decoration: none;
    font-weight: 500;
    padding: 2px 0;
    display: inline-block;
    transition: all var(--transition-normal);
    position: relative;
}

.footer-links a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: var(--gradient-underline);
    border-radius: 1px;
    transition: width var(--transition-normal);
    box-shadow: var(--shadow-glow-gold);
}

.footer-links a:hover {
    color: var(--color-light);
    transform: translateX(8px);
    text-shadow: 0 0 15px rgba(90, 8, 12, 0.6);
}

.footer-links a:hover::after {
    width: 100%;
}



@media (max-width: 768px) {
    .footer-links {
        list-style: none;
        padding-right: 0;
    }
}



.social-icons {
    display: flex;
    gap: var(--gap-social);
    margin-top: 1.8rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    z-index: 1;
}

.social-icons a {
    color: var(--color-gold);
    font-size: 1.8rem;
    width: var(--size-icon-lg);
    height: var(--size-icon-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-social-bg);
    border: var(--border-thin) solid var(--border-gold-alpha);
    border-radius: var(--radius-full);
    transition: all var(--transition-slow);
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(90, 8, 12, 0.1);
}

.social-icons a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, var(--color-white), transparent);
    border-radius: var(--radius-full);
    transform: translate(-50%, -50%);
    transition: all var(--transition-ripple);
    opacity: 0;
}

.social-icons a:hover {
    color: var(--color-black);
    background: var(--color-gold);
    transform: translateY(-8px) rotate(360deg) scale(1.2);
    border-color: var(--color-white);
    box-shadow: var(--shadow-icon-hover);
}

.social-icons a:hover::before {
    width: 300%;
    height: 300%;
    opacity: 0.4;
}


.footer-contact {
    color: var(--color-gray);
    font-size: 1rem;
    padding-top: 2rem;
    border-top: 1px dashed var(--border-gold-alpha);
    gap: 2rem;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
}

.footer-contact p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    transition: all var(--transition-normal);
    position: relative;
}

.footer-contact i {
    color: var(--color-gold);
    font-size: 1.3rem;
    transition: all var(--transition-normal);
    filter: drop-shadow(0 0 8px rgba(90, 8, 12, 0.6));
}

.footer-contact a {
    color: var(--color-gold);
    text-decoration: none;
    font-weight: 500;
    position: relative;
}

.footer-contact a::after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: 0;
    width: 0;
    height: 2px;
    background: var(--color-light);
    transition: width var(--transition-normal);
    box-shadow: 0 0 10px var(--color-light);
}

.footer-contact a:hover::after {
    width: 100%;
}

.footer-contact p:hover {
    color: var(--color-light);
    transform: translateX(-5px);
}

.footer-contact p:hover i {
    transform: scale(1.4) rotate(20deg);
    filter: drop-shadow(0 0 15px var(--color-gold));
}

.footer-divider {
    height: 2px;
    background: var(--gradient-divider);
    margin: 3rem 0;
    border-radius: 1px;
    box-shadow: 0 0 20px rgba(90, 8, 12, 0.6);
}

.footer-bottom {
    font-size: 0.9rem;
    color: var(--color-gray);
    text-align: center;
    padding-bottom: 1.5rem;
    z-index: 1;
    position: relative;
}

.footer-bottom span {
    color: var(--color-gold);
    font-weight: 700;
    animation: var(--animation-heartbeat);
}

@keyframes heartbeat {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

.trust-badges {
    display: flex;
    gap: var(--gap-social);
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1.5rem;
}

.trust-badges img {
    width: 75px;
    height: auto;
    filter: var(--filter-trust-default);
    transition: all 0.5s ease;
    border-radius: var(--radius-sm);
    padding: 5px;
    background: rgba(90, 8, 12, 0.05);
}

.trust-badges img:hover {
    filter: var(--filter-trust-hover);
    transform: scale(1.15) rotate(5deg);
    background: rgba(90, 8, 12, 0.1);
}

.footer-col {
    opacity: 0;
    transform: translateY(40px);
    animation: var(--animation-golden-fade);
}

.footer-col:nth-child(1) {
    animation-delay: 0.2s;
}

.footer-col:nth-child(2) {
    animation-delay: 0.4s;
}

.footer-col:nth-child(3) {
    animation-delay: 0.6s;
}

.footer-col:nth-child(4) {
    animation-delay: 0.8s;
}

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


@media (max-width: 992px) {
    .search-form {
        max-width: var(--size-search-mobile);
    }

    .footer-contact {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-contact p {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .lux-footer {
        padding: 1rem 0;
        text-align: center;
    }

    .footer-heading {
        font-size: 1.7rem;
    }

    .footer-heading::after,
    .footer-title::before {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .social-icons {
        justify-content: center;
    }
}










.unified_search_modal_overlay_x7k9m {
    position: fixed;
    inset: 0;
    background: rgba(90, 8, 12, 0.15);
    backdrop-filter: blur(8px);
    z-index: 100000;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 80px 20px 20px;
    opacity: 0;
    animation: fadeInOverlay_x7k9m 0.3s forwards;
}

@keyframes fadeInOverlay_x7k9m {
    to { opacity: 1; }
}

.unified_search_modal_container_x7k9m {
    background: linear-gradient(145deg, #111111, #0a0a0a);
    border: 2px solid #5A080C;
    border-radius: 25px;
    width: 100%;
    max-width: 700px;
    max-height: 85vh;
    box-shadow: 
        0 25px 60px rgba(90, 8, 12, 0.4),
        0 0 80px rgba(90, 8, 12, 0.2);
    position: relative;
    overflow: hidden;
    animation: slideDown_x7k9m 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 100001;
}

@keyframes slideDown_x7k9m {
    from {
        transform: translateY(-100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}


.unified_search_close_btn_x7k9m {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 45px;
    height: 45px;
    background: rgba(90, 8, 12, 0.15);
    border: 1.5px solid rgba(90, 8, 12, 0.4);
    border-radius: 50%;
    color: #5A080C;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.unified_search_close_btn_x7k9m:hover {
    background: #5A080C;
    color: #000;
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 0 25px rgba(90, 8, 12, 0.8);
}


.unified_search_modal_header_x7k9m {
    padding: 30px 30px 20px;
    border-bottom: 1px solid rgba(90, 8, 12, 0.3);
}

.unified_search_modal_title_x7k9m {
    color: #333333;
    font-size: 1.8rem;
    font-weight: 900;
    margin: 0 0 15px;
    background: linear-gradient(90deg, #333333, #5A080C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


.unified_search_input_wrapper_x7k9m {
    position: relative;
}

.unified_search_input_x7k9m {
    width: 100%;
    background: rgba(90, 8, 12, 0.05);
    border: 1.5px solid rgba(90, 8, 12, 0.3);
    border-radius: 50px;
    padding: 15px 15px 15px 25px;
    font-size: 1rem;
    color: #333333;
    transition: all 0.3s ease;
}

.unified_search_input_x7k9m:focus {
    outline: none;
    background: rgba(90, 8, 12, 0.1);
    border-color: #5A080C;
    box-shadow: 0 0 20px rgba(90, 8, 12, 0.4);
}

.unified_search_input_x7k9m::placeholder {
    color: #666666;
}

.unified_search_icon_x7k9m {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #5A080C;
    font-size: 1.5rem;
    pointer-events: none;
}


.unified_search_modal_body_x7k9m {
    padding: 25px 30px;
    max-height: 500px;
    overflow-y: auto;
}


.unified_search_modal_body_x7k9m::-webkit-scrollbar {
    width: 8px;
}

.unified_search_modal_body_x7k9m::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.unified_search_modal_body_x7k9m::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #5A080C, #5A080C);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.unified_search_modal_body_x7k9m::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #5A080C, #5A080C);
}


.unified_search_loading_x7k9m {
    text-align: center;
    color: #5A080C;
    padding: 40px 20px;
    font-size: 1.1rem;
}

.unified_search_spinner_x7k9m {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 4px solid rgba(90, 8, 12, 0.2);
    border-top-color: #5A080C;
    border-radius: 50%;
    animation: spin_x7k9m 0.8s linear infinite;
}

@keyframes spin_x7k9m {
    to { transform: rotate(360deg); }
}


.unified_search_empty_x7k9m {
    text-align: center;
    padding: 60px 20px;
    color: #666666;
}

.unified_search_empty_icon_x7k9m {
    font-size: 4rem;
    color: rgba(90, 8, 12, 0.3);
    margin-bottom: 15px;
}

.unified_search_empty_text_x7k9m {
    font-size: 1.1rem;
    margin: 0;
}


.unified_search_result_item_x7k9m {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: rgba(90, 8, 12, 0.05);
    border: 1px solid rgba(90, 8, 12, 0.2);
    border-radius: 15px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.unified_search_result_item_x7k9m:hover {
    background: rgba(90, 8, 12, 0.15);
    border-color: #5A080C;
    transform: translateX(-5px);
    box-shadow: 0 8px 20px rgba(90, 8, 12, 0.3);
}


.unified_search_result_image_x7k9m {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 12px;
    border: 2px solid rgba(90, 8, 12, 0.3);
    flex-shrink: 0;
}

.unified_search_result_placeholder_x7k9m {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(90, 8, 12, 0.12), rgba(90, 8, 12, 0.04));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(90, 8, 12, 0.5);
    font-size: 2rem;
    flex-shrink: 0;
}


.unified_search_result_content_x7k9m {
    flex: 1;
    min-width: 0;
}


.unified_search_type_badge_x7k9m {
    margin-top: 10px;
    display: inline-block;
    padding: 4px 12px;
    background: linear-gradient(135deg, #5A080C, #5A080C);
    color: #000;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 20px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 10px rgba(90, 8, 12, 0.4);
}


.unified_search_result_title_x7k9m {
    color: #333333;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}


@media (max-width: 768px) {
    .unified_search_modal_overlay_x7k9m {
        padding: 60px 15px 15px;
    }
    
    .unified_search_modal_container_x7k9m {
        border-radius: 20px;
        max-height: 90vh;
    }
    
    .unified_search_modal_header_x7k9m {
        padding: 25px 20px 15px;
    }
    
    .unified_search_modal_title_x7k9m {
        font-size: 1.5rem;
    }
    
    .unified_search_close_btn_x7k9m {
        width: 40px;
        height: 40px;
        top: 15px;
        left: 15px;
        font-size: 1.5rem;
    }
    
    .unified_search_modal_body_x7k9m {
        padding: 20px 15px;
        max-height: 400px;
    }
    
    .unified_search_result_item_x7k9m {
        gap: 12px;
        padding: 12px;
    }
    
    .unified_search_result_image_x7k9m,
    .unified_search_result_placeholder_x7k9m {
        width: 60px;
        height: 60px;
    }
    
    .unified_search_result_title_x7k9m {
        font-size: 0.9rem;
    }
}


/* =================================================================
   ELITE FOOTER - LUXURY METALLIC GOLD & BLACK DESIGN
   ????? ???? ???? ?? ?? ?????? ??? ? ????
================================================================= */

/* ???????? ??????? ???? */
:root {
    --elite-footer-bg: #000000;
    --elite-gold: #5A080C;
    --elite-gold-light: #8B1820;
    --elite-gold-dark: #3D0508;
    --elite-black: #000000;
    --elite-gray-dark: #111111;
    --elite-gray-light: #2a2a2a;
    --elite-white: #ffffff;
    --elite-text-gray: #b0b0b0;
    --elite-text-light: #e8e8e8;
}

/* ===============================================
   FOOTER CONTAINER & BACKGROUND
   ??????? ???? ? ????????
=============================================== */

.elite-footer {
    position: relative;
    background: linear-gradient(180deg, #0a0a0a 0%, #000000 50%, #050505 100%);
    color: #e0e0e0;
    direction: rtl;
    font-family: 'MainFont', 'Vazirmatn', sans-serif;
    padding: 80px 0 0;
    overflow: hidden;
    border-top: 3px solid transparent;
    border-image: linear-gradient(90deg, transparent, var(--elite-gold), var(--elite-gold-light), var(--elite-gold), transparent) 1;
}

/* ???? ???????? ????? */
.elite-footer-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse at 20% 30%, rgba(90, 8, 12, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 70%, rgba(90, 8, 12, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(90, 8, 12, 0.04) 0%, transparent 60%);
    animation: eliteBackgroundPulse 15s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes eliteBackgroundPulse {
    0%, 100% { 
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
    50% { 
        opacity: 0.8;
        transform: scale(1.05) rotate(2deg);
    }
}

/* ???? ????? ?????? */
.elite-footer-shine {
    position: absolute;
    top: -50%;
    left: -100%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 30%,
        rgba(90, 8, 12, 0.03) 50%,
        transparent 70%
    );
    animation: eliteShine 20s linear infinite;
    pointer-events: none;
    z-index: 1;
}

@keyframes eliteShine {
    0% {
        transform: translateX(-100%) translateY(-100%);
    }
    100% {
        transform: translateX(100%) translateY(100%);
    }
}

/* ??????? ???? ????? */
.elite-footer-main {
    position: relative;
    z-index: 2;
    padding-bottom: 60px;
}

/* ===============================================
   BRAND SECTION
   ??? ???? ? ???????
=============================================== */

.elite-brand-section {
    position: relative;
}

.elite-brand-wrapper {
    margin-bottom: 25px;
}

.elite-brand-title {
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--elite-white);
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, var(--elite-white) 0%, var(--elite-gold-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    animation: eliteBrandGlow 3s ease-in-out infinite;
}

@keyframes eliteBrandGlow {
    0%, 100% {
        filter: drop-shadow(0 0 5px rgba(90, 8, 12, 0.3));
    }
    50% {
        filter: drop-shadow(0 0 15px rgba(90, 8, 12, 0.6));
    }
}

.elite-brand-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, var(--elite-gold) 0%, var(--elite-gold-light) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.5rem;
    box-shadow: 
        0 0 20px rgba(90, 8, 12, 0.4),
        0 0 40px rgba(90, 8, 12, 0.2),
        inset 0 2px 4px rgba(255, 255, 255, 0.3);
    position: relative;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.elite-brand-icon::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: linear-gradient(45deg, var(--elite-gold), var(--elite-gold-light), var(--elite-gold));
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.elite-brand-title:hover .elite-brand-icon {
    transform: rotate(360deg) scale(1.15);
    box-shadow: 
        0 0 30px rgba(90, 8, 12, 0.8),
        0 0 60px rgba(90, 8, 12, 0.4);
}

.elite-brand-title:hover .elite-brand-icon::before {
    opacity: 0.6;
    animation: eliteRotate 2s linear infinite;
}

@keyframes eliteRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ?? ??? ????? */
.elite-brand-underline {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, var(--elite-gold), var(--elite-gold-light), var(--elite-white));
    border-radius: 2px;
    box-shadow: 0 0 15px rgba(90, 8, 12, 0.6);
    position: relative;
    animation: eliteUnderlinePulse 2s ease-in-out infinite;
}

@keyframes eliteUnderlinePulse {
    0%, 100% {
        width: 100px;
        box-shadow: 0 0 15px rgba(90, 8, 12, 0.6);
    }
    50% {
        width: 130px;
        box-shadow: 0 0 25px rgba(90, 8, 12, 0.9);
    }
}

/* ??????? ???? */
.elite-brand-description {
    margin: 25px 0;
}

.elite-brand-description p {
    color: var(--elite-text-gray);
    font-size: 1rem;
    line-height: 1.9;
    margin: 0;
    max-width: 400px;
    text-shadow: none;
}

/* ===============================================
   SOCIAL LINKS
   ???????? ???????
=============================================== */

.elite-social-container {
    margin-top: 35px;
}

.elite-social-title {
    margin-bottom: 20px;
}

.elite-social-title span {
    color: var(--elite-gold);
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 8px;
    display: inline-block;
}

.elite-social-title span::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 2px;
    background: linear-gradient(90deg, var(--elite-gold), transparent);
    transition: width 0.4s ease;
}

.elite-social-container:hover .elite-social-title span::after {
    width: 100%;
}

.elite-social-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.elite-social-link {
    width: 50px;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--elite-gold);
    font-size: 1.4rem;
    text-decoration: none;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border: 2px solid rgba(90, 8, 12, 0.3);
    z-index: 1;
}

.elite-social-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(90, 8, 12, 0.12) 0%, rgba(20, 20, 20, 0.95) 100%);
    transition: all 0.5s ease;
    z-index: -1;
}

.elite-social-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, var(--elite-gold-light) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.6s ease;
    opacity: 0;
    z-index: -1;
}

.elite-social-link:hover {
    color: #ffffff;
    border-color: var(--elite-gold);
    transform: translateY(-8px) rotate(5deg) scale(1.1);
    box-shadow: 
        0 10px 30px rgba(90, 8, 12, 0.4),
        0 0 40px rgba(90, 8, 12, 0.3);
}

.elite-social-link:hover .elite-social-bg {
    background: linear-gradient(135deg, var(--elite-gold) 0%, var(--elite-gold-light) 100%);
}

.elite-social-link:hover::before {
    width: 200%;
    height: 200%;
    opacity: 0.3;
}

.elite-social-link i {
    position: relative;
    z-index: 2;
    transition: transform 0.4s ease;
}

.elite-social-link:hover i {
    transform: scale(1.2) rotate(-5deg);
}

/* ===============================================
   LINKS SECTIONS
   ??????? ???????
=============================================== */

.elite-links-section {
    position: relative;
}

.elite-section-title {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--elite-white);
    margin-bottom: 30px;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 15px;
}

.elite-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 3px;
    background: linear-gradient(90deg, var(--elite-gold), var(--elite-gold-light));
    border-radius: 2px;
    box-shadow: 0 0 12px rgba(90, 8, 12, 0.5);
}

.elite-title-icon {
    width: 8px;
    height: 8px;
    background: var(--elite-gold);
    border-radius: 50%;
    box-shadow: 
        0 0 10px var(--elite-gold),
        0 0 20px rgba(90, 8, 12, 0.5);
    animation: eliteTitleIconPulse 2s ease-in-out infinite;
}

@keyframes eliteTitleIconPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 
            0 0 10px var(--elite-gold),
            0 0 20px rgba(90, 8, 12, 0.5);
    }
    50% {
        transform: scale(1.3);
        box-shadow: 
            0 0 15px var(--elite-gold),
            0 0 30px rgba(90, 8, 12, 0.8);
    }
}

/* ???? ??????? */
.elite-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.elite-link-item {
    margin-bottom: 12px;
}

.elite-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 15px;
    color: var(--elite-text-gray);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.elite-link::before {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(90, 8, 12, 0.1), transparent);
    transition: right 0.5s ease;
}

.elite-link-bullet {
    width: 6px;
    height: 6px;
    background: var(--elite-gold);
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 0 8px rgba(90, 8, 12, 0.6);
    transition: all 0.4s ease;
}

.elite-link-text {
    flex: 1;
    transition: all 0.3s ease;
}

.elite-link-arrow {
    opacity: 0;
    color: var(--elite-gold);
    font-size: 1.1rem;
    font-weight: 700;
    transform: translateX(-10px);
    transition: all 0.4s ease;
}

.elite-link:hover {
    color: var(--elite-white);
    background: rgba(90, 8, 12, 0.08);
    border-color: rgba(90, 8, 12, 0.3);
    padding-right: 20px;
    box-shadow: 
        0 5px 20px rgba(90, 8, 12, 0.15),
        inset 0 0 15px rgba(90, 8, 12, 0.05);
}

.elite-link:hover::before {
    right: 100%;
}

.elite-link:hover .elite-link-bullet {
    background: var(--elite-gold-light);
    transform: scale(1.5);
    box-shadow: 
        0 0 15px rgba(90, 8, 12, 0.9),
        0 0 25px rgba(90, 8, 12, 0.5);
}

.elite-link:hover .elite-link-text {
    transform: translateX(5px);
    font-weight: 600;
}

.elite-link:hover .elite-link-arrow {
    opacity: 1;
    transform: translateX(0);
}

/* ===============================================
   TRUST BADGES
   ??????? ??????
=============================================== */

.elite-trust-badges {
    display: flex;
    gap: 20px;
    margin-top: 35px;
    flex-wrap: wrap;
}

.elite-badge-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(90, 8, 12, 0.08) 0%, rgba(15, 15, 15, 0.9) 100%);
    border: 2px solid rgba(90, 8, 12, 0.3);
    padding: 8px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    cursor: pointer;
}

.elite-badge-wrapper::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 30%,
        rgba(90, 8, 12, 0.2) 50%,
        transparent 70%
    );
    transform: rotate(45deg);
    transition: all 0.6s ease;
}

.elite-trust-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(100%) brightness(0.7) sepia(100%) hue-rotate(320deg) saturate(4);
    transition: all 0.5s ease;
    position: relative;
    z-index: 2;
}

.elite-badge-wrapper:hover {
    transform: translateY(-10px) rotate(5deg) scale(1.1);
    background: linear-gradient(135deg, rgba(90, 8, 12, 0.1) 0%, rgba(20, 20, 20, 0.95) 100%);
    border-color: var(--elite-gold);
    box-shadow: 
        0 15px 40px rgba(90, 8, 12, 0.3),
        0 0 50px rgba(90, 8, 12, 0.2);
}

.elite-badge-wrapper:hover::before {
    top: -100%;
    left: -100%;
    animation: eliteBadgeShine 1.5s ease infinite;
}

@keyframes eliteBadgeShine {
    0% {
        transform: rotate(45deg) translate(0, 0);
    }
    100% {
        transform: rotate(45deg) translate(200%, 200%);
    }
}

.elite-badge-wrapper:hover .elite-trust-img {
    filter: grayscale(0%) brightness(1.1) drop-shadow(0 0 20px rgba(90, 8, 12, 0.6));
    transform: scale(1.05);
}

/* ===============================================
   DIVIDER
   ?? ????????
=============================================== */

.elite-divider-wrapper {
    position: relative;
    padding: 50px 0;
    margin: 0;
}

.elite-divider-line {
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(90, 8, 12, 0.3) 20%,
        var(--elite-gold) 50%,
        rgba(90, 8, 12, 0.3) 80%,
        transparent 100%
    );
    box-shadow: 0 0 20px rgba(90, 8, 12, 0.4);
    position: relative;
    animation: eliteDividerPulse 3s ease-in-out infinite;
}

@keyframes eliteDividerPulse {
    0%, 100% {
        opacity: 1;
        box-shadow: 0 0 20px rgba(90, 8, 12, 0.4);
    }
    50% {
        opacity: 0.7;
        box-shadow: 0 0 40px rgba(90, 8, 12, 0.7);
    }
}

.elite-divider-diamond {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--elite-black) 0%, var(--elite-gray-dark) 100%);
    border: 3px solid var(--elite-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--elite-gold);
    font-size: 1.2rem;
    box-shadow: 
        0 0 30px rgba(90, 8, 12, 0.5),
        inset 0 0 20px rgba(90, 8, 12, 0.1);
    animation: eliteDiamondRotate 10s linear infinite;
}

@keyframes eliteDiamondRotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.elite-divider-diamond i {
    animation: eliteDiamondPulse 2s ease-in-out infinite;
}

@keyframes eliteDiamondPulse {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgba(90, 8, 12, 0.5));
    }
    50% {
        transform: scale(1.2);
        filter: drop-shadow(0 0 15px rgba(90, 8, 12, 0.9));
    }
}

/* ===============================================
   CONTACT SECTION
   ??? ??????? ????
=============================================== */

.elite-contact-section {
    position: relative;
    z-index: 2;
    padding: 40px 0;
}

.elite-contact-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    background: linear-gradient(135deg, rgba(90, 8, 12, 0.06) 0%, rgba(10, 10, 10, 0.98) 100%);
    border: 2px solid rgba(90, 8, 12, 0.2);
    border-radius: 20px;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 120px;
}

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

.elite-contact-card:hover {
    background: linear-gradient(135deg, rgba(90, 8, 12, 0.12) 0%, rgba(15, 15, 15, 0.96) 100%);
    border-color: var(--elite-gold);
    transform: translateY(-8px);
    box-shadow: 
        0 15px 40px rgba(90, 8, 12, 0.25),
        0 0 60px rgba(90, 8, 12, 0.15);
}

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

.elite-contact-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--elite-gold) 0%, var(--elite-gold-light) 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.6rem;
    flex-shrink: 0;
    box-shadow: 
        0 0 25px rgba(90, 8, 12, 0.4),
        inset 0 2px 5px rgba(255, 255, 255, 0.3);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    overflow: hidden;
}

.elite-contact-icon::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 30%,
        rgba(255, 255, 255, 0.3) 50%,
        transparent 70%
    );
    transform: rotate(45deg);
    transition: all 0.6s ease;
}

.elite-contact-card:hover .elite-contact-icon {
    transform: rotate(360deg) scale(1.1);
    box-shadow: 
        0 0 40px rgba(90, 8, 12, 0.7),
        inset 0 2px 8px rgba(255, 255, 255, 0.4);
}

.elite-contact-card:hover .elite-contact-icon::before {
    top: -100%;
    left: -100%;
    animation: eliteIconShine 1s ease infinite;
}

@keyframes eliteIconShine {
    0% {
        transform: rotate(45deg) translate(0, 0);
    }
    100% {
        transform: rotate(45deg) translate(200%, 200%);
    }
}

.elite-contact-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.elite-contact-label {
    font-size: 0.85rem;
    color: var(--elite-gold);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.elite-contact-value {
    font-size: 1.05rem;
    color: var(--elite-text-light);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.elite-contact-value::after {
    content: '';
    position: absolute;
    bottom: -3px;
    right: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--elite-gold), var(--elite-white));
    transition: width 0.4s ease;
    box-shadow: 0 0 10px rgba(90, 8, 12, 0.6);
}

.elite-contact-card:hover .elite-contact-value {
    color: var(--elite-white);
}

a.elite-contact-value:hover::after {
    width: 100%;
}

/* ===============================================
   COPYRIGHT
   ??? ????
=============================================== */

.elite-copyright {
    position: relative;
    z-index: 2;
    padding: 40px 0 30px;
    border-top: 1px solid rgba(90, 8, 12, 0.2);
    margin-top: 20px;
}

.elite-copyright-content {
    text-align: center;
}

.elite-copyright-content p {
    margin: 0;
    color: var(--elite-text-gray);
    font-size: 0.95rem;
    font-weight: 500;
}

.elite-heart {
    display: inline-block;
    color: #e91e63;
    font-size: 1.1rem;
    animation: eliteHeartbeat 1.5s ease-in-out infinite;
}

@keyframes eliteHeartbeat {
    0%, 100% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.2);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.2);
    }
}

/* ===============================================
   RESPONSIVE DESIGN
   ????? ?????????
=============================================== */

@media (max-width: 1200px) {
    .elite-brand-title {
        font-size: 2rem;
    }
    
    .elite-brand-icon {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
}

@media (max-width: 992px) {
    .elite-footer {
        padding: 60px 0 0;
    }
    
    .elite-footer-main {
        padding-bottom: 40px;
    }
    
    .elite-brand-title {
        font-size: 1.8rem;
        justify-content: center;
    }
    
    .elite-brand-description p {
        text-align: center;
        max-width: 100%;
    }
    
    .elite-social-container {
        text-align: center;
    }
    
    .elite-social-links {
        justify-content: center;
    }
    
    .elite-links-section {
        margin-top: 40px;
    }
    
    .elite-section-title {
        justify-content: center;
    }
    
    .elite-trust-badges {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .elite-footer {
        padding: 50px 0 0;
    }
    
    .elite-brand-title {
        font-size: 1.6rem;
        flex-direction: column;
        gap: 10px;
    }
    
    .elite-brand-icon {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }
    
    .elite-brand-underline {
        margin: 0 auto;
    }
    
    .elite-section-title {
        font-size: 1.2rem;
    }
    
    .elite-section-title::after {
        right: 50%;
        transform: translateX(50%);
    }
    
    .elite-social-link {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }
    
    .elite-link {
        padding: 8px 12px;
        font-size: 0.9rem;
    }
    
    .elite-divider-wrapper {
        padding: 40px 0;
    }
    
    .elite-divider-diamond {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }
    
    .elite-contact-card {
        padding: 20px;
        flex-direction: column;
        text-align: center;
    }
    
    .elite-contact-icon {
        width: 55px;
        height: 55px;
        font-size: 1.4rem;
    }
    
    .elite-contact-value {
        font-size: 1rem;
    }
    
    .elite-badge-wrapper {
        width: 70px;
        height: 70px;
    }
    
    .elite-copyright-content p {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .elite-brand-title {
        font-size: 1.4rem;
    }
    
    .elite-social-link {
        width: 42px;
        height: 42px;
        font-size: 1.1rem;
    }
    
    .elite-section-title {
        font-size: 1.1rem;
    }
    
    .elite-contact-icon {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
    
    .elite-badge-wrapper {
        width: 65px;
        height: 65px;
    }
}

/* ===============================================
   ANIMATIONS ON SCROLL (Optional)
   ??????????? ??????
=============================================== */

.elite-footer-main > .row > [class*="col-"] {
    opacity: 0;
    transform: translateY(30px);
    animation: eliteFadeInUp 0.8s ease forwards;
}

.elite-footer-main > .row > [class*="col-"]:nth-child(1) {
    animation-delay: 0.1s;
}

.elite-footer-main > .row > [class*="col-"]:nth-child(2) {
    animation-delay: 0.2s;
}

.elite-footer-main > .row > [class*="col-"]:nth-child(3) {
    animation-delay: 0.3s;
}

.elite-footer-main > .row > [class*="col-"]:nth-child(4) {
    animation-delay: 0.4s;
}

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


/* =================================================================
   ELITE NAVIGATION - ????? ???? ?? ?? ?????
   ??? CSS ?? ???? base.css ????? ??????
================================================================= */

/* ===============================================
   TOP BAR - ???? ????? ???
=============================================== */

.elite-top-bar {
    width: 100%;
    background: linear-gradient(to left, #5A080C, #8B1820);
    color: white;
    padding: 10px 0;
    margin-top:-25px;
    position: relative;
    z-index: 100;
}

.elite-top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.elite-top-left {
    display: flex;
    align-items: center;
    gap: 24px;
}

.elite-top-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
    text-decoration: none;
    transition: opacity 0.3s ease;
    font-family: 'MainFont', 'Vazirmatn', sans-serif;
}

.elite-top-link:hover {
    opacity: 0.8;
    color: rgba(255, 255, 255, 0.9);
}

.elite-top-link i {
    font-size: 14px;
}

.elite-top-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.elite-social-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    transition: all 0.3s ease;
}

.elite-social-icon:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    color: white;
}

/* ===============================================
   MAIN HEADER
=============================================== */

.lux-header {
    background: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1030;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(90, 8, 12, 0.35);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
    color: #e8e8e8;
    direction: rtl;
    font-family: 'MainFont', 'Vazirmatn', sans-serif;
}

.lux-header > nav {
    margin-bottom: 0;
}

/* ===============================================
   LOGO
=============================================== */

.header-logo {
    width: 130px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.header-logo:hover {
    transform: scale(1.05);
}

.header-logo img {
    width: 100%;
    filter: drop-shadow(0 4px 6px rgba(90, 8, 12, 0.2));
    transition: filter 0.3s ease;
}

.header-logo:hover img {
    filter: drop-shadow(0 4px 6px rgba(90, 8, 12, 0.4));
}

/* ===============================================
   NAVIGATION - ??? ?? ????? ????
=============================================== */

.nav-main {
    display: flex;
    gap: 4px;
    align-items: center;
}

.elite-nav-capsule {
    position: relative;
    padding: 12px 16px !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    color: #cccccc !important;
    transition: color 0.3s ease !important;
    font-family: 'MainFont', 'Vazirmatn', sans-serif;
    font-size: 1.05rem !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}

/* ??? ?? ????? ???? */
.elite-nav-capsule::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: #5A080C;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.elite-nav-capsule:hover {
    color: #5A080C !important;
}

.elite-nav-capsule:hover::after,
.elite-nav-capsule.active::after {
    transform: scaleX(1);
}

.elite-nav-capsule.active {
    color: #5A080C !important;
    font-weight: 600 !important;
}

/* ===============================================
   ICON BUTTONS
=============================================== */

.elite-icon-btn {
    color: #e8e8e8 !important;
    font-size: 1.7rem;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(90, 8, 12, 0.1);
    border: 1.5px solid rgba(90, 8, 12, 0.3);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.elite-icon-btn:hover {
    color: #ffffff !important;
    background: #5A080C;
    border-color: #5A080C;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(90, 8, 12, 0.3);
}

/* ===============================================
   CART BADGE
=============================================== */

.elite-cart-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    min-width: 22px;
    height: 22px;
    background: linear-gradient(135deg, #ff6b6b, #5A080C);
    color: #000;
    font-size: 0.75rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 15px rgba(90, 8, 12, 0.5);
    animation: pulseBadge 1.8s ease-in-out infinite;
    z-index: 10;
}

@keyframes pulseBadge {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
}

.elite-cart-badge:empty {
    display: none;
}

/* ===============================================
   LOGIN BUTTON
=============================================== */

.elite-login-capsule {
    color: #5A080C !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    text-decoration: none !important;
    padding: 10px 20px !important;
    border: 1.5px solid #5A080C !important;
    border-radius: 50px !important;
    transition: all 0.3s ease !important;
    font-family: 'MainFont', 'Vazirmatn', sans-serif;
    background: transparent !important;
}

.elite-login-capsule:hover {
    color: #000 !important;
    background: #5A080C !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(90, 8, 12, 0.4);
}

/* ===============================================
   MOBILE
=============================================== */

.elite-mobile-login {
    color: #5A080C !important;
    text-decoration: none !important;
    border: 1.5px solid #5A080C !important;
    padding: 10px 20px;
    border-radius: 50px !important;
    transition: all 0.3s ease;
    font-family: 'MainFont', 'Vazirmatn', sans-serif;
}

.elite-mobile-login:hover {
    color: #000 !important;
    background: #5A080C;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(90, 8, 12, 0.4);
}

.elite-mobile-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    min-width: 22px;
    height: 22px;
    background: linear-gradient(135deg, #ff6b6b, #5A080C);
    color: #000;
    font-size: 0.75rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 15px rgba(90, 8, 12, 0.5);
    animation: pulseBadge 1.8s ease-in-out infinite;
}

.elite-mobile-link {
    color: #e8e8e8 !important;
    padding: 14px 18px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease !important;
    font-family: 'MainFont', 'Vazirmatn', sans-serif;
}

.elite-mobile-link:hover {
    color: #ffffff !important;
    background: rgba(90, 8, 12, 0.2) !important;
    padding-right: 28px !important;
}

/* ===============================================
   OFFCANVAS
=============================================== */

.elite-close-btn {
    filter: invert(1);
    position: absolute;
    left: 1.25rem;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
    opacity: 0.85;
    z-index: 2;
    width: 1.75rem;
    height: 1.75rem;
    padding: 0;
    background-size: 1rem;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.elite-close-btn:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.08);
}

.elite-mobile-menu {
    background: #0a0a0a !important;
    color: #e8e8e8 !important;
    border-left: 1px solid rgba(90, 8, 12, 0.45) !important;
    z-index: 100060 !important;
    width: min(320px, 88vw) !important;
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.55);
}

.elite-mobile-menu .offcanvas-header,
.elite-mobile-header {
    background: linear-gradient(to left, #5A080C, #8B1820) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 1rem 1.25rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
}

.elite-mobile-logo {
    text-decoration: none;
    line-height: 0;
    margin: 0 auto;
}

.elite-mobile-menu .offcanvas-body {
    background: #0a0a0a !important;
    padding: 1rem 1.25rem 2rem;
}

.elite-mobile-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.elite-mobile-action-btn {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(90, 8, 12, 0.35);
    color: #ffffff !important;
    text-decoration: none;
    font-size: 1.2rem;
    transition: all 0.25s ease;
}

.elite-mobile-action-btn:hover {
    background: rgba(90, 8, 12, 0.25);
    color: #ffffff !important;
}

.offcanvas-backdrop {
    z-index: 100050 !important;
}

.offcanvas,
#offcanvasMenu {
    z-index: 100060 !important;
}

.elite-mobile-nav .nav-link {
    color: #e8e8e8 !important;
}

.elite-hamburger {
    border-color: rgba(90, 8, 12, 0.35) !important;
    transition: all 0.3s ease;
}

.elite-hamburger:hover {
    background: rgba(90, 8, 12, 0.12);
}

/* ===============================================
   ANIMATIONS
=============================================== */

.header-col {
    opacity: 0;
    transform: translateY(-20px);
    animation: fadeDown 0.7s ease forwards;
}

.header-col:nth-child(1) { animation-delay: 0.1s; }
.header-col:nth-child(2) { animation-delay: 0.2s; }
.header-col:nth-child(3) { animation-delay: 0.3s; }

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

/* ===============================================
   RESPONSIVE
=============================================== */

@media (max-width: 992px) {
    .elite-top-bar {
        display: none;
    }
    
    .header-logo {
        width: 110px;
    }
    
    .elite-nav-capsule {
        padding: 10px 14px !important;
        font-size: 1rem !important;
    }
    
    .elite-icon-btn {
        width: 44px;
        height: 44px;
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .lux-header {
        position: static;
    }
    
    .header-logo {
        width: 100px;
    }
    
    .elite-cart-badge,
    .elite-mobile-badge {
        min-width: 20px;
        height: 20px;
        font-size: 0.7rem;
    }
}

@media (max-width: 576px) {
    .header-logo {
        width: 90px;
    }
}

/* ===============================================
   Z-INDEX
=============================================== */

.z-index-1 {
    z-index: 1;
}







/* =================================================================
   INSTALLMENT GUIDE PAGE - ???? ??????? ????? ??????
   ?????????? ????? ???? ????? ?????? ?? ?? ???? ? ?????
   ??? ???? ?? ?? ?????? ???? base.css ????? ????
================================================================= */

/* ???????? ??????? ???? ?????? */
:root {
    --installment-gold: #5A080C;
    --installment-gold-light: #8B1820;
    --installment-gold-dark: #3D0508;
    --installment-cream: #faf8f5;
    --installment-beige: #f5f0e8;
    --installment-white: #ffffff;
    --installment-text-dark: #2d2d2d;
    --installment-text-light: #6b6b6b;
}

/* ???????? ???? ???? */
.installment-page-container {
    position: relative;
    z-index: 1;
}

/* ??? ????? ???? */
.installment-title-header {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(250, 248, 245, 0.95)) !important;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(90, 8, 12, 0.2) !important;
    border-radius: 20px !important;
    color: var(--installment-text-dark) !important;
    font-size: 2.5rem !important;
    font-weight: 900 !important;
    padding: 2rem !important;
    margin: 3rem 1rem !important;
    box-shadow: 0 15px 35px rgba(90, 8, 12, 0.15);
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.installment-title-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(90, 8, 12, 0.08), transparent);
    transform: rotate(45deg);
    animation: installmentTitleShine 3s ease-in-out infinite;
}

@keyframes installmentTitleShine {
    0%, 100% {
        transform: rotate(45deg) translateX(-100%);
    }
    50% {
        transform: rotate(45deg) translateX(100%);
    }
}

.installment-title-header:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(90, 8, 12, 0.25);
    border-color: var(--installment-gold);
}

/* ???????? ????? ???? ????? */
.installment-title-gradient {
    background: linear-gradient(135deg, var(--installment-gold-dark), var(--installment-gold), var(--installment-gold-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    position: relative;
}

.installment-title-gradient::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--installment-gold);
    border-radius: 2px;
    box-shadow: 0 2px 10px rgba(90, 8, 12, 0.4);
}

/* ??????? ?????? ???? */
.installment-content-wrapper {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(250, 248, 245, 0.95)) !important;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(90, 8, 12, 0.2) !important;
    border-radius: 20px !important;
    padding: 2.5rem !important;
    margin: 0 1rem !important;
    color: var(--installment-text-dark) !important;
    box-shadow: 0 15px 35px rgba(90, 8, 12, 0.15);
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.installment-content-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(90, 8, 12, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(90, 8, 12, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.installment-content-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(90, 8, 12, 0.25);
    border-color: var(--installment-gold);
}

/* ?????? ????? */
.installment-content {
    position: relative;
    z-index: 1;
    color: var(--installment-text-dark) !important;
}

.installment-content * {
    color: var(--installment-text-dark) !important;
}

/* ?????????? ?????? ???? ????? */
.installment-content h1,
.installment-content h2,
.installment-content h3,
.installment-content h4,
.installment-content h5,
.installment-content h6 {
    color: var(--installment-gold) !important;
    font-weight: 800;
    margin: 2rem 0 1rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.installment-content h2::after,
.installment-content h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--installment-gold), var(--installment-gold-light));
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(90, 8, 12, 0.3);
}

/* ??????????? */
.installment-content p {
    line-height: 2;
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
    text-align: justify;
}

/* ??????? */
.installment-content ul,
.installment-content ol {
    padding-right: 2rem;
    margin-bottom: 1.5rem;
}

.installment-content ul li,
.installment-content ol li {
    margin-bottom: 1rem;
    line-height: 1.9;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    border-right: 3px solid var(--installment-gold);
    background: rgba(90, 8, 12, 0.03);
    border-radius: 5px;
    transition: all 0.3s ease;
}

.installment-content ul li:hover,
.installment-content ol li:hover {
    background: rgba(90, 8, 12, 0.08);
    transform: translateX(-5px);
    border-right-width: 5px;
}

/* ????? */
.installment-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    background: var(--installment-white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(90, 8, 12, 0.1);
}

.installment-content table thead {
    background: linear-gradient(135deg, var(--installment-gold-dark), var(--installment-gold));
}

.installment-content table thead th {
    color: var(--installment-white) !important;
    padding: 1rem;
    font-weight: 700;
    text-align: center;
    border-bottom: 3px solid var(--installment-gold-light);
}

.installment-content table tbody tr {
    border-bottom: 1px solid rgba(90, 8, 12, 0.1);
    transition: all 0.3s ease;
}

.installment-content table tbody tr:hover {
    background: rgba(90, 8, 12, 0.05);
    transform: scale(1.01);
}

.installment-content table tbody td {
    padding: 1rem;
    text-align: center;
    color: var(--installment-text-dark) !important;
}

/* ???????? ?????? */
.installment-content blockquote {
    margin: 2rem 0;
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, rgba(90, 8, 12, 0.05), rgba(250, 248, 245, 0.8));
    border-right: 5px solid var(--installment-gold);
    border-radius: 12px;
    font-style: italic;
    box-shadow: 0 8px 20px rgba(90, 8, 12, 0.1);
    position: relative;
}

.installment-content blockquote::before {
    content: '"';
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 4rem;
    color: var(--installment-gold);
    opacity: 0.2;
    font-family: Georgia, serif;
}

/* ??????? */
.installment-content a {
    color: var(--installment-gold) !important;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
}

.installment-content a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 0;
    height: 2px;
    background: var(--installment-gold);
    transition: width 0.3s ease;
}

.installment-content a:hover {
    color: var(--installment-gold-dark) !important;
}

.installment-content a:hover::after {
    width: 100%;
}

/* ?????? */
.installment-content img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    margin: 2rem 0;
    box-shadow: 0 10px 30px rgba(90, 8, 12, 0.2);
    transition: all 0.4s ease;
}

.installment-content img:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 40px rgba(90, 8, 12, 0.3);
}

/* ??????? */
.installment-content .btn,
.installment-content button {
    background: linear-gradient(135deg, var(--installment-gold), var(--installment-gold-light));
    color: var(--installment-white) !important;
    border: 2px solid var(--installment-gold);
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(90, 8, 12, 0.3);
}

.installment-content .btn:hover,
.installment-content button:hover {
    background: var(--installment-gold-dark);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(90, 8, 12, 0.4);
}

/* ???? ???? - ???? ????? ???? ????? */
.installment-empty-state {
    text-align: center;
    padding: 5rem 2rem;
    color: var(--installment-text-light) !important;
}

.installment-empty-state i {
    color: rgba(90, 8, 12, 0.3) !important;
    margin-bottom: 2rem;
    filter: drop-shadow(0 4px 10px rgba(90, 8, 12, 0.2));
}

.installment-empty-state h3 {
    color: var(--installment-gold) !important;
    font-weight: 800;
    margin-bottom: 1rem;
}

.installment-empty-state p {
    color: var(--installment-text-light) !important;
    font-size: 1.1rem;
}

/* ???????? ???????? */
.installment-info-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(250, 248, 245, 0.9));
    border: 2px solid rgba(90, 8, 12, 0.2);
    border-radius: 15px;
    padding: 1.5rem;
    margin: 1.5rem 0;
    box-shadow: 0 8px 20px rgba(90, 8, 12, 0.1);
    transition: all 0.3s ease;
}

.installment-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(90, 8, 12, 0.2);
    border-color: var(--installment-gold);
}

.installment-info-card h4 {
    color: var(--installment-gold) !important;
    font-weight: 800;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.installment-info-card h4 i {
    font-size: 1.5rem;
    color: var(--installment-gold) !important;
}

/* ???? ??????? */
.installment-highlight-box {
    background: linear-gradient(135deg, var(--installment-gold-light), var(--installment-gold));
    color: var(--installment-white) !important;
    padding: 2rem;
    border-radius: 15px;
    margin: 2rem 0;
    box-shadow: 0 10px 30px rgba(90, 8, 12, 0.3);
    position: relative;
    overflow: hidden;
}

.installment-highlight-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: rotate(45deg);
    animation: installmentHighlightShine 3s ease-in-out infinite;
}

@keyframes installmentHighlightShine {
    0%, 100% {
        transform: rotate(45deg) translateX(-100%);
    }
    50% {
        transform: rotate(45deg) translateX(100%);
    }
}

.installment-highlight-box * {
    color: var(--installment-white) !important;
    position: relative;
    z-index: 1;
}

/* ???? ?????????? */
.installment-pricing-table {
    margin: 3rem 0;
}

.installment-pricing-table .pricing-header {
    background: linear-gradient(135deg, var(--installment-gold), var(--installment-gold-light));
    color: var(--installment-white) !important;
    padding: 1.5rem;
    border-radius: 15px 15px 0 0;
    font-weight: 800;
    font-size: 1.3rem;
    text-align: center;
    box-shadow: 0 5px 15px rgba(90, 8, 12, 0.3);
}

.installment-pricing-table .pricing-body {
    background: var(--installment-white);
    padding: 2rem;
    border: 2px solid rgba(90, 8, 12, 0.2);
    border-top: none;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 10px 25px rgba(90, 8, 12, 0.1);
}

/* Responsive */
@media (max-width: 992px) {
    .installment-title-header {
        font-size: 2rem !important;
        padding: 1.5rem !important;
        margin: 2rem 1rem !important;
    }
    
    .installment-content-wrapper {
        padding: 2rem !important;
    }
    
    .installment-content h1,
    .installment-content h2,
    .installment-content h3 {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 768px) {
    .installment-title-header {
        font-size: 1.6rem !important;
        padding: 1.2rem !important;
        margin: 1.5rem 0.5rem !important;
    }
    
    .installment-content-wrapper {
        padding: 1.5rem !important;
        margin: 0 0.5rem !important;
    }
    
    .installment-content p {
        font-size: 1rem;
        text-align: right;
    }
    
    .installment-content ul,
    .installment-content ol {
        padding-right: 1.5rem;
    }
    
    .installment-content table {
        font-size: 0.9rem;
    }
    
    .installment-content table thead th,
    .installment-content table tbody td {
        padding: 0.75rem 0.5rem;
    }
    
    .installment-highlight-box {
        padding: 1.5rem;
    }
}

@media (max-width: 576px) {
    .installment-title-header {
        font-size: 1.3rem !important;
        padding: 1rem !important;
    }
    
    .installment-content-wrapper {
        padding: 1rem !important;
    }
    
    .installment-content h1,
    .installment-content h2,
    .installment-content h3 {
        font-size: 1.2rem !important;
        margin: 1.5rem 0 0.75rem;
    }
    
    .installment-content blockquote {
        padding: 1rem 1.5rem;
        margin: 1.5rem 0;
    }
    
    .installment-empty-state {
        padding: 3rem 1rem;
    }
}

/* ??????????? ????? */
.installment-title-header,
.installment-content-wrapper {
    opacity: 0;
    transform: translateY(30px);
    animation: installmentFadeInUp 0.8s ease forwards;
}

.installment-content-wrapper {
    animation-delay: 0.2s;
}

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

/* ???????? ????? */
.installment-content hr {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--installment-gold), transparent);
    margin: 3rem 0;
    box-shadow: 0 2px 8px rgba(90, 8, 12, 0.3);
}

.installment-content code {
    background: rgba(90, 8, 12, 0.1);
    color: var(--installment-gold-dark) !important;
    padding: 0.2rem 0.5rem;
    border-radius: 5px;
    font-family: 'Courier New', monospace;
    border: 1px solid rgba(90, 8, 12, 0.2);
}

.installment-content pre {
    background: rgba(90, 8, 12, 0.05);
    border: 2px solid rgba(90, 8, 12, 0.2);
    border-radius: 10px;
    padding: 1.5rem;
    overflow-x: auto;
    margin: 2rem 0;
}

/* ????????? ?????? */
.installment-decorative-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--installment-gold), var(--installment-gold-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--installment-white);
    font-size: 1.5rem;
    box-shadow: 0 5px 15px rgba(90, 8, 12, 0.3);
    margin: 0 auto 1rem;
}
