/* ============================
   Tenvo - طراحی مدرن با پالت جدید (نسخه نهایی - حذف تکراری‌ها)
   ============================ */

/* ============================
   فونت وزیر با مسیر صحیح
============================ */
/*@font-face {*/
/*    font-family: 'Vazirmatn';*/
/*    src: url('/fonts/webfonts/Vazirmatn-Thin.woff2') format('woff2');*/
/*    font-weight: 100;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Vazirmatn';*/
/*    src: url('/fonts/webfonts/Vazirmatn-ExtraLight.woff2') format('woff2');*/
/*    font-weight: 200;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Vazirmatn';*/
/*    src: url('/fonts/webfonts/Vazirmatn-Light.woff2') format('woff2');*/
/*    font-weight: 300;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Vazirmatn';*/
/*    src: url('/fonts/webfonts/Vazirmatn-Regular.woff2') format('woff2');*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Vazirmatn';*/
/*    src: url('/fonts/webfonts/Vazirmatn-Medium.woff2') format('woff2');*/
/*    font-weight: 500;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Vazirmatn';*/
/*    src: url('/fonts/webfonts/Vazirmatn-SemiBold.woff2') format('woff2');*/
/*    font-weight: 600;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Vazirmatn';*/
/*    src: url('/fonts/webfonts/Vazirmatn-Bold.woff2') format('woff2');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Vazirmatn';*/
/*    src: url('/fonts/webfonts/Vazirmatn-ExtraBold.woff2') format('woff2');*/
/*    font-weight: 800;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Vazirmatn';*/
/*    src: url('/fonts/webfonts/Vazirmatn-Black.woff2') format('woff2');*/
/*    font-weight: 900;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/* ============================
   اعداد فارسی
============================ */
:root {
    font-variant-numeric: persian;
    font-feature-settings: "ss01";
}

* {
    font-variant-numeric: persian;
    font-feature-settings: "ss01";
    font-family: 'Vazirmatn', sans-serif;
}

p, h1, h2, h3, h4, h5, h6, span, div, li, a,
table, th, td, thead, tbody,
.stat-card h3, .stat-card .stat-content .number, .stat-card .stat-value,
.badge, .badge span,
input, textarea, select, .form-control, .form-select,
.btn, .btn span,
.notification-badge, .unread-count,
.price, .amount, .currency {
    font-variant-numeric: persian;
    font-feature-settings: "ss01";
}

.persian-numbers-force {
    font-variant-numeric: persian !important;
    font-feature-settings: "ss01" !important;
    -moz-font-feature-settings: "ss01";
    -webkit-font-feature-settings: "ss01";
}

.english-numbers {
    font-variant-numeric: normal;
    font-feature-settings: normal;
}

/* ============================
   متغیرهای سی‌اس‌اس
============================ */
:root {
    /* رنگ‌های اصلی */
    --navy-dark: #234C63;
    --emerald: #379956;
    --golden: #FFC85B;
    --teal-bright: #00FFDD;
    --gray-light: #EEEEEE;

    /* رنگ‌های کاربردی */
    --primary: var(--navy-dark);
    --secondary: var(--emerald);
    --accent: var(--golden);
    --accent-light: #FFD98C;
    --accent-dark: #E5B13B;
    --highlight: var(--teal-bright);
    --highlight-dark: #00CCBB;
    --light-bg: var(--gray-light);
    --dark-text: #2C3E50;
    --light-text: #7F8C8D;

    /* رنگ‌های سیستم */
    --system-primary: var(--navy-dark);
    --system-primary-dark: #1A3A4D;
    --system-success: var(--emerald);
    --system-success-dark: #2D7A45;
    --system-warning: var(--golden);
    --system-warning-dark: #E5B13B;
    --system-danger: #DC3545;
    --system-bg-light: #F8F9FA;
    --system-border: #E9ECEF;
    --system-dark: var(--navy-dark);
    --system-text-muted: #6C757D;

    /* رنگ‌های جدید محصولات */
    --primary-new: #4361ee;
    --primary-dark: #3a56d4;
    --secondary-new: #4cc9f0;
    --success-new: #10b981;
    --warning-new: #f97316;
    --dark-bg: #0b1120;
    --dark-bg-light: #1a1f35;

    /* سایه‌ها */
    --shadow-sm: 0 3px 12px rgba(35, 76, 99, 0.08);
    --shadow-md: 0 6px 24px rgba(35, 76, 99, 0.12);
    --shadow-lg: 0 12px 36px rgba(35, 76, 99, 0.15);
    --shadow-gold: 0 8px 24px rgba(255, 200, 91, 0.3);
    --shadow-teal: 0 8px 24px rgba(0, 255, 221, 0.2);
    --shadow-emerald: 0 8px 24px rgba(55, 153, 86, 0.2);
    --shadow-system: 0 15px 35px rgba(0, 0, 0, 0.2);
    --shadow-primary: 0 20px 40px -15px rgba(67, 97, 238, 0.3);
    --shadow-primary-lg: 0 30px 50px -15px rgba(67, 97, 238, 0.4);

    /* مرزها */
    --radius: 16px;
    --radius-lg: 24px;
    --radius-system: 20px;
    --radius-system-sm: 12px;
    --radius-xl: 32px;
    --radius-full: 50px;
    --radius-circle: 50%;

    /* انتقال */
    --transition: all 0.3s ease;
    --transition-bounce: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);

    /* فونت */
    --font-vazir: 'Vazirmatn', sans-serif;
}

/* ============================
   تنظیمات کلی
============================ */
body {
    font-family: var(--font-vazir);
    font-weight: 400;
    background-color: var(--light-bg);
    color: var(--dark-text);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ============================
   تایپوگرافی
============================ */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-vazir);
    font-weight: 700;
}

.display-4 {
    font-family: var(--font-vazir);
    font-weight: 800;
}

.lead {
    font-family: var(--font-vazir);
    font-weight: 400;
}

.btn, .nav-link, .navbar-brand {
    font-family: var(--font-vazir);
}

.fw-100 { font-weight: 100 !important; }
.fw-200 { font-weight: 200 !important; }
.fw-300 { font-weight: 300 !important; }
.fw-400 { font-weight: 400 !important; }
.fw-500 { font-weight: 500 !important; }
.fw-600 { font-weight: 600 !important; }
.fw-700 { font-weight: 700 !important; }
.fw-800 { font-weight: 800 !important; }
.fw-900 { font-weight: 900 !important; }

.text-gradient {
    background: linear-gradient(135deg, var(--highlight), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* گرادینت متن جدید */
.gradient-text-new {
    background: linear-gradient(135deg, var(--primary-new) 0%, var(--secondary-new) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.highlight-text {
    position: relative;
    display: inline-block;
}

.highlight-text::after {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 100%;
    height: 8px;
    background-color: rgba(0, 255, 221, 0.2);
    z-index: -1;
    border-radius: 4px;
}

.highlight-text-new {
    position: relative;
    display: inline-block;
    color: white;
    z-index: 1;
}

.highlight-bg {
    position: absolute;
    bottom: 5px;
    left: -5px;
    right: -5px;
    height: 30%;
    background: linear-gradient(135deg, rgba(67, 97, 238, 0.3), rgba(76, 201, 240, 0.3));
    border-radius: 20px;
    z-index: -1;
    filter: blur(8px);
}

.rating-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.rating-badge-new {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    padding: 4px 10px;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    color: white;
}

.border-2 {
    border-width: 2px !important;
}

.stat-number {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(135deg, var(--primary), var(--highlight));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-number-new {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .stat-number {
        font-size: 1.8rem;
    }
    .stat-number-new {
        font-size: 22px;
    }
}

/* ============================
   نوبار
============================ */
.navbar {
    background-color: white !important;
    box-shadow: var(--shadow-sm);
    padding: 1rem 0;
    transition: var(--transition);
    border-bottom: 3px solid var(--primary);
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.navbar-toggler {
    order: 1;
    border: none;
    padding: 0.5rem;
    margin-left: -0.5rem;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.navbar-toggler-icon {
    width: 1.5em;
    height: 1.5em;
}

.navbar-brand {
    color: var(--primary) !important;
    font-weight: 800;
    font-size: 1.8rem;
    order: 2;
    margin: 0;
    padding: 0.5rem 0;
    flex-grow: 1;
    text-align: center;
    position: relative;
}

.navbar-brand::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--secondary), var(--highlight));
    border-radius: 3px;
}

.navbar-actions {
    order: 3;
    display: flex;
    align-items: center;
}

.btn-outline-success {
    border-color: var(--secondary);
    color: var(--secondary);
    font-weight: 600;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    white-space: nowrap;
}

.btn-outline-success:hover {
    background-color: var(--secondary);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-emerald);
}

.navbar-collapse {
    order: 4;
    width: 100%;
    margin-top: 0.5rem;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.5rem;
    padding: 1rem 0;
    border-top: 1px solid rgba(0,0,0,0.05);
}

.nav-item {
    width: 100%;
}

.nav-link {
    color: var(--dark-text) !important;
    font-weight: 600;
    padding: 0.8rem 1.5rem !important;
    border-radius: 12px;
    transition: var(--transition);
    position: relative;
    text-align: center;
    display: block;
    width: 100%;
}

.nav-link:hover {
    color: var(--primary) !important;
    background-color: rgba(35, 76, 99, 0.07);
}

.nav-link.active {
    color: var(--secondary) !important;
    background-color: rgba(55, 153, 86, 0.1);
    font-weight: 700;
}

.nav-link.active::before {
    content: '';
    position: absolute;
    right: 1.5rem;
    left: 1.5rem;
    bottom: 0;
    height: 3px;
    background-color: var(--secondary);
    border-radius: 3px;
}

.dropdown-menu {
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    min-width: 220px;
}

.dropdown-item {
    padding: 0.75rem 1.25rem;
    font-weight: 500;
    transition: var(--transition);
    border-radius: 8px;
    margin: 0.2rem 0.5rem;
}

.dropdown-item:hover {
    background-color: rgba(35, 76, 99, 0.05);
}

/* ============================
   دسکتاپ نوبار
============================ */
@media (min-width: 992px) {
    .navbar .container {
        flex-wrap: nowrap;
        gap: 2rem;
    }

    .navbar-toggler {
        display: none;
    }

    .navbar-brand {
        order: 1;
        flex-grow: 0;
        text-align: right;
        margin-left: 0;
    }

    .navbar-collapse {
        order: 2;
        width: auto;
        margin-top: 0;
        flex-grow: 1;
        display: flex !important;
    }

    .navbar-nav {
        flex-direction: row;
        width: auto;
        gap: 0.5rem;
        padding: 0;
        border-top: none;
        justify-content: center;
    }

    .nav-item {
        width: auto;
    }

    .nav-link {
        padding: 0.6rem 1.4rem !important;
        text-align: center;
        display: inline-block;
        width: auto;
    }

    .navbar-actions {
        order: 3;
        margin-right: 0;
    }

    .btn-outline-success {
        padding: 0.6rem 1.5rem;
        font-size: 1rem;
    }
}

/* ============================
   هیرو سکشن
============================ */
.hero {
    padding: 160px 0 100px;
    background: linear-gradient(135deg, rgba(35, 76, 99, 0.97) 0%, rgba(35, 76, 99, 0.85) 100%), url('https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
    overflow: hidden;
    margin-bottom: 6rem !important;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 80%, var(--highlight) 0%, transparent 70%),
    radial-gradient(circle at 80% 20%, var(--accent) 0%, transparent 70%);
    opacity: 0.15;
    z-index: 0;
}

.hero .container {
    position: relative;
    z-index: 1;
}

.hero h1 {
    font-size: 3.8rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.hero h1 span {
    background: linear-gradient(90deg, var(--highlight), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero .lead {
    font-size: 1.3rem;
    color: rgba(255,255,255,0.9);
    max-width: 700px;
    margin: 0 auto 2.5rem;
}

.hero .btn-primary {
    background: linear-gradient(135deg, var(--secondary), var(--secondary));
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 14px;
    box-shadow: var(--shadow-emerald);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.hero .btn-primary:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 35px rgba(55, 153, 86, 0.4);
}

.hero .btn-primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: 0.5s;
}

.hero .btn-primary:hover::after {
    left: 100%;
}

.hero .btn-outline-light {
    border: 2px solid rgba(255,255,255,0.3);
    padding: 1rem 2.5rem;
    border-radius: 14px;
    font-weight: 600;
    transition: var(--transition);
}

.hero .btn-outline-light:hover {
    background-color: rgba(255,255,255,0.1);
    border-color: var(--highlight);
    transform: translateY(-3px);
}

/* ============================
   هیرو SaaS (جدید)
============================ */
.hero-saas {
    background: linear-gradient(135deg, var(--dark-bg) 0%, var(--dark-bg-light) 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 100px 0 60px;
    direction: rtl;
    position: relative;
    overflow: hidden;
}

.hero-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 30%, rgba(67, 97, 238, 0.2) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(76, 201, 240, 0.2) 0%, transparent 50%);
    pointer-events: none;
}

/* دکمه‌های هدر */
.hero-btn-primary {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--primary-new), var(--secondary-new));
    border: none;
    transition: all 0.3s ease;
}

.hero-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(67, 97, 238, 0.4) !important;
}

.hero-btn-outline {
    transition: all 0.3s ease;
}

.hero-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.btn-hover-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: width 0.4s ease;
    z-index: 1;
}

.hero-btn-primary:hover .btn-hover-effect {
    width: 100%;
}

/* کارت‌های آمار */
.stat-card-new {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 20px 15px;
    text-align: center;
    transition: all 0.3s ease;
}

.stat-card-new:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(67, 97, 238, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.stat-label-new {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin: 0;
}

/* نشان‌های اعتماد */
.trust-badge {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 8px 16px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.trust-badge:hover {
    background: rgba(67, 97, 238, 0.3);
    border-color: rgba(67, 97, 238, 0.5);
    transform: translateY(-2px);
}

/* ============================
   ویژگی‌ها
============================ */
.features-section {
    padding: 6rem 0;
    position: relative;
}

.features-section .section-header {
    margin-bottom: 4rem;
}

.features-section .section-header .lead {
    max-width: 700px;
}

.feature-card {
    background: white;
    border-radius: var(--radius-lg);
    padding: 2.5rem 2rem;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    height: 100%;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.feature-card:hover {
    transform: translateY(-15px);
    box-shadow: var(--shadow-lg);
    border-color: var(--highlight);
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--highlight), transparent);
    border-radius: 0 0 0 100%;
}

.feature-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, var(--primary), var(--navy-dark));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 2.5rem;
    transition: var(--transition);
    box-shadow: var(--shadow-md);
}

.feature-card:hover .feature-icon {
    background: linear-gradient(135deg, var(--secondary), var(--emerald));
    transform: rotate(15deg) scale(1.1);
}

.feature-card h4 {
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

/* ============================
   محصولات (سه محصول در یک پلتفرم)
============================ */
.products-showcase {
    background: linear-gradient(135deg, #f8faff 0%, #f0f4ff 100%);
    padding: 80px 0;
    direction: rtl;
}

.product-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: var(--radius-xl);
    padding: 32px 24px;
    position: relative;
    transition: var(--transition-bounce);
    overflow: hidden;
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.2);
}

.product-card:hover {
    transform: translateY(-12px);
    box-shadow: var(--shadow-primary);
    border-color: rgba(67, 97, 238, 0.3);
}

.featured-card {
    background: linear-gradient(145deg, #ffffff, #f8faff);
    border: 2px solid rgba(67, 97, 238, 0.2);
    transform: scale(1.02);
}

.featured-card:hover {
    transform: scale(1.02) translateY(-12px);
}

.card-badge {
    position: absolute;
    top: 20px;
    right: 24px;
    z-index: 2;
}

.card-badge .badge {
    font-size: 0.85rem;
    font-weight: 500;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.product-icon-wrapper {
    position: relative;
    width: fit-content;
    margin: 0 auto 24px;
}

.product-icon {
    width: 100px;
    height: 100px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: white;
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.2);
}

.bg-gradient-restaurant {
    background: linear-gradient(135deg, #f97316, #f59e0b);
}

.bg-gradient-catalog {
    background: linear-gradient(135deg, #4361ee, #4cc9f0);
}

.bg-gradient-website {
    background: linear-gradient(135deg, #10b981, #34d399);
}

.icon-ring {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 2px dashed rgba(67, 97, 238, 0.3);
    border-radius: 50px;
    animation: spin 20s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.product-card:hover .icon-ring {
    border-color: rgba(67, 97, 238, 0.6);
}

.product-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1e293b;
    text-align: center;
}

.product-subtitle {
    color: #64748b;
    text-align: center;
    margin-bottom: 24px;
    font-size: 16px;
}

.feature-list {
    margin-bottom: 24px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: white;
    transform: translateX(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.feature-check {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #10b981, #34d399);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    flex-shrink: 0;
}

.product-stats {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: rgba(67, 97, 238, 0.05);
    border-radius: 20px;
    padding: 16px;
    margin-bottom: 24px;
}

.stat-divider {
    width: 1px;
    height: 30px;
    background: rgba(0, 0, 0, 0.1);
}

.product-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 24px;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 50px;
    color: #1e293b;
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
}

.featured-btn {
    background: linear-gradient(135deg, #4361ee, #4cc9f0);
    border: none;
    color: white;
}

.product-btn span {
    position: relative;
    z-index: 2;
}

.product-btn i {
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

.product-btn:hover i {
    transform: translateX(-5px);
}

.featured-btn .btn-hover-effect {
    background: rgba(255, 255, 255, 0.2);
}

.featured-btn:hover {
    background: #4361ee;
}

.card-decoration {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.decoration-circle {
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(67, 97, 238, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.decoration-dots {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    background-image: radial-gradient(rgba(67, 97, 238, 0.2) 2px, transparent 2px);
    background-size: 10px 10px;
    opacity: 0.3;
}

.stats-banner {
    background: linear-gradient(135deg, #ffffff, #f8faff);
    border: 1px solid rgba(67, 97, 238, 0.1);
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.1);
}

.avatar-group {
    display: flex;
    align-items: center;
    margin-left: 16px;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid white;
    margin-left: -8px;
    object-fit: cover;
    font-weight: 600;
    font-size: 14px;
}

.avatar:first-child {
    margin-left: 0;
}

.avatar-more {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #4361ee;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    border: 2px solid white;
    margin-left: -8px;
}

.product-card:hover .product-icon {
    animation: float 2s ease infinite;
}

/* ============================
   موکاپ آیفون
============================ */
.iphone-mockup-slider {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.iphone-mockup {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    animation: float 3s ease-in-out infinite;
}

.iphone-body {
    background: var(--dark-bg-light);
    border-radius: 40px;
    padding: 10px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 0 2px rgba(255, 255, 255, 0.1);
    position: relative;
    width: 100%;
    aspect-ratio: 9/18.5;
}

.iphone-notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 25px;
    background: var(--dark-bg-light);
    border-radius: 0 0 20px 20px;
    z-index: 10;
}

.iphone-screen {
    background: #000;
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.menu-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.menu-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.menu-slide.active {
    opacity: 1;
    visibility: visible;
}

.menu-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 20px 15px;
    color: white;
}

.slide-content {
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s ease 0.2s;
}

.active .slide-content {
    transform: translateY(0);
    opacity: 1;
}

/* کنترل‌های اسلایدر */
.slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
}

.slider-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 0;
}

.slider-btn:hover {
    background: rgba(67, 97, 238, 0.5);
    border-color: rgba(67, 97, 238, 0.8);
    transform: scale(1.1);
}

.slider-dots {
    display: flex;
    gap: 8px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    padding: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.dot.active {
    background: #4361ee;
    transform: scale(1.2);
    width: 25px;
    border-radius: 10px;
}

.dot:hover {
    background: rgba(67, 97, 238, 0.8);
}

/* تنظیمات راست‌چین */
[dir="rtl"] .slider-btn i {
    transform: scaleX(-1);
}

/* ============================
   نمایش نمونه قالب‌ها
============================ */
.showcase-teaser {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.showcase-teaser .card {
    border-radius: 16px;
    overflow: hidden;
    transition: var(--transition);
    border: 2px solid transparent;
}

.showcase-teaser .card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
    border-color: var(--secondary);
}

.showcase-teaser .card-img-top {
    height: 150px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.showcase-teaser .card:hover .card-img-top {
    transform: scale(1.1);
}

.showcase-teaser .card-body {
    background: white;
    border-top: 1px solid rgba(0,0,0,0.05);
}

.showcase-teaser .badge {
    padding: 0.5rem 1rem;
    border-radius: 30px;
    font-weight: 600;
    transition: var(--transition);
}

.showcase-teaser .card:hover .badge {
    background: var(--secondary) !important;
    color: white !important;
}

/* ============================
   بخش مزایا
============================ */
.benefits-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.benefits-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(55, 153, 86, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.benefits-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0, 255, 221, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.benefits-section .container {
    position: relative;
    z-index: 2;
}

.benefits-section h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 3rem;
    position: relative;
    display: inline-block;
}

.benefits-section h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    right: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--secondary), var(--highlight));
    border-radius: 4px;
}

.benefits-section .d-flex {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    margin-bottom: 1.5rem;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.benefits-section .d-flex:hover {
    transform: translateX(-10px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(55, 153, 86, 0.2);
}

.benefits-section .d-flex::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(55, 153, 86, 0.05), transparent);
    border-radius: 0 0 0 100%;
    z-index: 0;
}

.benefit-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary), var(--system-primary-dark));
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    transition: var(--transition);
    box-shadow: var(--shadow-md);
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.benefits-section .d-flex:hover .benefit-icon {
    background: linear-gradient(135deg, var(--secondary), var(--emerald));
    transform: rotate(10deg) scale(1.1);
    box-shadow: var(--shadow-emerald);
}

.benefits-section .d-flex > div:last-child {
    position: relative;
    z-index: 2;
}

.benefits-section h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.5rem;
    transition: var(--transition);
}

.benefits-section .d-flex:hover h4 {
    color: var(--secondary);
}

.benefits-section p {
    font-size: 1rem;
    color: var(--light-text);
    margin-bottom: 0;
    line-height: 1.7;
}

/* بخش آمار */
.stats-grid {
    background: white;
    padding: 3rem;
    border-radius: 30px;
    box-shadow: var(--shadow-lg);
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(55, 153, 86, 0.1);
}

.stats-grid::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -20%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(0, 255, 221, 0.1), transparent);
    border-radius: 50%;
}

.stats-grid h3 {
    color: var(--primary);
    font-size: 1.5rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 1rem;
}

.stats-grid h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--secondary), var(--highlight));
    border-radius: 3px;
}

.stat-number-lg {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
}

.stat-number-lg::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
    background: rgba(55, 153, 86, 0.1);
    border-radius: 50%;
    z-index: -1;
}

.stats-grid .text-muted {
    font-size: 1rem;
    font-weight: 500;
    color: var(--light-text) !important;
}

.stats-grid .col-6 {
    padding: 1rem;
    transition: var(--transition);
}

.stats-grid .col-6:hover {
    transform: translateY(-5px);
}

.stats-grid .col-6:hover .stat-number-lg {
    background: linear-gradient(135deg, var(--secondary), var(--emerald));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ============================
   بخش سئو و پنل اختصاصی
============================ */
.seo-panel-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
    padding: 80px 0;
}

.seo-panel-section::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(67, 97, 238, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.panel-preview {
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
    box-shadow: var(--shadow-primary);
    border-radius: 20px;
    overflow: hidden;
}

.panel-preview:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: var(--shadow-primary-lg);
}

.panel-preview img {
    transition: all 0.4s ease;
    border: 4px solid rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    width: 100%;
    height: auto;
}

.panel-preview:hover img {
    border-color: var(--primary-new);
}

.panel-preview .badge {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    backdrop-filter: blur(4px);
}

.seo-panel-section .d-flex {
    transition: all 0.3s ease;
}

.seo-panel-section .d-flex:hover {
    transform: translateX(-5px);
}

.seo-panel-section .d-flex i {
    transition: all 0.3s ease;
}

.seo-panel-section .d-flex:hover i {
    transform: scale(1.2);
}

.seo-panel-section .btn {
    border-radius: 30px;
    padding: 0.8rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.seo-panel-section .btn-primary {
    background: linear-gradient(135deg, var(--primary), var(--system-primary-dark));
    border: none;
    box-shadow: var(--shadow-md);
}

.seo-panel-section .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.seo-panel-section .btn-outline-primary {
    border: 2px solid var(--primary);
    color: var(--primary);
    background: transparent;
}

.seo-panel-section .btn-outline-primary:hover {
    background: var(--primary);
    color: white;
    transform: translateY(-3px);
}

.seo-panel-section .badge.bg-primary.bg-opacity-10 {
    background: rgba(67, 97, 238, 0.1) !important;
    color: var(--primary);
    border-radius: 30px;
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
}

/* ============================
   CTA سکشن
============================ */
.cta-section {
    background: linear-gradient(135deg, #4361ee, #4cc9f0);
    color: white;
    padding: 80px 0;
}

.cta-section .btn-primary {
    background: white;
    color: #4361ee;
    border: none;
}

.cta-section .btn-primary:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.cta-section .btn-outline-primary {
    border: 2px solid white;
    color: white;
}

.cta-section .btn-outline-primary:hover {
    background: white;
    color: #4361ee;
}

/* ============================
   قیمت‌گذاری
============================ */
.pricing-page {
    padding-top: 100px;
    min-height: 100vh;
    background: linear-gradient(135deg, rgba(238, 238, 238, 0.8) 0%, rgba(255, 255, 255, 1) 100%);
}

.pricing-page .container {
    max-width: 1200px;
}

.pricing-card {
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: 2px solid transparent;
    height: 100%;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(0, 255, 221, 0.2);
}

.pricing-card.popular {
    border-color: var(--accent);
    transform: scale(1.02);
    box-shadow: var(--shadow-gold);
    position: relative;
    z-index: 2;
}

.pricing-card.popular::before {
    content: 'پیشنهاد ویژه';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent);
    color: var(--primary);
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    z-index: 3;
    box-shadow: var(--shadow-sm);
}

.price-display {
    margin: 1.5rem 0;
}

.price-display .h1 {
    color: var(--primary);
    font-weight: 800;
    line-height: 1;
    font-size: 3rem;
}

.price-display .period {
    color: var(--light-text);
    font-size: 1rem;
}

/* ============================
   کارت کسب‌وکار
============================ */
.business-card {
    background: white;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    height: 100%;
    position: relative;
    border: 1px solid rgba(0,0,0,0.05);
}

.business-card:hover {
    transform: translateY(-12px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(0, 255, 221, 0.3);
}

.business-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--highlight), var(--accent));
    transition: var(--transition);
    transform: scaleX(0);
    transform-origin: right;
}

.business-card:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.business-card .card-img-top {
    height: 220px;
    object-fit: cover;
    transition: var(--transition);
}

.business-card:hover .card-img-top {
    transform: scale(1.08);
}

.business-card .card-body {
    padding: 1.8rem;
}

.business-card .card-title {
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
}

.business-card .category-badge {
    background-color: rgba(0, 255, 221, 0.1);
    color: var(--primary);
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    border: 1px solid rgba(0, 255, 221, 0.3);
}

/* ============================
   صفحه جستجو
============================ */
.explore-page {
    padding-top: 80px;
    background: linear-gradient(135deg, rgba(238, 238, 238, 0.2) 0%, rgba(255, 255, 255, 1) 100%);
    min-height: 100vh;
}

.explore-search {
    background: white;
    padding: 2.5rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    margin-bottom: 3rem;
    border: 2px solid rgba(35, 76, 99, 0.1);
}

.explore-search .form-control,
.explore-search .form-select {
    border: 2px solid rgba(35, 76, 99, 0.15);
    border-radius: 12px;
    padding: 1rem 1.5rem;
    font-size: 1.05rem;
    transition: var(--transition);
    background-color: var(--light-bg);
}

.explore-search .form-control:focus,
.explore-search .form-select:focus {
    border-color: var(--highlight);
    box-shadow: 0 0 0 4px rgba(0, 255, 221, 0.15);
    background-color: white;
}

.explore-search .btn {
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    border: none;
    color: var(--primary);
    padding: 1rem 2.5rem;
    border-radius: 12px;
    font-weight: 700;
    transition: var(--transition);
}

.explore-search .btn:hover {
    background: linear-gradient(135deg, var(--accent-dark), var(--accent));
    transform: translateY(-3px);
    box-shadow: var(--shadow-gold);
}

.hero-explore {
    background-color: var(--primary) !important;
}

/* ============================
   صفحات احراز هویت (Login/Register/Forgot Password)
============================ */
.login-page,
.register-page {
    min-height: 100vh;
    background: linear-gradient(135deg, var(--primary) 0%, #1A3A4D 100%);
    padding: 20px;
    display: flex;
    align-items: center;
}

.register-page {
    padding: 120px 0 60px;
}

.login-card,
.register-card {
    background: white;
    border-radius: var(--radius-system);
    box-shadow: var(--shadow-system);
    overflow: hidden;
    width: 100%;
}

.register-card {
    border: 2px solid rgba(0, 255, 221, 0.1);
}

.login-header,
.register-header {
    background: var(--system-dark);
    color: white;
    padding: 25px 20px;
    text-align: center;
}

.login-logo {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 1.8rem;
}

.login-body,
.register-body {
    padding: 25px 20px;
}

.login-footer {
    padding: 15px 20px;
    border-top: 1px solid var(--system-border);
    text-align: center;
    color: var(--system-text-muted);
    background: var(--system-bg-light);
}

/* تب‌های ورود */
.login-tabs {
    display: flex;
    background: var(--system-bg-light);
    border-bottom: 1px solid var(--system-border);
}

.tab-btn {
    flex: 1;
    padding: 15px 10px;
    border: none;
    background: none;
    font-weight: 600;
    color: var(--system-text-muted);
    cursor: pointer;
    transition: all 0.3s;
    font-size: 0.95rem;
    border-bottom: 3px solid transparent;
}

.tab-btn.active {
    color: var(--secondary);
    border-bottom-color: var(--secondary);
    background: white;
}

.tab-btn:first-child {
    border-left: 1px solid var(--system-border);
}

/* فرم‌های ورود */
.login-form {
    display: none;
}

.login-form.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* فرم‌های عمومی */
.form-label {
    font-weight: 600;
    color: var(--system-dark);
    margin-bottom: 8px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.form-control,
.form-select {
    border: 2px solid var(--system-border);
    border-radius: var(--radius-system-sm);
    padding: 12px 15px;
    font-size: 1rem;
    transition: all 0.3s;
    background: white;
    width: 100%;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--secondary);
    box-shadow: 0 0 0 3px rgba(55, 153, 86, 0.15);
    outline: none;
}

.form-control.is-invalid {
    border-color: var(--system-danger);
}

.form-control-lg {
    padding: 15px;
    font-size: 1rem;
}

.form-text {
    color: var(--system-text-muted);
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
}

.error-feedback {
    color: var(--system-danger);
    font-size: 0.85rem;
    margin-top: 5px;
    padding-right: 5px;
}

/* چک‌باکس */
.form-check {
    display: flex;
    align-items: center;
    gap: 30px;
}

.form-check-input {
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
}

.form-check-input:checked {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.form-check-label {
    color: #495057;
    font-size: 0.95rem;
    cursor: pointer;
}

/* فیلد رمز عبور */
.password-field {
    position: relative;
}

.password-field input {
    padding-left: 45px;
}

.password-toggle {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: var(--system-text-muted);
    padding: 0;
    font-size: 1.2rem;
    cursor: pointer;
    transition: color 0.3s;
}

.password-toggle:hover {
    color: var(--secondary);
}

/* بخش موبایل و OTP */
.mobile-input-group input,
.mobile-otp-group input {
    direction: ltr;
    text-align: left;
    font-family: monospace;
}

.mobile-otp-group {
    display: flex;
    gap: 8px;
}

.mobile-otp-group input {
    flex: 1;
}

.mobile-display {
    direction: ltr;
    text-align: center;
    font-family: monospace;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--secondary);
    background: var(--system-bg-light);
    padding: 12px;
    border-radius: 12px;
    border: 2px dashed var(--secondary);
    margin: 10px 0;
}

.send-otp-btn {
    white-space: nowrap;
    border-radius: 12px;
    padding: 0 15px;
    background: white;
    border: 2px solid var(--secondary);
    color: var(--secondary);
    font-weight: 600;
}

.send-otp-btn:hover:not(:disabled) {
    background: var(--secondary);
    color: white;
}

.send-otp-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* OTP Inputs */
.otp-container {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

.otp-input-group {
    display: flex;
    gap: 8px;
    direction: ltr;
    flex-wrap: wrap;
    justify-content: center;
}

.otp-digit {
    width: 45px;
    height: 45px;
    border: 2px solid var(--system-border);
    border-radius: 10px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--system-dark);
    transition: all 0.3s;
    background: white;
    direction: ltr !important;
    font-family: 'Courier New', monospace;
}

.otp-digit:focus {
    border-color: var(--secondary);
    box-shadow: 0 0 0 3px rgba(55, 153, 86, 0.15);
    outline: none;
}

.otp-digit.filled {
    border-color: var(--system-success);
    background: rgba(55, 153, 86, 0.05);
}

/* تایمر */
.timer-container {
    background: var(--system-bg-light);
    padding: 15px;
    border-radius: 12px;
}

.timer {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--secondary);
    font-family: monospace;
    direction: ltr;
    margin-bottom: 5px;
    display: inline-block;
    padding: 5px 12px;
    background: white;
    border-radius: 6px;
    min-width: 70px;
    border: 1px solid var(--system-border);
}

.timer.expired {
    color: var(--system-danger);
}

/* دکمه‌های سیستم */
.btn {
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.btn-primary {
    background: linear-gradient(135deg, var(--secondary), var(--emerald));
    color: white;
}

.btn-primary:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(55, 153, 86, 0.3);
}

.btn-success {
    background: linear-gradient(135deg, var(--system-success), var(--system-success-dark));
    color: white;
}

.btn-success:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(55, 153, 86, 0.3);
}

.btn-outline-primary {
    border: 2px solid var(--primary);
    color: var(--primary);
    background: transparent;
}

.btn-outline-primary:hover {
    background: var(--primary);
    color: white;
}

.btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-link {
    color: var(--secondary);
    font-size: 0.9rem;
    text-decoration: none;
}

.btn-link:hover {
    color: var(--secondary);
    text-decoration: underline;
}

/* لینک‌ها */
.forgot-link,
.back-link {
    color: var(--system-text-muted);
    text-decoration: none;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s;
}

.forgot-link:hover,
.back-link:hover {
    color: var(--secondary);
}

/* بخش ثبت‌نام */
.register-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid var(--system-border);
    text-align: center;
}

.register-section p {
    color: var(--system-text-muted);
    margin-bottom: 10px;
    font-size: 0.95rem;
}

/* نوار پیشرفت ثبت‌نام */
.register-progress {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    background: var(--light-bg);
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
}

.progress-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 20px;
    right: -50%;
    width: 100%;
    height: 2px;
    background: rgba(0,0,0,0.1);
    z-index: 0;
}

.step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    border: 2px solid rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--light-text);
    margin-bottom: 0.5rem;
    z-index: 1;
    transition: all 0.3s ease;
}

.step-title {
    font-size: 0.85rem;
    color: var(--light-text);
}

.progress-step.active .step-number {
    background: var(--secondary);
    border-color: var(--secondary);
    color: white;
    box-shadow: var(--shadow-emerald);
}

.progress-step.completed .step-number {
    background: var(--highlight);
    border-color: var(--highlight);
    color: var(--primary);
}

.progress-step.completed:not(:last-child)::after {
    background: var(--highlight);
}

.register-step {
    display: none;
    animation: fadeIn 0.5s ease;
}

.register-step.active {
    display: block;
}

.register-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.btn-next,
.btn-prev,
.btn-submit {
    padding: 0.8rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    min-width: 140px;
}

.btn-next {
    background: linear-gradient(135deg, var(--secondary), var(--emerald));
    border: none;
    color: white;
}

.btn-next:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-emerald);
}

.btn-next:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
}

.btn-prev {
    background: white;
    border: 2px solid var(--primary);
    color: var(--primary);
}

.btn-prev:hover {
    background: var(--primary);
    color: white;
}

.btn-submit {
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    border: none;
    color: var(--primary);
    font-weight: 700;
}

.btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-gold);
}

/* ============================
   زیردامنه
============================ */
.subdomain-preview {
    background: linear-gradient(135deg, var(--light-bg), white);
    border: 2px dashed rgba(0, 255, 221, 0.3);
    border-radius: 12px;
    padding: 1rem;
    margin-top: 1rem;
    text-align: center;
    transition: all 0.3s ease;
}

.subdomain-preview.valid {
    border-color: var(--secondary);
    background: rgba(55, 153, 86, 0.05);
}

.subdomain-preview.invalid {
    border-color: #ff4757;
    background: rgba(255, 71, 87, 0.05);
}

.subdomain-text {
    font-family: monospace;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary);
}

.validation-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    font-size: 0.9rem;
}

.status-valid {
    color: var(--secondary);
}

.status-invalid {
    color: #ff4757;
}

/* زیردامنه رایگان و پولی */
.subdomain-preview.free-mode {
    background: linear-gradient(135deg, #f8fff9 0%, #e8f5e9 100%);
    border: 2px solid var(--secondary);
    border-radius: 12px;
    padding: 15px;
    margin-top: 10px;
    box-shadow: var(--shadow-emerald);
}

.free-subdomain-text {
    font-family: 'Courier New', monospace;
    font-size: 18px;
    font-weight: bold;
    color: #155724;
    background: white;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #c3e6cb;
    display: inline-block;
}

.free-subdomain-badge {
    background: var(--secondary);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    margin-right: 8px;
}

/* ============================
   پیش‌نمایش لوگو
============================ */
.logo-preview {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid rgba(35, 76, 99, 0.1);
    overflow: hidden;
    margin: 0 auto 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--light-bg), white);
    position: relative;
}

.logo-placeholder {
    color: var(--light-text);
    font-size: 3rem;
}

.logo-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ============================
   فوتر
============================ */
footer {
    background: linear-gradient(135deg, var(--primary), #1a3a4d);
    color: rgba(255,255,255,0.85);
    padding: 4rem 0 2rem;
    margin-top: 5rem;
    position: relative;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--highlight), var(--accent));
}

footer h5 {
    color: white;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}

footer h5::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 0;
    width: 50px;
    height: 3px;
    background-color: var(--highlight);
    border-radius: 3px;
}

footer a {
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    transition: var(--transition);
    display: inline-block;
    margin-bottom: 0.7rem;
    position: relative;
    padding-right: 1.5rem;
}

footer a::before {
    content: '›';
    position: absolute;
    right: 0;
    transition: var(--transition);
    opacity: 0.5;
}

footer a:hover {
    color: var(--highlight);
    transform: translateX(-5px);
}

footer a:hover::before {
    opacity: 1;
    color: var(--highlight);
}

footer .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: rgba(255,255,255,0.1);
    border-radius: 50%;
    margin-left: 0.8rem;
    font-size: 1.2rem;
    transition: var(--transition);
}

footer .social-icons a:hover {
    background-color: var(--highlight);
    color: var(--primary);
    transform: translateY(-5px);
}

/* ============================
   استایل‌های ویژه
============================ */
.highlight-badge {
    background: linear-gradient(135deg, var(--highlight), var(--accent));
    color: var(--primary);
    padding: 0.4rem 1.2rem;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 1rem;
}

/* مدال تست */
.test-mode-badge {
    position: fixed;
    top: 10px;
    left: 10px;
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    color: var(--primary);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 1000;
    box-shadow: var(--shadow-gold);
}

/* آلرت‌ها */
.alert {
    border-radius: 12px;
    border: none;
    padding: 12px 15px;
    margin-bottom: 15px;
    font-size: 0.9rem;
}

.alert-danger {
    background: rgba(220, 53, 69, 0.1);
    color: var(--system-danger);
    border-right: 4px solid var(--system-danger);
}

.alert-success {
    background: rgba(55, 153, 86, 0.1);
    color: var(--secondary);
    border-right: 4px solid var(--secondary);
}

.alert-warning {
    background: rgba(255, 200, 91, 0.1);
    color: #856404;
    border-right: 4px solid var(--accent);
}

.alert-info {
    background: rgba(0, 255, 221, 0.1);
    color: #055160;
    border-right: 4px solid var(--highlight);
}

/* ============================
   انیمیشن‌ها
============================ */
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes glow {
    0%, 100% { box-shadow: 0 0 20px rgba(0, 255, 221, 0.3); }
    50% { box-shadow: 0 0 40px rgba(0, 255, 221, 0.6); }
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.floating {
    animation: float 3s ease-in-out infinite;
}

.glow-effect {
    animation: glow 2s ease-in-out infinite;
}

/* انیمیشن برای کارت‌های مزایا */
.benefits-section .d-flex {
    animation: slideInRight 0.6s ease backwards;
}

.benefits-section .d-flex:nth-child(1) { animation-delay: 0.1s; }
.benefits-section .d-flex:nth-child(2) { animation-delay: 0.2s; }
.benefits-section .d-flex:nth-child(3) { animation-delay: 0.3s; }

/* ============================
   ریسپانسیو عمومی
============================ */
@media (max-width: 992px) {
    .hero {
        margin-bottom: 4rem !important;
        padding: 140px 0 80px;
    }

    .hero h1 {
        font-size: 3rem;
    }

    .features-section {
        padding: 4rem 0;
    }

    .cta-section {
        padding: 4rem 0;
    }

    .feature-card {
        padding: 2rem 1.5rem;
    }

    .pricing-page {
        padding-top: 80px;
    }

    .price-display .h1 {
        font-size: 2.5rem;
    }

    .pricing-card.popular {
        transform: scale(1);
    }

    .benefits-section {
        padding: 4rem 0;
    }

    .benefits-section h2 {
        font-size: 2.2rem;
    }

    .stat-number-lg {
        font-size: 3rem;
    }

    .col-lg-7 {
        display: flex;
        justify-content: center;
    }

    .iphone-mockup {
        max-width: 280px;
    }
}

@media (max-width: 768px) {
    .hero {
        margin-bottom: 3rem !important;
        padding: 120px 0 60px;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .display-4 {
        font-size: 2.8rem;
    }

    .navbar-brand {
        font-size: 1.8rem;
    }

    .features-section {
        padding: 3rem 0;
    }

    .cta-section {
        padding: 3rem 0;
    }

    .feature-icon {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
    }

    .cta-section .btn-primary,
    .cta-section .btn-outline-primary {
        padding: 0.8rem 2rem;
        font-size: 1rem;
    }

    .pricing-page {
        padding-top: 70px;
    }

    .price-display .h1 {
        font-size: 2rem;
    }

    .benefits-section {
        padding: 3rem 0;
    }

    .benefits-section h2 {
        font-size: 2rem;
        margin-bottom: 2.5rem;
    }

    .benefits-section .d-flex {
        padding: 1.5rem;
    }

    .benefit-icon {
        width: 60px;
        height: 60px;
        font-size: 1.8rem;
    }

    .benefits-section h4 {
        font-size: 1.2rem;
    }

    .benefits-section p {
        font-size: 0.95rem;
    }

    .stats-grid {
        padding: 2rem;
    }

    .stat-number-lg {
        font-size: 2.5rem;
    }

    .products-showcase,
    .seo-panel-section,
    .cta-section {
        padding: 50px 0;
    }

    .product-card {
        padding: 24px 16px;
    }

    .product-title {
        font-size: 24px;
    }

    .stats-banner {
        text-align: center;
    }

    .avatar-group {
        justify-content: center;
        margin-bottom: 15px;
    }

    .panel-preview:hover {
        transform: translateY(-5px);
    }

    .hero-saas {
        padding: 80px 0 40px;
        min-height: auto;
    }

    .stat-number-new {
        font-size: 22px;
    }

    .stat-card-new {
        padding: 15px 10px;
    }

    .trust-badge {
        padding: 6px 12px;
        font-size: 12px;
    }

    .iphone-mockup {
        max-width: 250px;
    }

    .slider-controls {
        gap: 10px;
    }

    .slider-btn {
        width: 35px;
        height: 35px;
    }

    /* صفحات احراز هویت */
    .login-page,
    .register-page {
        padding: 80px 0 40px;
    }

    .login-body,
    .register-body {
        padding: 1.5rem;
    }

    .otp-digit {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .login-tabs {
        flex-direction: column;
    }

    .login-options {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .register-progress {
        padding: 1rem;
    }

    .step-title {
        font-size: 0.7rem;
    }
}

@media (max-width: 576px) {
    .navbar {
        padding: 0.8rem 0;
    }

    .navbar-brand {
        font-size: 1.6rem;
        padding: 0.3rem 0;
    }

    .navbar-toggler {
        padding: 0.4rem;
    }

    .btn-outline-success {
        padding: 0.4rem 0.8rem;
        font-size: 0.85rem;
    }

    .nav-link {
        padding: 0.7rem 1rem !important;
        font-size: 0.95rem;
    }

    .hero {
        margin-bottom: 2rem !important;
        padding: 100px 0 40px;
    }

    .features-section {
        padding: 2rem 0;
    }

    .cta-section {
        padding: 2rem 0;
    }

    .feature-card {
        padding: 1.5rem 1rem;
    }

    .cta-section .btn-primary,
    .cta-section .btn-outline-primary {
        width: 100%;
        margin-bottom: 1rem;
    }

    .cta-section .d-flex {
        flex-direction: column;
    }

    .pricing-page {
        padding-top: 60px;
    }

    .price-display .h1 {
        font-size: 1.8rem;
    }

    .benefits-section .d-flex {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem 1rem;
    }

    .benefit-icon {
        margin: 0 auto 1rem !important;
    }

    .benefits-section h2 {
        font-size: 1.8rem;
    }

    .stat-number-lg {
        font-size: 2rem;
    }

    .stats-grid .col-6 {
        padding: 0.5rem;
    }

    .panel-preview {
        margin-top: 2rem;
    }

    .iphone-mockup {
        max-width: 220px;
    }

    .slider-dots .dot {
        width: 8px;
        height: 8px;
    }

    .dot.active {
        width: 20px;
    }

    /* صفحات احراز هویت */
    .login-page,
    .register-page {
        padding: 10px;
    }

    .login-header,
    .register-header {
        padding: 20px 15px;
    }

    .login-logo {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }

    .login-header h1,
    .register-header h1 {
        font-size: 1.2rem;
    }

    .tab-btn {
        padding: 12px 8px;
        font-size: 0.9rem;
    }

    .mobile-otp-group {
        flex-direction: column;
        gap: 10px;
    }

    .send-otp-btn {
        width: 100%;
        padding: 12px;
    }

    .mobile-display {
        font-size: 1.1rem;
        padding: 10px;
    }

    .otp-digit {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .register-actions {
        flex-direction: column;
        gap: 1rem;
    }

    .btn-next,
    .btn-prev,
    .btn-submit {
        width: 100%;
    }

    .plans-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 360px) {
    .tab-btn {
        font-size: 0.85rem;
    }

    .otp-digit {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
}

@media (max-width: 380px) {
    .otp-digit {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }
}

/* کلاس‌های کمکی */
.d-none {
    display: none;
}

    /* ========== استایل‌های داشبورد (هماهنگ با طراحی کلی) ========== */
.dashboard-container {
    background: linear-gradient(135deg, #f8faff 0%, #f0f4ff 100%);
    min-height: 100vh;
}

/* گرادینت متن */
.gradient-text {
    background: linear-gradient(135deg, #4361ee 0%, #4cc9f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* کارت خوش‌آمدگویی */
.welcome-card {
    background: linear-gradient(135deg, #4361ee, #4cc9f0);
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px -15px rgba(67, 97, 238, 0.3);
}

.welcome-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
}

.welcome-card::after {
    content: '';
    position: absolute;
    bottom: -50%;
    left: -20%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
}

.welcome-card > * {
    position: relative;
    z-index: 2;
}

.welcome-avatar {
    width: 70px;
    height: 70px;
}

.welcome-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 3px solid rgba(255,255,255,0.3);
}

.avatar-placeholder {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    border: 3px solid rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    color: white;
}

.welcome-stats .stat-item {
    padding: 10px 20px;
    background: rgba(255,255,255,0.1);
    border-radius: 30px;
    backdrop-filter: blur(10px);
}

.welcome-stats .stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
    line-height: 1.2;
}

.welcome-stats .stat-label {
    font-size: 0.8rem;
}

/* کارت‌های داشبورد */
.dashboard-card {
    background: white;
    border: none;
    border-radius: 24px;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.dashboard-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -15px rgba(67, 97, 238, 0.2);
}

.dashboard-card .card-header {
    background: white;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 1.5rem;
}

.dashboard-card .card-body {
    padding: 1.5rem;
}

/* کارت کسب‌وکار */
.tenant-card {
    background: #f8faff;
    border-radius: 16px;
    padding: 1rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.tenant-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -10px rgba(67, 97, 238, 0.2);
    border-color: rgba(67, 97, 238, 0.3);
}

.tenant-card.active {
    background: linear-gradient(145deg, #ffffff, #f0f4ff);
    border: 2px solid #4361ee;
    box-shadow: 0 10px 20px -10px rgba(67, 97, 238, 0.3);
}

.btn-switch {
    padding: 0.5rem 1rem;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 30px;
    color: #1e293b;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-switch:hover {
    background: #4361ee;
    border-color: #4361ee;
    color: white;
    transform: translateY(-2px);
}

.active-badge {
    padding: 0.5rem 1rem;
    background: #4361ee;
    border-radius: 30px;
    color: white;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

/* آیتم‌های اطلاعاتی */
.info-item {
    margin-bottom: 1.5rem;
}

.info-label {
    display: block;
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 0.3rem;
}

.info-value {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #1e293b;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
}

.status-badge i {
    font-size: 0.6rem;
}

.status-badge.status-active {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

.status-badge.status-trial {
    background: rgba(245, 158, 11, 0.1);
    color: #f59e0b;
}

.status-badge.status-suspended {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
}

.btn-view, .btn-manage {
    padding: 0.6rem 1.2rem;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 0 0.2rem;
}

.btn-view {
    background: white;
    border: 2px solid #4361ee;
    color: #4361ee;
}

.btn-view:hover {
    background: #4361ee;
    color: white;
    transform: translateY(-2px);
}

.btn-manage {
    background: linear-gradient(135deg, #4361ee, #4cc9f0);
    border: none;
    color: white;
}

.btn-manage:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px -10px #4361ee;
}

.btn-outline-primary-sm {
    padding: 0.6rem 1.2rem;
    border: 2px solid #4361ee;
    border-radius: 30px;
    color: #4361ee;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-outline-primary-sm:hover {
    background: #4361ee;
    color: white;
    transform: translateY(-2px);
}

/* پلن */
.plan-icon {
    width: 60px;
    height: 60px;
    background: rgba(67, 97, 238, 0.1);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4361ee;
    margin-left: 1rem;
    transition: all 0.3s ease;
}

.dashboard-card:hover .plan-icon {
    transform: rotate(10deg) scale(1.1);
}

.days-remaining {
    text-align: center;
    padding: 1rem;
    border-radius: 20px;
    background: #f8faff;
}

.days-number {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.days-success .days-number {
    color: #10b981;
}

.days-warning .days-number {
    color: #f59e0b;
}

.days-danger .days-number {
    color: #ef4444;
}

.days-label {
    font-size: 0.85rem;
    color: #64748b;
}

/* آلرت */
.alert-custom {
    padding: 1rem;
    border-radius: 16px;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
}

.alert-custom.alert-danger {
    background: rgba(239, 68, 68, 0.1);
    border-right: 4px solid #ef4444;
    color: #991b1b;
}

.alert-custom.alert-warning {
    background: rgba(245, 158, 11, 0.1);
    border-right: 4px solid #f59e0b;
    color: #92400e;
}

/* اقدامات سریع */
.quick-action-card {
    display: block;
    text-align: center;
    padding: 1.5rem 1rem;
    background: #f8faff;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.quick-action-card:hover {
    transform: translateY(-5px);
    background: white;
    border-color: #4361ee;
    box-shadow: 0 10px 20px -10px rgba(67, 97, 238, 0.3);
}

.quick-action-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: white;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.quick-action-icon.bg-primary {
    background: linear-gradient(135deg, #4361ee, #4cc9f0);
}

.quick-action-icon.bg-success {
    background: linear-gradient(135deg, #10b981, #34d399);
}

.quick-action-icon.bg-warning {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
}

.quick-action-icon.bg-info {
    background: linear-gradient(135deg, #3b82f6, #60a5fa);
}

.quick-action-card:hover .quick-action-icon {
    transform: rotate(10deg) scale(1.1);
}

.quick-action-title {
    color: #1e293b;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.quick-action-card:hover .quick-action-title {
    color: #4361ee;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .welcome-avatar {
        width: 50px;
        height: 50px;
    }

    .avatar-placeholder {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }

    .welcome-stats .stat-item {
        padding: 8px 15px;
    }

    .welcome-stats .stat-value {
        font-size: 1.2rem;
    }

    .btn-view, .btn-manage {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
    }

    .days-number {
        font-size: 2rem;
    }

    .quick-action-card {
        padding: 1rem 0.5rem;
    }

    .quick-action-icon {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }

    .quick-action-title {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .welcome-stats {
        flex-direction: column;
    }

    .welcome-stats .stat-item {
        margin: 0.5rem 0 !important;
    }
}


/* ========== مرحله ۲ - انتخاب پلن ========== */
.plans-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 30px 0;
    padding: 10px;
}

.plan-card {
    background: white;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
}

.plan-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 45px rgba(67, 97, 238, 0.2);
}

.plan-card.selected {
    border-color: #4361ee;
    transform: scale(1.02) translateY(-10px);
    box-shadow: 0 30px 50px rgba(67, 97, 238, 0.3);
}

/* نشان ویژه برای پلن محبوب */
.plan-card.popular::before {
    content: '🔥 محبوب ترین';
    position: absolute;
    top: 20px;
    right: -35px;
    background: linear-gradient(135deg, #ff6b6b, #ff4757);
    color: white;
    padding: 8px 40px;
    font-size: 0.8rem;
    font-weight: 600;
    transform: rotate(45deg);
    z-index: 10;
    box-shadow: 0 5px 15px rgba(255, 71, 87, 0.3);
}

.plan-header {
    padding: 35px 25px 25px;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.plan-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 70%);
    opacity: 0.5;
}

.free-plan .plan-header {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.standard-plan .plan-header {
    background: linear-gradient(135deg, #4361ee, #3a0ca3);
}

.pro-plan .plan-header {
    background: linear-gradient(135deg, #f72585, #b5179e);
}

.plan-title {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    position: relative;
}

.plan-price {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 5px;
    position: relative;
}

.plan-price small {
    font-size: 1rem;
    font-weight: 400;
    opacity: 0.8;
}

.plan-duration {
    font-size: 0.9rem;
    opacity: 0.9;
    background: rgba(255,255,255,0.2);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
    position: relative;
}

.plan-body {
    padding: 25px;
    background: white;
}

.plan-description {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 2px dashed #e9ecef;
}

.plan-features {
    margin-bottom: 25px;
}

.plan-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #334155;
    font-size: 0.95rem;
    padding: 5px 10px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.plan-feature:hover {
    background: #f8faff;
    transform: translateX(5px);
}

.plan-feature i {
    color: #10b981;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.plan-feature.disabled {
    color: #94a3b8;
}

.plan-feature.disabled i {
    color: #cbd5e1;
}

.plan-footer {
    padding: 0 25px 25px;
    text-align: center;
}

.btn-select-plan {
    width: 100%;
    padding: 15px 25px;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #f8faff, #e9ecef);
    color: #334155;
    position: relative;
    overflow: hidden;
}

.btn-select-plan::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: all 0.5s ease;
}

.btn-select-plan:hover::before {
    left: 100%;
}

.btn-select-plan:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.plan-card.selected .btn-select-plan {
    background: linear-gradient(135deg, #4361ee, #3a0ca3);
    color: white;
    box-shadow: 0 10px 25px rgba(67, 97, 238, 0.3);
}

/* انیمیشن برای کارت‌ها */
@keyframes cardFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.plan-card {
    animation: cardFloat 3s ease-in-out infinite;
}

.plan-card:nth-child(2) {
    animation-delay: 0.2s;
}

.plan-card:nth-child(3) {
    animation-delay: 0.4s;
}
/* ========== مرحله ۴ - نمایش قالب‌ها با تصاویر موبایلی ========== */

/* گرادینت متن */
.gradient-text {
    background: linear-gradient(135deg, #4361ee, #4cc9f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* کارت‌های قالب */
.theme-card-wrapper {
    cursor: pointer;
    transition: all 0.3s ease;
}

.theme-card {
    background: white;
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    height: 100%;
}

.theme-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(67, 97, 238, 0.15);
    border-color: rgba(67, 97, 238, 0.3);
}

.theme-card.selected {
    border-color: #4361ee;
    box-shadow: 0 20px 40px rgba(67, 97, 238, 0.2);
    background: linear-gradient(145deg, #ffffff, #f8faff);
}

/* برچسب نام قالب */
.theme-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    z-index: 10;
}

.theme-badge .badge {
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border: 1px solid rgba(67, 97, 238, 0.2);
}

/* جعبه‌های پیش‌نمایش */
.preview-box {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #f8f9fa;
    transition: all 0.3s ease;
    border: 3px solid transparent;
}

.preview-box.active {
    border-color: #4361ee;
    box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.3);
}

.preview-label {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 5;
}

.preview-label .badge {
    font-size: 0.7rem;
    padding: 4px 8px;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* فریم موبایل */
.mobile-frame {
    background: #1a1a2e;
    padding: 8px 4px;
    border-radius: 24px;
    position: relative;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.mobile-frame::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 20px;
    background: #1a1a2e;
    border-radius: 0 0 10px 10px;
    z-index: 2;
}

.preview-image {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
    transition: all 0.3s ease;
}

.theme-card:hover .preview-image {
    transform: scale(1.02);
}

/* نشان انتخاب */
.selection-indicator {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: white;
    padding: 8px 15px;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    border: 2px solid #4361ee;
}

.theme-card.selected .selection-indicator {
    opacity: 1;
    transform: translateY(0);
}

.selection-indicator i {
    color: #10b981;
    font-size: 1.2rem;
}

.selection-indicator span {
    color: #1e293b;
    font-weight: 600;
    font-size: 0.9rem;
}

/* انتخاب حالت رنگ */
.color-option {
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
}

.color-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border: 3px solid transparent;
}

.color-circle.light-mode {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    color: #ffaa00;
    border-color: #ffaa00;
}

.color-circle.dark-mode {
    background: linear-gradient(135deg, #2c3e50, #1a1a2e);
    color: #f1c40f;
    border-color: #f1c40f;
}

.color-option.active .color-circle {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 15px 30px rgba(67, 97, 238, 0.3);
}

.color-option.active .color-circle.light-mode {
    border-color: #4361ee;
}

.color-option.active .color-circle.dark-mode {
    border-color: #4361ee;
}

.color-option:hover .color-circle {
    transform: scale(1.05);
}

/* انیمیشن‌ها */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.theme-card-wrapper {
    animation: fadeInUp 0.5s ease backwards;
}

.theme-card-wrapper:nth-child(1) { animation-delay: 0.1s; }
.theme-card-wrapper:nth-child(2) { animation-delay: 0.2s; }
.theme-card-wrapper:nth-child(3) { animation-delay: 0.3s; }
.theme-card-wrapper:nth-child(4) { animation-delay: 0.4s; }

/* ریسپانسیو */
@media (max-width: 768px) {
    .theme-card {
        padding: 15px;
    }

    .theme-badge .badge {
        font-size: 0.8rem;
        padding: 5px 12px;
    }

    .color-circle {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .selection-indicator {
        padding: 5px 12px;
    }

    .selection-indicator span {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .preview-label .badge {
        font-size: 0.6rem;
        padding: 3px 6px;
    }

    .color-option span {
        font-size: 0.9rem;
    }

    .color-option small {
        font-size: 0.7rem;
    }
}
/* ========== استایل‌های اضافی برای ثبت‌نام ========== */

/* لوگو ثبت‌نام */
.register-logo {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 2.2rem;
    color: white;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

/* کارت موفقیت */
.success-card {
    background: linear-gradient(145deg, #ffffff, #f8faff);
    border-radius: 24px;
    padding: 25px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(67, 97, 238, 0.1);
    max-width: 500px;
    margin: 0 auto;
}

.success-card .info-row {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    gap: 10px;
}

.success-card .info-row:last-child {
    border-bottom: none;
}

.success-card .info-row i {
    font-size: 1.3rem;
    min-width: 30px;
}

.success-card .info-row span.fw-bold {
    min-width: 90px;
    color: #334155;
}

.success-card .info-row span:not(.fw-bold),
.success-card .info-row a {
    color: #4361ee;
    font-weight: 500;
}

/* انیمیشن موفقیت */
@keyframes successPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.success-animation i {
    animation: successPulse 0.5s ease 3;
}

/* بهبود فرم‌ها */
.form-control-lg {
    padding: 14px 18px;
    font-size: 1rem;
    border-radius: 14px;
}

.input-group-lg .form-control {
    border-radius: 14px 0 0 14px;
}

.input-group-lg .input-group-text {
    border-radius: 0 14px 14px 0;
    padding: 0 20px;
    font-size: 1rem;
}

/* بهبود دکمه‌ها */
.btn-next, .btn-prev {
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 160px;
}

.btn-next {
    background: linear-gradient(135deg, #4361ee, #4cc9f0);
    color: white;
    box-shadow: 0 10px 20px rgba(67, 97, 238, 0.2);
}

.btn-next:hover:not(:disabled) {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(67, 97, 238, 0.4);
}

.btn-next:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.btn-prev {
    background: white;
    border: 2px solid #4361ee;
    color: #4361ee;
}

.btn-prev:hover {
    background: #4361ee;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(67, 97, 238, 0.2);
}

/* بهبود آلرت‌ها */
.alert {
    border-radius: 16px;
    padding: 15px 20px;
    border: none;
}

.alert-warning {
    background: rgba(255, 193, 7, 0.1);
    color: #856404;
    border-right: 4px solid #ffc107;
}

.alert-info {
    background: rgba(13, 202, 240, 0.1);
    color: #055160;
    border-right: 4px solid #0dcaf0;
}

/* بهبود زیردامنه */
.subdomain-preview {
    border-radius: 16px;
    padding: 20px;
    transition: all 0.3s ease;
}

.subdomain-preview.free-mode {
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
    border: 2px solid #10b981;
}

.subdomain-preview.paid-mode {
    background: #f8f9fa;
    border: 2px dashed #4361ee;
}

.subdomain-preview.valid {
    border-color: #10b981;
    background: rgba(16, 185, 129, 0.05);
}

.subdomain-preview.invalid {
    border-color: #ef4444;
    background: rgba(239, 68, 68, 0.05);
}

.validation-status {
    margin-top: 10px;
    font-size: 0.9rem;
}

/* بهبود تایمر */
.timer-container {
    background: #f8f9fa;
    border-radius: 50px;
    padding: 15px;
    max-width: 200px;
    margin: 0 auto;
}

.timer {
    font-size: 2rem;
    font-weight: 700;
    color: #4361ee;
    font-family: monospace;
    direction: ltr;
    background: white;
    padding: 8px 15px;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.timer.expired {
    color: #ef4444;
}

/* بهبود نمایش موبایل */
.mobile-display {
    background: #f8f9fa;
    border-radius: 50px;
    padding: 15px 20px;
    font-size: 1.3rem;
    font-weight: 600;
    color: #4361ee;
    border: 2px dashed #4361ee;
    max-width: 300px;
    margin: 0 auto;
}

/* بهبود OTP */
.otp-digit {
    width: 50px;
    height: 50px;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    font-size: 1.5rem;
    font-weight: 700;
    transition: all 0.3s ease;
}

.otp-digit:focus {
    border-color: #4361ee;
    box-shadow: 0 0 0 4px rgba(67, 97, 238, 0.15);
    outline: none;
}

.otp-digit.filled {
    border-color: #10b981;
    background: rgba(16, 185, 129, 0.05);
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .btn-next, .btn-prev {
        min-width: 130px;
        padding: 12px 20px;
    }

    .success-card .info-row {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }

    .success-card .info-row i {
        margin-bottom: 5px;
    }

    .success-card .info-row span.fw-bold {
        min-width: auto;
    }

    .otp-digit {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .timer {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .register-actions {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .btn-next, .btn-prev {
        width: 100%;
    }

    .btn-prev {
        order: 2;
    }

    .otp-digit {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }

    .color-option .color-circle {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}

/* تنظیمات خاص برای زیردامنه */
#subdomainInputGroup {
    direction: ltr !important;
    display: flex;
    flex-wrap: nowrap;
}

#subdomain_input {
    border-radius: 0 14px 14px 0 !important;
    border-left: none !important;
    order: 2;
    text-align: left;
    direction: ltr;
}

#subdomainSuffix {
    border-radius: 14px 0 0 14px !important;
    background: #4361ee !important;
    color: white !important;
    font-weight: 600;
    border: none;
    order: 1;
    white-space: nowrap;
}

/* برای مرورگرهای راست‌چین */
[dir="rtl"] #subdomainInputGroup {
    direction: ltr !important;
}

[dir="rtl"] #subdomain_input {
    border-radius: 0 14px 14px 0 !important;
    text-align: left;
}

[dir="rtl"] #subdomainSuffix {
    border-radius: 14px 0 0 14px !important;
}

/* حالت موبایل */
@media (max-width: 576px) {
    #subdomainInputGroup {
        flex-wrap: wrap;
    }

    #subdomain_input {
        border-radius: 14px !important;
        margin-bottom: 5px;
        order: 1;
    }

    #subdomainSuffix {
        border-radius: 14px !important;
        order: 2;
        width: 100%;
        justify-content: center;
    }
}
/* استایل خطا */
.is-invalid {
    border-color: #ef4444 !important;
    background-color: rgba(239, 68, 68, 0.05) !important;
}

.invalid-feedback {
    color: #ef4444;
    font-size: 0.85rem;
    margin-top: 5px;
    display: block;
}

/* هایلایت موقت برای خطا */
@keyframes errorPulse {
    0% { border-color: #ef4444; }
    50% { border-color: #ff6b6b; }
    100% { border-color: #ef4444; }
}

.error-highlight {
    animation: errorPulse 0.5s ease 2;
}
/* تب‌های دسته‌بندی قالب */
.category-tabs .nav-tabs .nav-link {
    border: none;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    background: #f1f5f9;
    color: #1e293b;
    transition: all 0.3s ease;
}

.category-tabs .nav-tabs .nav-link i {
    font-size: 1.1rem;
}

.category-tabs .nav-tabs .nav-link.active {
    background: linear-gradient(135deg, #4361ee, #4cc9f0);
    color: white;
    box-shadow: 0 8px 20px rgba(67, 97, 238, 0.3);
}

.category-tabs .nav-tabs .nav-link:not(.active):hover {
    background: #e2e8f0;
    transform: translateY(-2px);
}

/* دکمه‌های فیلتر کوچک */
.filter-btn {
    background: white;
    border: 1px solid #e2e8f0;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 0.85rem;
    transition: all 0.2s ease;
}

.filter-btn.active {
    background: #4361ee;
    border-color: #4361ee;
    color: white;
}

.filter-btn:hover:not(.active) {
    background: #f8fafc;
    transform: translateY(-2px);
}

/* ============================
   کارت‌های انتخاب دسته قالب (پیشرفته/ساده)
   ============================ */
.theme-categories-wrapper {
    margin-bottom: 2rem;
}

.theme-category-card {
    position: relative;
    border-radius: 28px;
    padding: 24px 20px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    overflow: hidden;
    background: white;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.02);
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    gap: 20px;
}

/* کارت پیشرفته */
.advanced-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f4ff 100%);
    border-bottom: 4px solid #8b5cf6;
}

.advanced-card .card-icon {
    background: linear-gradient(135deg, #8b5cf6, #6d28d9);
}

/* کارت ساده */
.simple-card {
    background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 100%);
    border-bottom: 4px solid #10b981;
}

.simple-card .card-icon {
    background: linear-gradient(135deg, #10b981, #059669);
}

/* آیکون گرد */
.card-icon {
    width: 70px;
    height: 70px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.theme-category-card:hover .card-icon {
    transform: scale(1.05) rotate(5deg);
}

/* محتوای کارت */
.card-content {
    flex: 1;
}

.category-title {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #1e293b, #334155);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.advanced-card .category-title {
    background: linear-gradient(135deg, #5b21b6, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.simple-card .category-title {
    background: linear-gradient(135deg, #047857, #10b981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.category-desc {
    color: #475569;
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
    line-height: 1.5;
}

.category-badge .badge {
    background: rgba(0, 0, 0, 0.05);
    color: #334155;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 0.75rem;
}

/* حالت hover */
.theme-category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.15);
}

/* حالت active (انتخاب شده) */
.theme-category-card.active {
    border: 2px solid;
    transform: translateY(-5px);
    box-shadow: 0 25px 40px -12px rgba(0, 0, 0, 0.2);
}

.advanced-card.active {
    border-color: #8b5cf6;
    background: linear-gradient(135deg, #ffffff, #f3e8ff);
    box-shadow: 0 25px 40px -15px rgba(139, 92, 246, 0.3);
}

.simple-card.active {
    border-color: #10b981;
    background: linear-gradient(135deg, #ffffff, #e6f9ef);
    box-shadow: 0 25px 40px -15px rgba(16, 185, 129, 0.3);
}

/* نشانگر انتخاب */
.selected-category-indicator {
    margin-top: 15px;
    font-size: 0.9rem;
    color: #64748b;
    background: #f1f5f9;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 50px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.selected-text {
    font-weight: 600;
    color: #4361ee;
}

/* محتوای تب‌ها */
.theme-tab-content {
    display: none;
    animation: fadeIn 0.4s ease;
}

.theme-tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .theme-category-card {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    .card-icon {
        width: 60px;
        height: 60px;
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    .category-title {
        font-size: 1.3rem;
    }
    .category-desc {
        font-size: 0.8rem;
    }
}

#validationStatus .text-success { color: #28a745; font-weight: 500; }
#validationStatus .text-danger { color: #dc3545; font-weight: 500; }
#validationStatus .text-warning { color: #ffc107; font-weight: 500; }
#validationStatus .text-muted { color: #6c757d; }

/* درون استایل‌های موجود یا در انتهای فایل navbar */
.brand-logo-img {
    max-height: 40px;
    width: auto;
}

@media (max-width: 768px) {
    .brand-text {
        font-size: 1.4rem !important;
    }
    .brand-logo-img {
        max-height: 30px;
    }
}
/* استایل آکاردئون پلن‌ها */
.plans-accordion .accordion-item {
    border: none;
    margin-bottom: 1rem;
    background: transparent;
}
.plans-accordion .accordion-button {
    background: white;
    border-radius: 20px !important;
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.plans-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #f8faff, white);
    color: #4361ee;
    box-shadow: 0 10px 20px rgba(67,97,238,0.1);
}
.plans-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}
.plans-accordion .accordion-collapse {
    background: transparent;
}
.plans-accordion .accordion-body {
    padding: 1rem 0;
}
.plans-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 15px;
}

/* ============================
   استایل آکاردئون پلن‌ها (مرحله ۲ ثبت‌نام)
   ============================ */
.plans-accordion {
    margin-top: 1.5rem;
}

.plans-accordion .accordion-item {
    background: transparent;
    border: none;
    margin-bottom: 1rem;
}

.plans-accordion .accordion-header {
    margin: 0;
}

.plans-accordion .accordion-button {
    background: white;
    border-radius: 20px !important;
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.plans-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #f8faff, white);
    color: #4361ee;
    box-shadow: 0 8px 20px rgba(67, 97, 238, 0.1);
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.plans-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(67, 97, 238, 0.3);
}

.plans-accordion .accordion-button::after {
    background-size: 1rem;
    filter: none;
    margin-right: auto;
    margin-left: 0.5rem;
}

.plans-accordion .accordion-collapse {
    background: transparent;
}

.plans-accordion .accordion-body {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
    border-radius: 0 0 20px 20px;
    padding: 1.2rem 0.5rem;
    margin-top: -0.5rem;
    border: 1px solid rgba(67, 97, 238, 0.1);
    border-top: none;
}

.plans-accordion .accordion-body .plans-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin: 0;
    padding: 0 0.5rem;
}

/* تنظیمات آیکون‌ها در هدر آکاردئون */
.plans-accordion .accordion-button i {
    font-size: 1.5rem;
    margin-left: 0.75rem;
    color: #4361ee;
}

.plans-accordion .accordion-button .badge {
    background: #ffc107;
    color: #e2e8f0;
    font-weight: 600;
    margin-right: 1rem;
}

/* استایل hover */
.plans-accordion .accordion-button:hover {
    background: #f8fafc;
    transform: translateY(-2px);
}

/* برای نمایش بهتر در موبایل */
@media (max-width: 768px) {
    .plans-accordion .accordion-button {
        padding: 0.8rem 1rem;
        font-size: 1rem;
    }
    .plans-accordion .accordion-button i {
        font-size: 1.2rem;
        margin-left: 0.5rem;
    }
    .plans-accordion .accordion-body {
        padding: 1rem 0;
    }
    .plans-accordion .accordion-body .plans-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}
/* چک‌باکس پذیرش قوانین - مرحله ۵ */
.terms-checkbox .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    cursor: pointer;
    border: 2px solid #4361ee;
    border-radius: 6px;
    background-color: white;
    transition: all 0.2s ease;
}

.terms-checkbox .form-check-input:checked {
    background-color: #4361ee;
    border-color: #4361ee;
    box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.2);
}

.terms-checkbox .form-check-input:focus {
    box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.3);
    border-color: #4361ee;
    outline: none;
}

.terms-checkbox .form-check-label {
    font-weight: 500;
    color: #1e293b;
    cursor: pointer;
    font-size: 0.95rem;
}

.terms-checkbox .form-check-label a {
    color: #4361ee;
    text-decoration: none;
    font-weight: 600;
}

.terms-checkbox .form-check-label a:hover {
    text-decoration: underline;
}

/* اگر می‌خواهید خود چک‌باکس بزرگتر باشد (اختیاری) */
@media (min-width: 768px) {
    .terms-checkbox .form-check-input {
        width: 22px;
        height: 22px;
    }
}

/* افزایش فاصله بین کارت‌ها */
.showcase-grid {
    row-gap: 2rem;
    column-gap: 1.5rem;
}

/* کارت جداکننده قالب‌های کاغذی */
.paper-card {
    border-right: 6px solid #f59e0b;
    background: linear-gradient(135deg, #ffffff, #fff7ed);
}
.paper-card .card-icon {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}
.paper-card .category-title {
    background: linear-gradient(135deg, #b45309, #f59e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* ============================
   استایل موکاپ موبایل برای صفحه نمایش قالب‌ها (showcase)
   ============================ */
.showcase-card {
    background: transparent !important;
    box-shadow: none !important;
}

.showcase-card .mockup-container {
    position: relative !important;
    width: 100% !important;
    /* نسبت دقیق آیفون ۱۴ پرو مکس (2796x1290) */
    padding-top: 216.74% !important;
    background: #000 !important;
    border-radius: 44px !important;
    overflow: hidden !important;
    box-shadow: 0 20px 35px -10px rgba(0,0,0,0.3), 0 0 0 6px #2c2c2c, 0 0 0 10px #1a1a1a !important;
    margin-bottom: 0 !important;
}

.showcase-card .mockup-image {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;   /* برش می‌خورد تا بدون حاشیه سیاه شود */
    object-position: top !important; /* اولویت نمایش بالای اسکرین‌شات (ناچ و هدر) */
    display: block !important;
    background-color: #000 !important;
    transition: transform 0.4s ease !important;
}

.showcase-card:hover .mockup-image {
    transform: scale(1.02) !important;
}

/* نوار بالای فریم (شبیه ناچ) برای آیفون ۱۴ پرو */
.showcase-card .mockup-container::before {
    content: "" !important;
    position: absolute !important;
    top: 12px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 130px !important;
    height: 28px !important;
    background: #000 !important;
    border-radius: 24px !important;
    z-index: 2 !important;
    box-shadow: 0 0 0 2px #444 !important;
}

/* ناچ داینامیک آیلند (اختیاری - جلو دوربین) */
.showcase-card .mockup-container::after {
    content: "" !important;
    position: absolute !important;
    top: 18px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 38px !important;
    height: 16px !important;
    background: #1a1a1a !important;
    border-radius: 12px !important;
    z-index: 3 !important;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .showcase-card .mockup-container {
        padding-top: 200% !important; /* در موبایل‌های کوچک انعطاف بیشتر */
        border-radius: 32px !important;
    }
    .showcase-card .mockup-container::before {
        width: 90px !important;
        height: 22px !important;
        top: 8px !important;
    }
    .showcase-card .mockup-container::after {
        top: 13px !important;
        width: 28px !important;
        height: 12px !important;
    }
}
/* افزایش فاصله کارت‌ها از لبه‌های صفحه */
.showcase-page .container {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

/* در نمایشگرهای کوچک فاصله بیشتر */
@media (max-width: 768px) {
    .showcase-page .container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

/* همچنین برای اطمینان از فاصله بین کارت‌ها در ردیف */
.showcase-grid {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
.showcase-grid .col-lg-3,
.showcase-grid .col-md-4,
.showcase-grid .col-sm-6 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
/* ========== اسلایدر افقی قالب‌ها در صفحه اصلی ========== */
.themes-slider-wrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    padding-bottom: 1rem;
}
.themes-slider-wrapper:active {
    cursor: grabbing;
}
.themes-slider {
    display: inline-flex;
    gap: 1.5rem;
    padding: 0.5rem 0.25rem;
}
.theme-slide {
    width: 260px;
    flex-shrink: 0;
    scroll-snap-align: start;
}
.theme-slide .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 20px;
    overflow: hidden;
}
.theme-slide .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 30px -12px rgba(0,0,0,0.2);
}
.small-mockup {
    position: relative;
    width: 100%;
    padding-top: 177.78%; /* 16:9 قدیمی، برای نمایش بهتر */
    background: #000;
    overflow: hidden;
}
.small-mockup .mockup-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.4s ease;
}
.theme-slide .card:hover .mockup-image {
    transform: scale(1.02);
}
/* حذف اسکرولبار در مرورگرهای Webkit (اختیاری) */
.themes-slider-wrapper::-webkit-scrollbar {
    height: 6px;
}
.themes-slider-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.themes-slider-wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}
@media (max-width: 768px) {
    .theme-slide {
        width: 200px;
    }
    .small-mockup {
        padding-top: 160%;
    }
}
@media (max-width: 576px) {
    .theme-slide {
        width: 170px;
    }
}
/* ============================
   SEO Content Section (بعد از CTA)
============================ */
.seo-content-section {
    padding: 4rem 0 3rem;
    background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.seo-content-card {
    background: white;
    border-radius: 28px;
    padding: 3rem;
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(67, 97, 238, 0.06);
    transition: all 0.3s ease;
}

.seo-content-card:hover {
    box-shadow: 0 25px 45px -15px rgba(67, 97, 238, 0.12);
}

.seo-content-card .section-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.75rem;
}

.seo-content-card .section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #4361ee, #4cc9f0);
    border-radius: 4px;
}

.seo-content-card .seo-text {
    color: #475569;
    line-height: 1.9;
    font-size: 1rem;
}

.seo-content-card .seo-text p {
    margin-bottom: 1rem;
}

.seo-content-card .benefit-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-content-card .benefit-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    color: #334155;
    font-size: 0.95rem;
    line-height: 1.6;
}

.seo-content-card .benefit-list li:last-child {
    border-bottom: none;
}

.seo-content-card .benefit-list li i {
    color: #10b981;
    font-size: 1.2rem;
    margin-top: 3px;
    flex-shrink: 0;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .seo-content-section {
        padding: 2.5rem 0;
    }
    .seo-content-card {
        padding: 1.5rem;
        border-radius: 20px;
    }
    .seo-content-card .section-title {
        font-size: 1.4rem;
    }
    .seo-content-card .seo-text {
        font-size: 0.95rem;
    }
    .seo-content-card .benefit-list li {
        font-size: 0.9rem;
        padding: 8px 0;
    }
}
/* ============================
   سایدبار وبلاگ
============================ */
.blog-sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-widget {
    background: white;
    border-radius: 20px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 25px -8px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.sidebar-widget .widget-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1.2rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid rgba(67, 97, 238, 0.1);
}

/* جستجو */
.sidebar-widget .input-group .form-control {
    border-radius: 30px 0 0 30px !important;
    padding: 10px 16px;
    font-size: 0.9rem;
    border: 1px solid #e2e8f0;
}
.sidebar-widget .input-group .btn {
    border-radius: 0 30px 30px 0 !important;
    padding: 10px 16px;
    background: #4361ee;
    color: white;
    border: none;
}
.sidebar-widget .input-group .btn:hover {
    background: #3a56d4;
}

/* دسته‌بندی‌ها */
.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.category-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
}
.category-list li:last-child {
    border-bottom: none;
}
.category-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #334155;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}
.category-list a:hover {
    color: #4361ee;
    padding-right: 5px;
}
.category-list .badge {
    font-weight: 500;
    font-size: 0.75rem;
}

/* جدیدترین مقالات */
.recent-post-item {
    display: flex;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
}
.recent-post-item:last-child {
    border-bottom: none;
}
.recent-post-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 12px;
    flex-shrink: 0;
}
.recent-post-img-placeholder {
    width: 60px;
    height: 60px;
    background: #f1f5f9;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #94a3b8;
    font-size: 1.5rem;
}
.recent-post-info {
    flex: 1;
    min-width: 0;
}
.recent-post-title {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 1.4;
}
.recent-post-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.recent-post-title a:hover {
    color: #4361ee !important;
}
.recent-post-info small {
    font-size: 0.75rem;
}

/* CTA Widget */
.cta-widget .cta-box {
    background: linear-gradient(135deg, #4361ee, #4cc9f0);
    color: white;
    padding: 2rem 1.5rem;
    border-radius: 20px;
    text-align: center;
}
.cta-widget .cta-icon {
    font-size: 3rem;
    display: block;
    margin-bottom: 0.75rem;
}
.cta-widget .cta-box h5 {
    margin-bottom: 0.5rem;
}
.cta-widget .cta-box p {
    opacity: 0.9;
    margin-bottom: 1.2rem;
}
.cta-widget .cta-box .btn-light {
    background: white;
    color: #4361ee;
    border: none;
}
.cta-widget .cta-box .btn-light:hover {
    background: #f8fafc;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* ریسپانسیو */
@media (max-width: 992px) {
    .blog-sidebar {
        position: static;
        margin-top: 2.5rem;
    }
}

@media (max-width: 576px) {
    .sidebar-widget {
        padding: 1rem;
    }
    .recent-post-img,
    .recent-post-img-placeholder {
        width: 50px;
        height: 50px;
    }
    .recent-post-title {
        font-size: 0.85rem;
    }
}
@media (min-width: 992px) {
    .navbar-nav .nav-link {
        font-size: 0.9rem;
        padding: 0.5rem 0.8rem !important;
        white-space: nowrap;
    }
    .navbar-nav {
        flex-wrap: nowrap !important;
        gap: 0.2rem !important;
    }
    .navbar-collapse {
        flex: 1 1 auto;
        min-width: 0;
    }
    .navbar .container {
        gap: 0.5rem;
    }
}
