/* ═══════════════════════════════════════════════════════════
   izioy - Tabler Custom Overrides
   ═══════════════════════════════════════════════════════════ */

html, body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
}

.page {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* ═══════════════════════════════════════════════════════════
   DASHBOARD NAVBAR
   ═══════════════════════════════════════════════════════════ */

.dashboard-navbar {
    border-bottom: 1px solid var(--tblr-border-color);
    background: #fff;
}

.dashboard-navbar .nav-link {
    font-size: 0.85rem;
    font-weight: 500;
}

.dashboard-navbar .nav-link.active {
    font-weight: 600;
    color: var(--tblr-primary);
}

/* ═══════════════════════════════════════════════════════════
   BLOG
   ═══════════════════════════════════════════════════════════ */

.blog-card { transition: box-shadow 0.2s ease, transform 0.2s ease; }
.blog-card:hover { box-shadow: var(--tblr-box-shadow); transform: translateY(-3px); }
.blog-card-img { height: 200px; object-fit: cover; }
.blog-card-placeholder { height: 200px; display: flex; align-items: center; justify-content: center; background: var(--tblr-bg-surface-secondary); }
.blog-card-title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.4; }
.blog-card-summary { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; font-size: 0.9rem; }

.blog-article-title { font-size: 2rem; font-weight: 800; letter-spacing: -0.02em; line-height: 1.3; margin-bottom: 0.75rem; }
.blog-article-cover { width: 100%; border-radius: var(--tblr-border-radius-lg); margin-bottom: 2rem; max-height: 400px; object-fit: cover; }
.blog-article-content { font-size: 1.05rem; line-height: 1.8; color: var(--tblr-body-color); }
.blog-article-content h2 { font-size: 1.4rem; font-weight: 700; margin-top: 2rem; margin-bottom: 0.75rem; }
.blog-article-content h3 { font-size: 1.2rem; font-weight: 600; margin-top: 1.5rem; margin-bottom: 0.5rem; }
.blog-article-content p { margin-bottom: 1.25rem; }
.blog-article-content ul, .blog-article-content ol { margin-bottom: 1.25rem; padding-left: 1.5rem; }
.blog-article-content li { margin-bottom: 0.4rem; }
.blog-article-content blockquote { border-left: 4px solid var(--tblr-primary); padding: 1rem 1.5rem; margin: 1.5rem 0; background: var(--tblr-bg-surface-secondary); border-radius: 0 var(--tblr-border-radius) var(--tblr-border-radius) 0; font-style: italic; }

.blog-sidebar-title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* ═══════════════════════════════════════════════════════════
   SURVEY CARD (Survey List)
   ═══════════════════════════════════════════════════════════ */

.survey-card {
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.survey-card:hover {
    box-shadow: var(--tblr-box-shadow);
    transform: translateY(-2px);
}

.survey-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
}

/* ═══════════════════════════════════════════════════════════
   LANDING PAGE - HERO
   ═══════════════════════════════════════════════════════════ */

.hero-compact {
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 40%, #312e81 100%);
    padding: 3.5rem 0;
    color: white;
    position: relative;
    overflow: hidden;
}

.hero-compact::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.hero-compact-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.hero-compact-title {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    color: white;
    letter-spacing: -0.03em;
}

.hero-highlight {
    background: linear-gradient(135deg, #a5b4fc, #67e8f9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-compact-subtitle {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 0;
    max-width: 500px;
    line-height: 1.6;
}

.hero-compact-actions {
    display: flex;
    gap: 0.75rem;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .hero-compact { padding: 2rem 0; text-align: center; }
    .hero-compact-inner { flex-direction: column; text-align: center; }
    .hero-compact-title { font-size: 1.5rem; }
    .hero-compact-actions { justify-content: center; }
}

/* ═══════════════════════════════════════════════════════════
   LANDING PAGE - SECTIONS
   ═══════════════════════════════════════════════════════════ */

.section-padding {
    padding: 5rem 0;
}

.section-title {
    font-size: 2.25rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--tblr-secondary);
    max-width: 600px;
    margin: 0.75rem auto 0;
    line-height: 1.6;
}

/* Live Stats Bar */
.live-stats-bar {
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
    padding: 1.25rem 0;
}

.live-stat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: white;
}

.live-stat i { font-size: 1.2rem; opacity: 0.7; }
.live-stat-number { font-size: 1.5rem; font-weight: 800; }
.live-stat-label { font-size: 0.8rem; opacity: 0.6; text-transform: uppercase; letter-spacing: 0.06em; }

@media (max-width: 768px) {
    .live-stat-number { font-size: 1.2rem; }
}

/* Stat Counter */
.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--tblr-primary);
}

.stat-plus {
    font-size: 2rem;
    font-weight: 800;
    color: var(--tblr-primary);
}

/* Explore Tabs */
.explore-tab {
    background: white;
    border: 1px solid var(--tblr-border-color);
    border-radius: 50px;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--tblr-secondary);
    cursor: pointer;
    transition: all 0.2s ease;
}

.explore-tab:hover {
    border-color: var(--tblr-primary);
    color: var(--tblr-primary);
}

.explore-tab.active {
    background: var(--tblr-primary);
    border-color: var(--tblr-primary);
    color: white;
}

/* Category Tags */
.category-tag {
    background: transparent;
    border: 1px solid var(--tblr-border-color);
    border-radius: 20px;
    padding: 0.3rem 0.9rem;
    font-size: 0.8rem;
    color: var(--tblr-secondary);
    cursor: pointer;
    transition: all 0.2s ease;
}

.category-tag:hover, .category-tag.active {
    border-color: var(--tblr-primary);
    color: var(--tblr-primary);
    background: rgba(var(--tblr-primary-rgb), 0.05);
}

.category-tag.active { font-weight: 600; }

.language-tag {
    background: transparent;
    border: 1px solid var(--tblr-border-color);
    border-radius: 20px;
    padding: 0.25rem 0.75rem;
    font-size: 0.78rem;
    color: var(--tblr-secondary);
    cursor: pointer;
    transition: all 0.2s ease;
}

.language-tag:hover, .language-tag.active {
    border-color: #206bc4;
    color: #206bc4;
    background: rgba(32, 107, 196, 0.06);
}

.language-tag.active { font-weight: 600; }

/* Explore Card */
.explore-card {
    background: white;
    border-radius: var(--tblr-border-radius-lg);
    border: 1px solid var(--tblr-border-color);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.explore-card:hover {
    box-shadow: var(--tblr-box-shadow);
    transform: translateY(-4px);
}

.explore-card-header { padding: 1rem 1.25rem 0; }
.explore-card-meta { display: flex; align-items: center; justify-content: space-between; }
.explore-card-badge { background: #fef2f2; color: #dc2626; padding: 0.2rem 0.6rem; border-radius: 20px; font-size: 0.75rem; font-weight: 600; }
.explore-card-category-badge { background: rgba(var(--tblr-primary-rgb), 0.1); color: var(--tblr-primary); padding: 0.15rem 0.5rem; border-radius: 20px; font-size: 0.7rem; font-weight: 600; }
.explore-card-lang-badge { background: rgba(0, 150, 136, 0.1); color: #009688; padding: 0.15rem 0.5rem; border-radius: 20px; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.5px; }
.explore-card-questions { color: var(--tblr-secondary); font-size: 0.75rem; }
.explore-card-body { padding: 0.75rem 1.25rem; flex: 1; }

.explore-card-title {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.3rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.explore-card-desc { color: var(--tblr-secondary); font-size: 0.8rem; line-height: 1.5; margin-bottom: 0; }
.explore-card-footer { padding: 0.75rem 1.25rem 1rem; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--tblr-border-color); margin-top: auto; }
.explore-card-author { display: flex; align-items: center; gap: 0.5rem; }
.author-avatar { width: 28px; height: 28px; border-radius: 50%; background: var(--tblr-primary); color: white; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; font-weight: 700; }
.author-name { font-size: 0.8rem; color: var(--tblr-secondary); }
.explore-card-cta { border-radius: 20px; padding: 0.3rem 0.8rem; font-size: 0.8rem; }

/* Quick Poll */
.quick-poll-section {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 50%, #f0fdf4 100%);
}

.quick-poll-card { background: white; border-radius: 20px; padding: 2rem; box-shadow: var(--tblr-box-shadow); border: 1px solid var(--tblr-border-color); }
.quick-poll-header { text-align: center; margin-bottom: 1.5rem; }
.quick-poll-badge { display: inline-block; background: linear-gradient(135deg, #f59e0b, #d97706); color: white; padding: 0.3rem 1rem; border-radius: 20px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.75rem; }
.quick-poll-title { font-weight: 800; font-size: 1.3rem; letter-spacing: -0.02em; }
.quick-poll-options { display: flex; flex-direction: column; gap: 0.75rem; }

.quick-poll-option {
    position: relative;
    background: var(--tblr-bg-surface);
    border: 2px solid var(--tblr-border-color);
    border-radius: var(--tblr-border-radius);
    padding: 0.9rem 1.25rem;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-weight: 500;
}

.quick-poll-option:hover:not(.voted) { border-color: var(--tblr-primary); transform: scale(1.01); }
.quick-poll-option .option-bar { position: absolute; left: 0; top: 0; height: 100%; background: rgba(var(--tblr-primary-rgb), 0.08); border-radius: inherit; transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1); z-index: 0; }
.quick-poll-option .option-text { position: relative; z-index: 1; flex: 1; }
.quick-poll-option .option-percent { position: relative; z-index: 1; font-weight: 700; font-size: 0.9rem; color: var(--tblr-primary); opacity: 0; transition: opacity 0.3s ease; }
.quick-poll-option.voted .option-percent { opacity: 1; }
.quick-poll-option.voted { cursor: default; }
.quick-poll-option.selected { border-color: var(--tblr-primary); }
.quick-poll-option.selected .option-bar { background: rgba(var(--tblr-primary-rgb), 0.15); }
.quick-poll-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 1rem; padding-top: 0.75rem; border-top: 1px solid var(--tblr-border-color); }

@media (max-width: 768px) {
    .quick-poll-card { padding: 1.25rem; }
    .quick-poll-title { font-size: 1.1rem; }
}

/* Feature Tabs */
.feature-tab-btn {
    border-radius: 50px !important;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--tblr-secondary);
    background: var(--tblr-bg-surface-secondary);
    border: none;
    transition: all 0.2s ease;
}

.feature-tab-btn.active {
    background: var(--tblr-primary) !important;
    color: white !important;
}

.feature-points { list-style: none; padding: 0; margin: 0; }
.feature-points li { padding: 0.5rem 0; font-size: 0.95rem; }

.feature-visual {
    background: var(--tblr-bg-surface-secondary);
    border-radius: var(--tblr-border-radius-lg);
    padding: 2rem;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    border: 1px solid var(--tblr-border-color);
}

.feature-visual-create { flex-direction: row; }
.feature-visual-share { flex-direction: column; }
.feature-visual-analyze { flex-direction: row; }
.feature-visual-export { flex-direction: column; gap: 1rem; }

.fv-palette { display: flex; flex-direction: column; gap: 8px; }
.fv-item { width: 48px; height: 48px; background: white; border-radius: var(--tblr-border-radius); display: flex; align-items: center; justify-content: center; border: 1px solid var(--tblr-border-color); color: var(--tblr-secondary); font-size: 1.1rem; }
.fv-item.active { border-color: var(--tblr-primary); color: var(--tblr-primary); }
.fv-canvas { display: flex; flex-direction: column; gap: 8px; flex: 1; }
.fv-question { height: 48px; background: white; border-radius: var(--tblr-border-radius); border: 2px dashed var(--tblr-border-color); }
.fv-question.active { border-color: var(--tblr-primary); border-style: solid; }
.fv-link-box { display: flex; align-items: center; background: white; padding: 12px 16px; border-radius: var(--tblr-border-radius); border: 1px solid var(--tblr-border-color); width: 100%; font-size: 0.9rem; color: var(--tblr-secondary); }
.fv-qr-placeholder { width: 120px; height: 120px; background: white; border-radius: var(--tblr-border-radius); display: flex; align-items: center; justify-content: center; border: 1px solid var(--tblr-border-color); }
.fv-chart-bars { display: flex; align-items: flex-end; gap: 12px; height: 180px; }
.fv-bar { width: 48px; background: linear-gradient(to top, var(--tblr-primary), #818cf8); border-radius: 6px 6px 0 0; display: flex; align-items: flex-start; justify-content: center; padding-top: 6px; font-size: 0.7rem; font-weight: 700; color: white; }
.fv-pie { display: flex; align-items: center; justify-content: center; }
.fv-file { display: flex; align-items: center; gap: 12px; background: white; padding: 16px 20px; border-radius: var(--tblr-border-radius); border: 1px solid var(--tblr-border-color); width: 100%; font-weight: 600; font-size: 0.95rem; }

/* Step Card */
.step-card { padding: 2rem 1.5rem; position: relative; }
.step-number { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 32px; height: 32px; background: var(--tblr-primary); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.85rem; }
.step-icon { width: 80px; height: 80px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-top: 1rem; }

/* Question Types */
.qtype-card { background: white; border-radius: var(--tblr-border-radius); padding: 1.25rem 0.75rem; border: 1px solid var(--tblr-border-color); transition: all 0.2s ease; }
.qtype-card:hover { border-color: var(--tblr-primary); box-shadow: var(--tblr-box-shadow-sm); transform: translateY(-2px); }
.qtype-icon { font-size: 1.5rem; margin-bottom: 0.5rem; }
.qtype-label { font-size: 0.8rem; font-weight: 600; }

/* Pricing */
.pricing-card { background: white; border-radius: var(--tblr-border-radius-lg); padding: 2rem; border: 1px solid var(--tblr-border-color); transition: all 0.3s ease; position: relative; height: 100%; display: flex; flex-direction: column; }
.pricing-card:hover { box-shadow: var(--tblr-box-shadow); transform: translateY(-4px); }
.pricing-card-featured { border: 2px solid var(--tblr-primary); }
.pricing-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--tblr-primary); color: white; padding: 4px 20px; border-radius: 20px; font-size: 0.8rem; font-weight: 700; }
.pricing-header { text-align: center; padding-bottom: 1.5rem; border-bottom: 1px solid var(--tblr-border-color); margin-bottom: 1.5rem; }
.pricing-price { margin-top: 0.5rem; }
.price-amount { font-size: 2.5rem; font-weight: 800; letter-spacing: -0.03em; }
.price-period { font-size: 0.9rem; color: var(--tblr-secondary); margin-left: 4px; }
.pricing-features { list-style: none; padding: 0; margin: 0 0 1.5rem; flex: 1; }
.pricing-features li { padding: 0.5rem 0; font-size: 0.9rem; border-bottom: 1px solid var(--tblr-border-color-translucent); }
.pricing-features li:last-child { border-bottom: none; }

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 40%, #312e81 100%);
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.2) 0%, transparent 70%);
    pointer-events: none;
}

.cta-title { font-size: 2rem; font-weight: 800; color: white; margin-bottom: 0.75rem; letter-spacing: -0.02em; }
.cta-subtitle { font-size: 1.1rem; color: rgba(255, 255, 255, 0.7); margin-bottom: 2rem; max-width: 500px; margin-left: auto; margin-right: auto; }

/* Reveal Animation */
.reveal-on-scroll { opacity: 0; transform: translateY(24px); transition: opacity 0.5s ease, transform 0.5s ease; }
.reveal-on-scroll.revealed { opacity: 1; transform: translateY(0); }

/* ═══════════════════════════════════════════════════════════
   SURVEY BUILDER
   ═══════════════════════════════════════════════════════════ */

.required-label {
    transition: all 0.2s ease;
}

#propRequired:checked ~ .required-label {
    font-weight: 600;
}

.builder-container {
    display: flex;
    gap: 1rem;
    min-height: calc(100vh - 200px);
}

.builder-palette { width: 240px; flex-shrink: 0; }
.builder-canvas { flex: 1; min-width: 0; }
.builder-properties { width: 300px; flex-shrink: 0; }

.question-card {
    border: 2px solid transparent;
    border-radius: var(--tblr-border-radius);
    padding: 1rem;
    margin-bottom: 0.75rem;
    background: white;
    cursor: grab;
    transition: all 0.2s ease;
}

.question-card:hover { border-color: var(--tblr-primary); }
.question-card.active { border-color: var(--tblr-primary); background-color: rgba(var(--tblr-primary-rgb), 0.03); }
.question-card.sortable-ghost { opacity: 0.4; border-color: var(--tblr-primary); border-style: dashed; }
.question-card .badge.bg-danger { color: #fff !important; }

.palette-item {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.25rem;
    border-radius: var(--tblr-border-radius);
    cursor: grab;
    transition: background-color 0.15s ease;
    border: 1px solid transparent;
    font-size: 0.875rem;
}

.palette-item:hover { background-color: rgba(var(--tblr-primary-rgb), 0.05); border-color: var(--tblr-primary); }
.palette-item i { width: 20px; text-align: center; margin-right: 0.5rem; color: var(--tblr-primary); }

/* ═══════════════════════════════════════════════════════════
   SURVEY FORM (Fill Mode)
   ═══════════════════════════════════════════════════════════ */

.survey-form { max-width: 720px; margin: 0 auto; }

.survey-form .question-group {
    background: white;
    border-radius: var(--tblr-border-radius);
    padding: 1.5rem;
    margin-bottom: 1rem;
    border: 1px solid var(--tblr-border-color);
}

.survey-form .question-group .question-label { font-weight: 600; margin-bottom: 0.5rem; }
.survey-form .question-group .required-star { color: #ef4444; margin-left: 2px; }

/* Image Choice */
.image-choice-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 1rem; }
.image-choice-option { cursor: pointer; }
.image-choice-card { border: 2px solid var(--tblr-border-color); border-radius: var(--tblr-border-radius); overflow: hidden; transition: all 0.2s ease; background: white; }
.image-choice-card:hover { border-color: var(--tblr-primary); transform: translateY(-2px); }
.image-choice-input:checked + .image-choice-card { border-color: var(--tblr-primary); box-shadow: 0 0 0 3px rgba(var(--tblr-primary-rgb), 0.15); }
.image-choice-input:checked + .image-choice-card .image-choice-label { background: var(--tblr-primary); color: white; }
.image-choice-img { width: 100%; height: 140px; object-fit: cover; }
.image-choice-placeholder { width: 100%; height: 140px; display: flex; align-items: center; justify-content: center; background: var(--tblr-bg-surface-secondary); }
.image-choice-label { padding: 0.5rem 0.75rem; text-align: center; font-weight: 600; font-size: 0.85rem; border-top: 1px solid var(--tblr-border-color); transition: all 0.2s ease; }

.image-choice-small { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
.image-choice-small .image-choice-img,
.image-choice-small .image-choice-placeholder { height: 160px; }
.image-choice-small .image-choice-label { font-size: 0.8rem; padding: 0.4rem 0.6rem; }

.image-choice-medium { grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); }
.image-choice-medium .image-choice-img,
.image-choice-medium .image-choice-placeholder { height: 280px; }

.image-choice-large { grid-template-columns: repeat(auto-fill, minmax(480px, 1fr)); }
.image-choice-large .image-choice-img,
.image-choice-large .image-choice-placeholder { height: 400px; }
.image-choice-large .image-choice-label { font-size: 1.05rem; padding: 0.75rem 1rem; }

@media (max-width: 576px) {
    .image-choice-grid { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
    .image-choice-img, .image-choice-placeholder { height: 100px; }
}

/* ═══════════════════════════════════════════════════════════
   DASHBOARD STAT CARD
   ═══════════════════════════════════════════════════════════ */

.stat-icon-box {
    width: 48px;
    height: 48px;
    border-radius: var(--tblr-border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════
   EMPTY STATE
   ═══════════════════════════════════════════════════════════ */

.empty-state { text-align: center; padding: 3rem 1rem; }
.empty-state i { font-size: 3rem; color: var(--tblr-border-color); margin-bottom: 1rem; }
.empty-state h5 { color: var(--tblr-secondary); font-weight: 600; }

/* ═══════════════════════════════════════════════════════════
   LANGUAGE SELECTOR
   ═══════════════════════════════════════════════════════════ */

.lang-toggle { display: flex; align-items: center; gap: 6px; padding: 0.4rem 0.6rem !important; font-size: 0.875rem; }
.lang-flag { font-size: 1.1rem; line-height: 1; }
.lang-item { display: flex; align-items: center; font-size: 0.875rem; }
.language-dropdown { max-height: 400px; overflow-y: auto; min-width: 180px; }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE BUILDER
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
    .builder-container { flex-direction: column; }
    .builder-palette, .builder-properties { width: 100%; }
    .section-padding { padding: 3rem 0; }
    .feature-visual { min-height: 200px; }
    .price-amount { font-size: 2rem; }
}

@media (max-width: 991px) {
    .section-title { font-size: 1.75rem; }
}

/* ═══════════════════════════════════════════════════════════
   RTL SUPPORT
   ═══════════════════════════════════════════════════════════ */

[dir="rtl"] .me-1 { margin-right: 0 !important; margin-left: 0.25rem !important; }
[dir="rtl"] .me-2 { margin-right: 0 !important; margin-left: 0.5rem !important; }
[dir="rtl"] .ms-2 { margin-left: 0 !important; margin-right: 0.5rem !important; }
[dir="rtl"] .ms-auto { margin-left: 0 !important; margin-right: auto !important; }
[dir="rtl"] .text-lg-start { text-align: right !important; }

/* ═══════════════════════════════════════════════════════════
   COOKIE CONSENT BANNER
   ═══════════════════════════════════════════════════════════ */
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    padding: 1rem;
    pointer-events: none;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.cookie-consent-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.cookie-consent-hiding {
    opacity: 0;
    transform: translateY(100%);
    pointer-events: none;
}

.cookie-consent-inner {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    max-width: 860px;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 1.25rem 1.75rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06);
}

.cookie-consent-content {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
}

.cookie-consent-icon {
    font-size: 1.75rem;
    color: #f59f00;
    flex-shrink: 0;
}

.cookie-consent-text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #495057;
}

.cookie-consent-actions {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.cookie-consent-actions .btn {
    white-space: nowrap;
    border-radius: 8px;
    padding: 0.4rem 1rem;
    font-weight: 500;
}

@media (max-width: 640px) {
    .cookie-consent-inner {
        flex-direction: column;
        text-align: center;
        padding: 1rem 1.25rem;
        gap: 0.75rem;
    }

    .cookie-consent-content {
        flex-direction: column;
        gap: 0.5rem;
    }

    .cookie-consent-actions {
        width: 100%;
        justify-content: center;
    }

    .cookie-consent-actions .btn {
        flex: 1;
    }
}
