/* /Layout/Components/LoggingInNow.razor.rz.scp.css */
/* Provider icons */
.provider-icon[b-v8jp7n6nro] {
    background: white; /* now white */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.provider-title[b-v8jp7n6nro] {
    margin: 0 0 0.5rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: black; /* text black */
}

.provider-text[b-v8jp7n6nro] {
    margin: 0;
    font-size: 1rem;
    color: black; /* text black */
}

/* Progress bar */
.progress-container[b-v8jp7n6nro] {
    width: 200px;
    height: 6px;
    background: rgba(0,0,0,0.1); /* subtle gray */
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.progress-fill[b-v8jp7n6nro] {
    height: 100%;
    width: 50%;
    background: linear-gradient(90deg, rgba(0,0,0,0.6), rgba(0,0,0,0.3));
    border-radius: 3px;
    animation: loading-b-v8jp7n6nro 2s ease-in-out infinite;
    position: relative;
}

@keyframes loading-b-v8jp7n6nro {
    0% { transform: translateX(-100%); }
    50% { transform: translateX(100%); }
    100% { transform: translateX(200%); }
}

/* Radzen dialog styling */
body .rz-dialog-wrapper[b-v8jp7n6nro],
body .rz-dialog[b-v8jp7n6nro],
body .rz-dialog-content[b-v8jp7n6nro] {
    background: white !important;
    border: none !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
    padding: 1rem !important;
    color: black !important;
}
/* /Layout/Components/SSOLoginDropdown.razor.rz.scp.css */
.sso-option[b-ezvd2y0jto] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    background-color: #fff;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    transition: all 0.2s ease;
}

.sso-option:hover:not(:disabled)[b-ezvd2y0jto] {
    background-color: #f3f4f6;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.sso-option:disabled[b-ezvd2y0jto] {
    opacity: 0.5;
    cursor: not-allowed;
}

.sso-icon svg[b-ezvd2y0jto] {
    height: 1.5rem;
    width: 1.5rem;
    margin-right: 0.75rem;
}

.sso-text[b-ezvd2y0jto] {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.sso-provider[b-ezvd2y0jto] {
    font-weight: 600;
}

.sso-description[b-ezvd2y0jto] {
    font-size: 0.8rem;
    color: #6b7280;
}

.sso-arrow[b-ezvd2y0jto] {
    font-size: 1.2rem;
    color: #9ca3af;
}

.sso-info[b-ezvd2y0jto] {
    margin-top: 1rem;
    font-size: 0.85rem;
    color: #6b7280;
}

.sso-info-item[b-ezvd2y0jto] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.25rem;
}

.sso-footer[b-ezvd2y0jto] {
    margin-top: 1rem;
    font-size: 0.8rem;
    color: #9ca3af;
}

.sso-footer a[b-ezvd2y0jto] {
    color: #3b82f6;
    text-decoration: none;
}
/* /Pages/BotsWebsite.razor.rz.scp.css */
.animate-fadein[b-993kyupzvn] {
    animation: fadeIn-b-993kyupzvn 0.4s ease;
}

@keyframes fadeIn-b-993kyupzvn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Pages/Components/LoadResponse.razor.rz.scp.css */
.message-container[b-tt8hacnznm] {
    display: flex;
    margin-bottom: 20px;
    justify-content: flex-start;
    animation: fadeInUp-b-tt8hacnznm 0.3s ease-out;
}

.message-container.ai-message[b-tt8hacnznm] {
    justify-content: flex-start;
}

.avatar[b-tt8hacnznm] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #0078d4 0%, #5ac8fa 100%);
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
    box-shadow: 0 2px 4px rgba(0, 120, 212, 0.3);
}

.ai-avatar-icon[b-tt8hacnznm] {
    color: white !important;
    font-size: 1.2rem !important;
}

.message-content[b-tt8hacnznm] {
    max-width: 70%;
    display: flex;
    flex-direction: column;
}

.message-header[b-tt8hacnznm] {
    margin-bottom: 4px;
}

.sender-name[b-tt8hacnznm] {
    font-weight: 500;
    color: #444;
    font-size: 0.9rem;
}

.message-bubble[b-tt8hacnznm] {
    background: white;
    padding: 12px 16px;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e1e8f0;
    position: relative;
}

.typing-bubble[b-tt8hacnznm] {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
}

.typing-content[b-tt8hacnznm] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.typing-text[b-tt8hacnznm] {
    font-size: 14px;
    color: #495057;
    font-weight: 500;
}

.typing-dots[b-tt8hacnznm] {
    display: flex;
    gap: 3px;
    align-items: center;
    height: 16px;
}

.typing-dot[b-tt8hacnznm] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #6c757d;
    animation: typingBounce-b-tt8hacnznm 1.4s infinite ease-in-out both;
}

.typing-dot:nth-child(1)[b-tt8hacnznm] { animation-delay: -0.32s; }
.typing-dot:nth-child(2)[b-tt8hacnznm] { animation-delay: -0.16s; }
.typing-dot:nth-child(3)[b-tt8hacnznm] { animation-delay: 0s; }

.message-time[b-tt8hacnznm] {
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 4px;
    text-align: left;
}

@keyframes typingBounce-b-tt8hacnznm {
    0%, 80%, 100% {
        transform: scale(0.8);
        opacity: 0.5;
    }
    40% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeInUp-b-tt8hacnznm {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive design */
@media (max-width: 768px) {
    .message-content[b-tt8hacnznm] {
        max-width: 85%;
    }

    .avatar[b-tt8hacnznm] {
        width: 32px;
        height: 32px;
        margin-right: 8px;
    }

    .ai-avatar-icon[b-tt8hacnznm] {
        font-size: 1rem !important;
    }

    .message-bubble[b-tt8hacnznm] {
        padding: 10px 14px;
    }

    .typing-text[b-tt8hacnznm] {
        font-size: 13px;
    }
}
/* /Pages/Components/PromptBuilders/CombinedPromptBuilder.razor.rz.scp.css */

.ai-specialist-builder[b-uccjylnada] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.header[b-uccjylnada] {
    text-align: center;
    margin-bottom: 30px;
}

.header h2[b-uccjylnada] {
    color: #1976d2;
    margin-bottom: 8px;
}

.subtitle[b-uccjylnada] {
    color: #666;
    font-size: 16px;
}

.step-content[b-uccjylnada] {
    padding: 20px 0;
}

.step-header[b-uccjylnada] {
    margin-bottom: 30px;
    text-align: center;
}

.step-header h3[b-uccjylnada] {
    color: #333;
    margin-bottom: 8px;
}

.step-description[b-uccjylnada] {
    color: #666;
    font-size: 14px;
}

.specialist-type-cards[b-uccjylnada] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.type-card[b-uccjylnada] {
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
}

.type-card:hover[b-uccjylnada] {
    border-color: #1976d2;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.type-card.selected[b-uccjylnada] {
    border-color: #1976d2;
    background: #f8fdff;
}

.type-icon[b-uccjylnada] {
    font-size: 2em;
    margin-bottom: 15px;
}

.type-content h4[b-uccjylnada] {
    margin: 0 0 10px 0;
    color: #333;
}

.type-content p[b-uccjylnada] {
    color: #666;
    margin-bottom: 15px;
    font-size: 14px;
}

.type-content ul[b-uccjylnada] {
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    color: #555;
}

.type-content li[b-uccjylnada] {
    margin-bottom: 4px;
}

.form-grid[b-uccjylnada] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group[b-uccjylnada] {
    margin-bottom: 20px;
}

.form-group.full-width[b-uccjylnada] {
    grid-column: 1 / -1;
}

.hint[b-uccjylnada] {
    color: #666;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}

.preview-box[b-uccjylnada] {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    margin-top: 20px;
}

.preview-box h4[b-uccjylnada] {
    margin: 0 0 10px 0;
    color: #495057;
}

.principles-grid[b-uccjylnada] {
    display: grid;
    gap: 15px;
}

.principle-card[b-uccjylnada] {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: white;
}

.principle-content h4[b-uccjylnada] {
    margin: 0 0 8px 0;
    color: #333;
}

.principle-content p[b-uccjylnada] {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.process-grid[b-uccjylnada] {
    display: grid;
    gap: 12px;
}

.process-item[b-uccjylnada] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 6px;
}

.options-grid[b-uccjylnada] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 15px 0;
}

.option-item[b-uccjylnada] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 6px;
}

.advanced-options[b-uccjylnada] {
    display: grid;
    gap: 20px;
}

.option-group[b-uccjylnada] {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: white;
}

.option-content h4[b-uccjylnada] {
    margin: 0 0 8px 0;
    color: #333;
}

.option-content p[b-uccjylnada] {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.generate-section[b-uccjylnada] {
    text-align: center;
}

.action-buttons[b-uccjylnada] {
    margin-bottom: 30px;
}

.prompt-preview[b-uccjylnada] {
    text-align: left;
}

.prompt-container[b-uccjylnada] {
    background: #1e1e1e;
    color: #d4d4d4;
    border-radius: 8px;
    padding: 20px;
    margin: 15px 0;
    max-height: 500px;
    overflow-y: auto;
    font-family: 'Courier New', monospace;
    font-size: 13px;
    line-height: 1.4;
}

.prompt-container pre[b-uccjylnada] {
    margin: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* NIEUWE RAG CONTEXT STYLING */
.rag-configuration[b-uccjylnada],
.lead-rag-configuration[b-uccjylnada] {
    display: grid;
    gap: 25px;
}

.rag-section[b-uccjylnada] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    background: #fafafa;
}

.rag-section h4[b-uccjylnada] {
    margin: 0 0 15px 0;
    color: #1976d2;
    font-size: 16px;
}

.critical-section[b-uccjylnada] {
    border: 2px solid #1976d2; /* blauw */
    background: #f0f7ff; /* zacht lichtblauw */
}

.critical-section h4[b-uccjylnada] {
    color: #1976d2; /* blauw */
}

.warning-box[b-uccjylnada] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px;
    background: #e8f2ff; /* lichte blauwe achtergrond */
    border: 1px solid #1976d2; /* blauw frame */
    border-radius: 8px;
    margin-bottom: 20px;
}

.warning-icon[b-uccjylnada] {
    font-size: 24px;
    flex-shrink: 0;
    color: #1976d2;
}

.warning-content[b-uccjylnada] {
    color: #0d47a1;
    font-weight: 500;
}

.context-availability[b-uccjylnada] {
    display: grid;
    gap: 12px;
}

.availability-item[b-uccjylnada] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    background: white;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
}

.availability-content h5[b-uccjylnada] {
    margin: 0 0 4px 0;
    color: #333;
    font-size: 14px;
}

.availability-content p[b-uccjylnada] {
    margin: 0;
    color: #666;
    font-size: 13px;
}

.option-content[b-uccjylnada] {
    display: flex;
    flex-direction: column;
}

.option-content small[b-uccjylnada] {
    color: #666;
    font-size: 12px;
    margin-top: 2px;
}

.platform-selection[b-uccjylnada] {
    background: white;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    margin-top: 15px;
}

.custom-steps .rz-steps-item[b-uccjylnada] {
    padding: 10px;
}

/* NIEUWE STYLING VOOR KOPPEL STAP */
.link-section[b-uccjylnada] {
    max-width: 600px;
    margin: 0 auto;
}

.link-card[b-uccjylnada] {
    border: 2px solid #4caf50;
    border-radius: 12px;
    padding: 25px;
    background: #f8fff8;
    margin-bottom: 25px;
}

.link-icon[b-uccjylnada] {
    font-size: 3em;
    text-align: center;
    margin-bottom: 15px;
}

.link-content h4[b-uccjylnada] {
    color: #2e7d32;
    margin: 0 0 15px 0;
    text-align: center;
    font-size: 20px;
}

.link-content p[b-uccjylnada] {
    color: #555;
    text-align: center;
    margin-bottom: 20px;
}

.link-content ul[b-uccjylnada] {
    margin: 0;
    padding-left: 20px;
    color: #555;
}

.link-content li[b-uccjylnada] {
    margin-bottom: 8px;
}

.link-actions[b-uccjylnada] {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 25px 0;
    flex-wrap: wrap;
}

.link-info[b-uccjylnada] {
    margin-top: 25px;
}

.info-box[b-uccjylnada] {
    background: #e3f2fd;
    border: 1px solid #2196f3;
    border-radius: 8px;
    padding: 20px;
}

.info-box h5[b-uccjylnada] {
    margin: 0 0 10px 0;
    color: #1976d2;
}

.info-box p[b-uccjylnada] {
    margin: 0;
    color: #555;
    line-height: 1.5;
}

/* Responsive aanpassingen */
@media (max-width: 768px) {
    .specialist-type-cards[b-uccjylnada] {
        grid-template-columns: 1fr;
    }

    .form-grid[b-uccjylnada] {
        grid-template-columns: 1fr;
    }

    .options-grid[b-uccjylnada] {
        grid-template-columns: 1fr;
    }

    .ai-specialist-builder[b-uccjylnada] {
        padding: 10px;
    }

    .rag-configuration[b-uccjylnada],
    .lead-rag-configuration[b-uccjylnada] {
        gap: 15px;
    }

    .rag-section[b-uccjylnada] {
        padding: 15px;
    }

    .warning-box[b-uccjylnada] {
        flex-direction: column;
        text-align: center;
    }

    .link-actions[b-uccjylnada] {
        flex-direction: column;
        align-items: center;
    }

    .link-actions .rz-button[b-uccjylnada] {
        width: 100%;
        max-width: 300px;
        margin: 5px 0;
    }

    .link-card[b-uccjylnada] {
        padding: 15px;
    }
}
/* /Pages/Components/PromptEditor.razor.rz.scp.css */
/*.modal-backdrop {*/
/*    position: fixed;*/
/*    inset: 0; */
/*    background-color: rgba(0,0,0,0.4);*/

/*    display: flex;*/
/*    justify-content: center; */
/*    align-items: center;    */
/*    width: 100vw;*/
/*    height: 100vh;*/
/*    z-index: 1000;*/
/*    overflow-y: auto;*/
/*}*/

/*.custom-modal {*/
/*    background: white;*/
/*    padding: 24px;*/
/*    border-radius: 12px;*/
/*    box-shadow: 0 6px 20px rgba(0,0,0,0.25);*/

/*    width: 90%;*/
/*    max-width: 900px;*/

/*    transform: translateY(0);*/
/*    transition: transform 0.2s ease-in-out;*/
/*}*/
/* /Pages/Home.razor.rz.scp.css */
/* Premium CSS Variables */
.premium-landing[b-00z5cfxtzl] {
    --primary: #6366F1;
    --primary-dark: #4F46E5;
    --primary-light: #8B5CF6;
    --secondary: #06B6D4;
    --success: #10B981;
    --warning: #F59E0B;
    --error: #EF4444;
    --background: #0F0F1A;
    --surface: #1A1B2F;
    --surface-light: #252641;
    --text-primary: #F8FAFC;
    --text-secondary: #CBD5E1;
    --text-tertiary: #64748B;
    --border: #334155;
    --border-light: #475569;
    --gradient: linear-gradient(135deg, #6366F1 0%, #8B5CF6 50%, #06B6D4 100%);
    --gradient-hover: linear-gradient(135deg, #4F46E5 0%, #7C3AED 50%, #0891B2 100%);
    --gradient-text: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
    --shadow-sm: 0 4px 20px rgba(0, 0, 0, 0.25);
    --shadow-md: 0 8px 40px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 20px 80px rgba(0, 0, 0, 0.4);
    --shadow-xl: 0 40px 120px rgba(99, 102, 241, 0.15);
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-xl: 32px;

    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--background);
    color: var(--text-primary);
    line-height: 1.7;
    overflow-x: hidden;
}

/* Enhanced Loading States */
.auth-check[b-00z5cfxtzl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    gap: 2rem;
}

.loading-spinner[b-00z5cfxtzl] {
    display: flex;
    gap: 8px;
}

.spinner-ring[b-00z5cfxtzl] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--gradient);
    animation: bounce-b-00z5cfxtzl 1.4s infinite ease-in-out;
}

.spinner-ring:nth-child(1)[b-00z5cfxtzl] { animation-delay: -0.32s; }
.spinner-ring:nth-child(2)[b-00z5cfxtzl] { animation-delay: -0.16s; }

@keyframes bounce-b-00z5cfxtzl {
    0%, 80%, 100% { transform: scale(0.8); opacity: 0.5; }
    40% { transform: scale(1); opacity: 1; }
}

/* Premium Navigation - COMPLETELY REVISED */
.premium-nav[b-00z5cfxtzl] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(15, 15, 26, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
    z-index: 1000;
    padding: 1rem 0;
}

.nav-container[b-00z5cfxtzl] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.nav-brand[b-00z5cfxtzl] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    z-index: 1002;
}

.logo-wrapper[b-00z5cfxtzl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--text-primary);
    text-decoration: none;
}

.logo-wrapper i[b-00z5cfxtzl] {
    color: var(--primary);
    font-size: 1.5rem;
}

/* Mobile Menu Toggle - FIXED */
.mobile-menu-toggle[b-00z5cfxtzl] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 1002;
}

.mobile-menu-toggle span[b-00z5cfxtzl] {
    width: 20px;
    height: 2px;
    background: var(--text-primary);
    transition: all 0.3s ease;
    transform-origin: center;
}

.mobile-menu-toggle.active span:nth-child(1)[b-00z5cfxtzl] {
    transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-toggle.active span:nth-child(2)[b-00z5cfxtzl] {
    opacity: 0;
    transform: scale(0);
}

.mobile-menu-toggle.active span:nth-child(3)[b-00z5cfxtzl] {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile Menu - FIXED */
.nav-menu[b-00z5cfxtzl] {
    display: none;
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--background);
    border-bottom: 1px solid var(--border);
    padding: 2rem 1rem;
    flex-direction: column;
    gap: 1.5rem;
    z-index: 1001;
    box-shadow: var(--shadow-lg);
}

.nav-menu.active[b-00z5cfxtzl] {
    display: flex;
}

.nav-link[b-00z5cfxtzl] {
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--border);
    font-size: 1.1rem;
}

.nav-link:last-child[b-00z5cfxtzl] {
    border-bottom: none;
}

.nav-link:hover[b-00z5cfxtzl] {
    color: var(--text-primary);
}

/* Navigation Actions - FIXED */
.nav-actions[b-00z5cfxtzl] {
    display: none;
    gap: 0.75rem;
    align-items: center;
}

.nav-btn[b-00z5cfxtzl] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.75rem 1.25rem;
    border-radius: var(--radius-lg);
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    white-space: nowrap;
    text-decoration: none;
}

.nav-btn.primary[b-00z5cfxtzl] {
    background: var(--gradient);
    color: white;
}

.nav-btn.secondary[b-00z5cfxtzl] {
    background: transparent;
    color: var(--text-secondary);
    border: 1px solid var(--border);
}

.nav-btn:hover[b-00z5cfxtzl] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

/* Mobile Actions in Menu */
.mobile-actions[b-00z5cfxtzl] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border);
}

/* Enhanced Hero Section - COMPLETELY REVISED */
.premium-hero[b-00z5cfxtzl] {
    position: relative;
    padding: 100px 0 60px;
    overflow: hidden;
    margin-top: 80px;
}

.hero-background[b-00z5cfxtzl] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

.gradient-orbit[b-00z5cfxtzl] {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, var(--primary) 0%, transparent 70%);
    opacity: 0.1;
    animation: orbit-b-00z5cfxtzl 20s linear infinite;
}

.gradient-orbit:nth-child(1)[b-00z5cfxtzl] {
    width: 200px;
    height: 200px;
    top: -100px;
    right: -50px;
}

.gradient-orbit.delay-1[b-00z5cfxtzl] {
    width: 150px;
    height: 150px;
    top: 50%;
    left: -75px;
    animation-delay: -7s;
    opacity: 0.05;
}

.gradient-orbit.delay-2[b-00z5cfxtzl] {
    width: 100px;
    height: 100px;
    bottom: -50px;
    right: 10%;
    animation-delay: -14s;
    opacity: 0.08;
}

@keyframes orbit-b-00z5cfxtzl {
    from { transform: rotate(0deg) translateX(30px) rotate(0deg); }
    to { transform: rotate(360deg) translateX(30px) rotate(-360deg); }
}

.hero-container[b-00z5cfxtzl] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-content[b-00z5cfxtzl] {
    text-align: center;
    width: 100%;
    order: 1;
}

.hero-badges[b-00z5cfxtzl] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.badge[b-00z5cfxtzl] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.75rem 1rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
    border: 1px solid transparent;
}

.ai-badge[b-00z5cfxtzl] {
    background: rgba(99, 102, 241, 0.15);
    color: var(--primary);
    border-color: rgba(99, 102, 241, 0.3);
}

.enterprise-badge[b-00z5cfxtzl] {
    background: rgba(245, 158, 11, 0.15);
    color: var(--warning);
    border-color: rgba(245, 158, 11, 0.3);
}

.hero-title[b-00z5cfxtzl] {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.typing-text[b-00z5cfxtzl] {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    display: inline-block;
}

.typing-text[b-00z5cfxtzl]::after {
    content: '|';
    animation: blink-b-00z5cfxtzl 1s infinite;
    color: var(--primary);
}

@keyframes blink-b-00z5cfxtzl {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

.hero-description[b-00z5cfxtzl] {
    font-size: 1.125rem;
    color: var(--text-secondary);
    margin-bottom: 2.5rem;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-metrics[b-00z5cfxtzl] {
    display: flex;
    gap: 2rem;
    margin-bottom: 2.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.metric[b-00z5cfxtzl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.metric-value[b-00z5cfxtzl] {
    font-size: 1.75rem;
    font-weight: 800;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.metric-label[b-00z5cfxtzl] {
    font-size: 0.8rem;
    color: var(--text-tertiary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.hero-actions[b-00z5cfxtzl] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    margin-bottom: 3rem;
}

.btn-hero[b-00z5cfxtzl] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 2rem;
    border-radius: var(--radius-lg);
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    width: 100%;
    max-width: 300px;
    justify-content: center;
    text-decoration: none;
}

.btn-hero.primary[b-00z5cfxtzl] {
    background: var(--gradient);
    color: white;
}

.btn-hero.secondary[b-00z5cfxtzl] {
    background: transparent;
    color: var(--text-secondary);
    border: 2px solid var(--border);
}

.btn-hero:hover[b-00z5cfxtzl] {
    transform: translateY(-3px);
    box-shadow: var(--shadow-xl);
}

.btn-glow[b-00z5cfxtzl] {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.btn-hero:hover .btn-glow[b-00z5cfxtzl] {
    left: 100%;
}

.trust-badges[b-00z5cfxtzl] {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.trust-item[b-00z5cfxtzl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: var(--text-tertiary);
    font-weight: 500;
}

.trust-item i[b-00z5cfxtzl] {
    color: var(--success);
    font-size: 1rem;
}

/* Enhanced Hero Visual - COMPLETELY REVISED */
.hero-visual[b-00z5cfxtzl] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 400px;
    order: 2;
    margin-top: 2rem;
}

.visual-container[b-00z5cfxtzl] {
    position: relative;
    width: 100%;
    max-width: 320px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating-card[b-00z5cfxtzl] {
    background: var(--surface);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border);
    backdrop-filter: blur(10px);
    overflow: hidden;
    width: 100%;
    height: auto;
}

.main-demo[b-00z5cfxtzl] {
    position: relative;
    width: 100%;
    max-width: 300px;
    animation: float-3d-b-00z5cfxtzl 8s ease-in-out infinite;
    margin: 0 auto;
}

@keyframes float-3d-b-00z5cfxtzl {
    0%, 100% { transform: translateY(0px) rotateY(-5deg) rotateX(5deg); }
    50% { transform: translateY(-10px) rotateY(-5deg) rotateX(5deg); }
}

.card-header[b-00z5cfxtzl] {
    padding: 1rem;
    background: var(--surface-light);
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-actions[b-00z5cfxtzl] {
    display: flex;
    gap: 0.375rem;
}

.card-actions span[b-00z5cfxtzl] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--error);
}

.card-actions span:nth-child(2)[b-00z5cfxtzl] { background: var(--warning); }
.card-actions span:nth-child(3)[b-00z5cfxtzl] { background: var(--success); }

.card-title[b-00z5cfxtzl] {
    font-weight: 600;
    color: var(--text-secondary);
    font-size: 0.875rem;
}

.card-body[b-00z5cfxtzl] {
    padding: 1rem;
}

.chat-container[b-00z5cfxtzl] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 250px;
}

.message[b-00z5cfxtzl] {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
}

.ai-message[b-00z5cfxtzl] {
    flex-direction: row;
}

.user-message[b-00z5cfxtzl] {
    flex-direction: row-reverse;
}

.message-avatar[b-00z5cfxtzl] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.625rem;
}

.ai-message .message-avatar[b-00z5cfxtzl] {
    background: var(--gradient);
    color: white;
}

.user-message .message-avatar[b-00z5cfxtzl] {
    background: var(--surface-light);
    color: var(--text-secondary);
    border: 1px solid var(--border);
}

.message-bubble[b-00z5cfxtzl] {
    background: var(--surface-light);
    padding: 0.75rem 1rem;
    border-radius: 16px;
    max-width: 200px;
    border: 1px solid var(--border);
    position: relative;
    font-size: 0.875rem;
}

.user-message .message-bubble[b-00z5cfxtzl] {
    background: var(--primary);
    color: white;
    border: none;
}

.message-time[b-00z5cfxtzl] {
    font-size: 0.625rem;
    color: var(--text-tertiary);
    margin-top: 0.375rem;
    display: block;
}

.user-message .message-time[b-00z5cfxtzl] {
    color: rgba(255, 255, 255, 0.7);
}

.message-actions[b-00z5cfxtzl] {
    display: flex;
    gap: 0.375rem;
    margin-top: 0.5rem;
    flex-wrap: wrap;
}

.action-btn[b-00z5cfxtzl] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.375rem 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 6px;
    color: inherit;
    font-size: 0.625rem;
    cursor: pointer;
    transition: background 0.3s ease;
}

.action-btn:hover[b-00z5cfxtzl] {
    background: rgba(255, 255, 255, 0.2);
}

.typing-indicator[b-00z5cfxtzl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    color: var(--text-tertiary);
    font-size: 0.75rem;
    background: var(--surface-light);
    border-radius: 12px;
    border: 1px solid var(--border);
    margin-top: 0.5rem;
}

.typing-dots[b-00z5cfxtzl] {
    display: flex;
    gap: 0.125rem;
}

.typing-dots span[b-00z5cfxtzl] {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--text-tertiary);
    animation: typing-bounce-b-00z5cfxtzl 1.4s infinite ease-in-out;
}

.typing-dots span:nth-child(1)[b-00z5cfxtzl] { animation-delay: -0.32s; }
.typing-dots span:nth-child(2)[b-00z5cfxtzl] { animation-delay: -0.16s; }

@keyframes typing-bounce-b-00z5cfxtzl {
    0%, 80%, 100% { transform: scale(0.8); opacity: 0.5; }
    40% { transform: scale(1); opacity: 1; }
}

/* Floating Elements - REVISED */
.floating-element[b-00z5cfxtzl] {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: white;
    animation: float-element-b-00z5cfxtzl 6s ease-in-out infinite;
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(10px);
    z-index: 1;
}

.floating-element.whatsapp[b-00z5cfxtzl] {
    background: var(--success);
    top: 10%;
    right: 5%;
    animation-delay: 0s;
}

.floating-element.brain[b-00z5cfxtzl] {
    background: var(--primary);
    bottom: 20%;
    right: 2%;
    animation-delay: 2s;
}

.floating-element.database[b-00z5cfxtzl] {
    background: var(--secondary);
    top: 30%;
    left: 2%;
    animation-delay: 4s;
}

.floating-element.cloud[b-00z5cfxtzl] {
    background: var(--warning);
    bottom: 10%;
    left: 10%;
    animation-delay: 1s;
}

.element-glow[b-00z5cfxtzl] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background: inherit;
    filter: blur(8px);
    opacity: 0.5;
    z-index: -1;
}

@keyframes float-element-b-00z5cfxtzl {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(3deg); }
}

/* Enhanced Dashboard for Logged-in Users */
.dashboard-hero[b-00z5cfxtzl] {
    position: relative;
    padding: 100px 0 40px;
    background: linear-gradient(135deg, var(--background) 0%, var(--surface) 100%);
    overflow: hidden;
    margin-top: 80px;
}

.hero-glow[b-00z5cfxtzl] {
    position: absolute;
    top: -30%;
    right: -30%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, var(--primary) 0%, transparent 70%);
    opacity: 0.1;
    filter: blur(30px);
}

.welcome-content[b-00z5cfxtzl] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    z-index: 2;
}

.welcome-badge[b-00z5cfxtzl] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 1rem;
    background: rgba(16, 185, 129, 0.2);
    color: var(--success);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.welcome-content h1[b-00z5cfxtzl] {
    font-size: 2.25rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.gradient-text[b-00z5cfxtzl] {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.welcome-subtitle[b-00z5cfxtzl] {
    font-size: 1.125rem;
    color: var(--text-secondary);
    margin-bottom: 2rem;
}

.quick-stats[b-00z5cfxtzl] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}

.stat-card[b-00z5cfxtzl] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: var(--surface);
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    transition: all 0.3s ease;
}

.stat-card:hover[b-00z5cfxtzl] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.stat-icon[b-00z5cfxtzl] {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-md);
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
}

.stat-info[b-00z5cfxtzl] {
    display: flex;
    flex-direction: column;
}

.stat-value[b-00z5cfxtzl] {
    font-size: 1.5rem;
    font-weight: 800;
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label[b-00z5cfxtzl] {
    font-size: 0.75rem;
    color: var(--text-tertiary);
}

.action-grid[b-00z5cfxtzl] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.action-card[b-00z5cfxtzl] {
    position: relative;
    padding: 1.5rem;
    background: var(--surface);
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}

.action-card:hover[b-00z5cfxtzl] {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary);
}

.action-card[b-00z5cfxtzl]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.action-card:hover[b-00z5cfxtzl]::before {
    transform: scaleX(1);
}

.action-icon[b-00z5cfxtzl] {
    width: 50px;
    height: 50px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: white;
    margin-bottom: 1rem;
}

.action-icon.primary[b-00z5cfxtzl] { background: var(--primary); }
.action-icon.success[b-00z5cfxtzl] { background: var(--success); }
.action-icon.warning[b-00z5cfxtzl] { background: var(--warning); }
.action-icon.info[b-00z5cfxtzl] { background: var(--secondary); }

.action-card h3[b-00z5cfxtzl] {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.action-card p[b-00z5cfxtzl] {
    color: var(--text-secondary);
    margin-bottom: 1rem;
    line-height: 1.5;
    font-size: 0.875rem;
}

.action-arrow[b-00z5cfxtzl] {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--surface-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-tertiary);
    transition: all 0.3s ease;
    font-size: 0.75rem;
}

.action-card:hover .action-arrow[b-00z5cfxtzl] {
    background: var(--primary);
    color: white;
    transform: translateX(4px);
}

/* Enhanced Features Section */
.features-section[b-00z5cfxtzl] {
    position: relative;
    padding: 80px 0;
    background: var(--surface);
}

.section-background[b-00z5cfxtzl] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.bg-pattern[b-00z5cfxtzl] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
            radial-gradient(circle at 20% 80%, rgba(99, 102, 241, 0.1) 0%, transparent 50%),
            radial-gradient(circle at 80% 20%, rgba(6, 182, 212, 0.1) 0%, transparent 50%),
            radial-gradient(circle at 40% 40%, rgba(139, 92, 246, 0.05) 0%, transparent 50%);
}

.section-header[b-00z5cfxtzl] {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
    position: relative;
    z-index: 2;
    padding: 0 1rem;
}

.section-label[b-00z5cfxtzl] {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background: rgba(99, 102, 241, 0.1);
    color: var(--primary);
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
    border: 1px solid rgba(99, 102, 241, 0.2);
}

.section-header h2[b-00z5cfxtzl] {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.section-header p[b-00z5cfxtzl] {
    font-size: 1.125rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

.features-grid[b-00z5cfxtzl] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    position: relative;
    z-index: 2;
    padding: 0 1rem;
}

.feature-card[b-00z5cfxtzl] {
    background: var(--background);
    padding: 2.5rem 2rem;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-card:hover[b-00z5cfxtzl] {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary);
}

.feature-header[b-00z5cfxtzl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.feature-icon[b-00z5cfxtzl] {
    width: 60px;
    height: 60px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
}

.feature-icon.rag[b-00z5cfxtzl] { background: var(--gradient); }
.feature-icon.integration[b-00z5cfxtzl] { background: var(--success); }
.feature-icon.knowledge[b-00z5cfxtzl] { background: var(--warning); }

.feature-badge[b-00z5cfxtzl] {
    padding: 0.375rem 0.75rem;
    background: var(--surface-light);
    color: var(--text-secondary);
    border-radius: 50px;
    font-size: 0.625rem;
    font-weight: 600;
    border: 1px solid var(--border);
}

.feature-card h3[b-00z5cfxtzl] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.feature-card p[b-00z5cfxtzl] {
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: 1rem;
}

.feature-list[b-00z5cfxtzl] {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.feature-list li[b-00z5cfxtzl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.feature-list i[b-00z5cfxtzl] {
    color: var(--success);
    font-size: 0.75rem;
}

.feature-footer[b-00z5cfxtzl] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.tech-tag[b-00z5cfxtzl] {
    padding: 0.375rem 0.75rem;
    background: var(--surface-light);
    color: var(--text-tertiary);
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 600;
    border: 1px solid var(--border);
}

/* Enhanced CTA Section */
.cta-section[b-00z5cfxtzl] {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, var(--surface) 0%, var(--background) 100%);
    overflow: hidden;
}

.cta-background[b-00z5cfxtzl] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.cta-glow[b-00z5cfxtzl] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, var(--primary) 0%, transparent 70%);
    opacity: 0.1;
    filter: blur(40px);
}

.cta-content[b-00z5cfxtzl] {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 1rem;
}

.cta-content h2[b-00z5cfxtzl] {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.cta-content p[b-00z5cfxtzl] {
    font-size: 1.25rem;
    color: var(--text-secondary);
    margin-bottom: 3rem;
    line-height: 1.6;
}

.cta-actions[b-00z5cfxtzl] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.btn-cta[b-00z5cfxtzl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1.25rem 2.5rem;
    border-radius: var(--radius-lg);
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 300px;
    justify-content: center;
    text-decoration: none;
}

.btn-cta.primary[b-00z5cfxtzl] {
    background: var(--gradient);
    color: white;
}

.btn-cta.secondary[b-00z5cfxtzl] {
    background: transparent;
    color: var(--text-secondary);
    border: 2px solid var(--border);
}

.btn-cta:hover[b-00z5cfxtzl] {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.cta-footer[b-00z5cfxtzl] {
    color: var(--text-tertiary);
    font-size: 0.875rem;
    font-weight: 500;
}

/* Enhanced Footer */
.premium-footer[b-00z5cfxtzl] {
    background: var(--surface);
    border-top: 1px solid var(--border);
    padding: 4rem 0 2rem;
}

.footer-content[b-00z5cfxtzl] {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 3rem;
    padding: 0 1rem;
}

.footer-brand p[b-00z5cfxtzl] {
    color: var(--text-secondary);
    margin: 1rem 0 1.5rem;
    line-height: 1.6;
    font-size: 1rem;
    max-width: 300px;
}

.social-links[b-00z5cfxtzl] {
    display: flex;
    gap: 0.75rem;
}

.social-link[b-00z5cfxtzl] {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-md);
    background: var(--surface-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.social-link:hover[b-00z5cfxtzl] {
    background: var(--primary);
    color: white;
    transform: translateY(-2px);
}

.footer-links[b-00z5cfxtzl] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.link-group h4[b-00z5cfxtzl] {
    font-weight: 700;
    margin-bottom: 1.25rem;
    color: var(--text-primary);
    font-size: 1.1rem;
}

.link-group a[b-00z5cfxtzl] {
    display: block;
    color: var(--text-secondary);
    text-decoration: none;
    margin-bottom: 0.75rem;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}

.link-group a:hover[b-00z5cfxtzl] {
    color: var(--text-primary);
}

.footer-bottom[b-00z5cfxtzl] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    padding-top: 2rem;
    border-top: 1px solid var(--border);
    color: var(--text-tertiary);
    font-size: 0.875rem;
    text-align: center;
    padding: 2rem 1rem 0;
}

.legal-links[b-00z5cfxtzl] {
    display: flex;
    gap: 1.5rem;
}

.legal-links a[b-00z5cfxtzl] {
    color: var(--text-tertiary);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.875rem;
}

.legal-links a:hover[b-00z5cfxtzl] {
    color: var(--text-secondary);
}

/* Tablet Styles */
@media (min-width: 768px) {
    .nav-container[b-00z5cfxtzl] {
        padding: 0 2rem;
    }

    .mobile-menu-toggle[b-00z5cfxtzl] {
        display: none;
    }

    .nav-menu[b-00z5cfxtzl] {
        display: flex;
        position: static;
        flex-direction: row;
        background: none;
        border: none;
        padding: 0;
        gap: 2rem;
        margin-left: 3rem;
    }

    .nav-link[b-00z5cfxtzl] {
        border: none;
        padding: 0;
        font-size: 1rem;
    }

    .nav-actions[b-00z5cfxtzl] {
        display: flex;
        margin-left: auto;
    }

    .mobile-actions[b-00z5cfxtzl] {
        display: none;
    }

    .premium-hero[b-00z5cfxtzl] {
        padding: 140px 0 100px;
    }

    .hero-title[b-00z5cfxtzl] {
        font-size: 3rem;
    }

    .hero-actions[b-00z5cfxtzl] {
        flex-direction: row;
        justify-content: center;
    }

    .btn-hero[b-00z5cfxtzl] {
        width: auto;
        max-width: none;
    }

    .hero-visual[b-00z5cfxtzl] {
        margin-top: 0;
    }

    .visual-container[b-00z5cfxtzl] {
        max-width: 400px;
    }

    .main-demo[b-00z5cfxtzl] {
        max-width: 350px;
    }

    .quick-stats[b-00z5cfxtzl] {
        grid-template-columns: repeat(3, 1fr);
    }

    .action-grid[b-00z5cfxtzl] {
        grid-template-columns: repeat(2, 1fr);
    }

    .features-grid[b-00z5cfxtzl] {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
    }

    .cta-actions[b-00z5cfxtzl] {
        flex-direction: row;
    }

    .btn-cta[b-00z5cfxtzl] {
        width: auto;
    }

    .footer-content[b-00z5cfxtzl] {
        grid-template-columns: 1fr 2fr;
        display: grid;
        gap: 4rem;
    }

    .footer-links[b-00z5cfxtzl] {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-bottom[b-00z5cfxtzl] {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .hero-container[b-00z5cfxtzl] {
        grid-template-columns: 1fr 1fr;
        display: grid;
        text-align: left;
        gap: 4rem;
        align-items: center;
    }

    .hero-content[b-00z5cfxtzl] {
        text-align: left;
        order: 1;
    }

    .hero-badges[b-00z5cfxtzl] {
        justify-content: flex-start;
    }

    .hero-metrics[b-00z5cfxtzl] {
        justify-content: flex-start;
    }

    .hero-actions[b-00z5cfxtzl] {
        justify-content: flex-start;
    }

    .trust-badges[b-00z5cfxtzl] {
        justify-content: flex-start;
    }

    .hero-title[b-00z5cfxtzl] {
        font-size: 3.5rem;
    }

    .hero-visual[b-00z5cfxtzl] {
        order: 2;
        min-height: 500px;
    }
    /* Premium CSS Variables */
    .premium-landing[b-00z5cfxtzl] {
        --primary: #6366F1;
        --primary-dark: #4F46E5;
        --primary-light: #8B5CF6;
        --secondary: #06B6D4;
        --success: #10B981;
        --warning: #F59E0B;
        --error: #EF4444;
        --background: #0F0F1A;
        --surface: #1A1B2F;
        --surface-light: #252641;
        --text-primary: #F8FAFC;
        --text-secondary: #CBD5E1;
        --text-tertiary: #64748B;
        --border: #334155;
        --border-light: #475569;
        --gradient: linear-gradient(135deg, #6366F1 0%, #8B5CF6 50%, #06B6D4 100%);
        --gradient-hover: linear-gradient(135deg, #4F46E5 0%, #7C3AED 50%, #0891B2 100%);
        --gradient-text: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
        --shadow-sm: 0 4px 20px rgba(0, 0, 0, 0.25);
        --shadow-md: 0 8px 40px rgba(0, 0, 0, 0.3);
        --shadow-lg: 0 20px 80px rgba(0, 0, 0, 0.4);
        --shadow-xl: 0 40px 120px rgba(99, 102, 241, 0.15);
        --radius-sm: 8px;
        --radius-md: 16px;
        --radius-lg: 24px;
        --radius-xl: 32px;

        font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
        background: var(--background);
        color: var(--text-primary);
        line-height: 1.7;
        overflow-x: hidden;
    }

    /* Enhanced Loading States */
    .auth-check[b-00z5cfxtzl] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
        gap: 2rem;
    }

    .loading-spinner[b-00z5cfxtzl] {
        display: flex;
        gap: 8px;
    }

    .spinner-ring[b-00z5cfxtzl] {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: var(--gradient);
        animation: bounce-b-00z5cfxtzl 1.4s infinite ease-in-out;
    }

    .spinner-ring:nth-child(1)[b-00z5cfxtzl] { animation-delay: -0.32s; }
    .spinner-ring:nth-child(2)[b-00z5cfxtzl] { animation-delay: -0.16s; }

    @keyframes bounce-b-00z5cfxtzl {
        0%, 80%, 100% { transform: scale(0.8); opacity: 0.5; }
        40% { transform: scale(1); opacity: 1; }
    }

    /* Premium Navigation - COMPLETELY REVISED */
    .premium-nav[b-00z5cfxtzl] {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(15, 15, 26, 0.95);
        backdrop-filter: blur(20px);
        border-bottom: 1px solid var(--border);
        z-index: 1000;
        padding: 1rem 0;
    }

    .nav-container[b-00z5cfxtzl] {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .nav-brand[b-00z5cfxtzl] {
        display: flex;
        align-items: center;
        flex-shrink: 0;
        z-index: 1002;
    }

    .logo-wrapper[b-00z5cfxtzl] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-weight: 700;
        font-size: 1.25rem;
        color: var(--text-primary);
        text-decoration: none;
    }

    .logo-wrapper i[b-00z5cfxtzl] {
        color: var(--primary);
        font-size: 1.5rem;
    }

    /* Mobile Menu Toggle - FIXED */
    .mobile-menu-toggle[b-00z5cfxtzl] {
        display: flex;
        flex-direction: column;
        gap: 4px;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0.5rem;
        z-index: 1002;
    }

    .mobile-menu-toggle span[b-00z5cfxtzl] {
        width: 20px;
        height: 2px;
        background: var(--text-primary);
        transition: all 0.3s ease;
        transform-origin: center;
    }

    .mobile-menu-toggle.active span:nth-child(1)[b-00z5cfxtzl] {
        transform: rotate(45deg) translate(6px, 6px);
    }

    .mobile-menu-toggle.active span:nth-child(2)[b-00z5cfxtzl] {
        opacity: 0;
        transform: scale(0);
    }

    .mobile-menu-toggle.active span:nth-child(3)[b-00z5cfxtzl] {
        transform: rotate(-45deg) translate(6px, -6px);
    }

    /* Mobile Menu - FIXED */
    .nav-menu[b-00z5cfxtzl] {
        display: none;
        position: fixed;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--background);
        border-bottom: 1px solid var(--border);
        padding: 2rem 1rem;
        flex-direction: column;
        gap: 1.5rem;
        z-index: 1001;
        box-shadow: var(--shadow-lg);
    }

    .nav-menu.active[b-00z5cfxtzl] {
        display: flex;
    }

    .nav-link[b-00z5cfxtzl] {
        color: var(--text-secondary);
        text-decoration: none;
        font-weight: 500;
        transition: all 0.3s ease;
        padding: 0.75rem 0;
        border-bottom: 1px solid var(--border);
        font-size: 1.1rem;
    }

    .nav-link:last-child[b-00z5cfxtzl] {
        border-bottom: none;
    }

    .nav-link:hover[b-00z5cfxtzl] {
        color: var(--text-primary);
    }

    /* Navigation Actions - FIXED */
    .nav-actions[b-00z5cfxtzl] {
        display: none;
        gap: 0.75rem;
        align-items: center;
    }

    .nav-btn[b-00z5cfxtzl] {
        display: flex;
        align-items: center;
        gap: 0.375rem;
        padding: 0.75rem 1.25rem;
        border-radius: var(--radius-lg);
        font-weight: 600;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        font-size: 0.9rem;
        white-space: nowrap;
        text-decoration: none;
    }

    .nav-btn.primary[b-00z5cfxtzl] {
        background: var(--gradient);
        color: white;
    }

    .nav-btn.secondary[b-00z5cfxtzl] {
        background: transparent;
        color: var(--text-secondary);
        border: 1px solid var(--border);
    }

    .nav-btn:hover[b-00z5cfxtzl] {
        transform: translateY(-2px);
        box-shadow: var(--shadow-md);
    }

    /* Mobile Actions in Menu */
    .mobile-actions[b-00z5cfxtzl] {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid var(--border);
    }

    /* Enhanced Hero Section - COMPLETELY REVISED */
    .premium-hero[b-00z5cfxtzl] {
        position: relative;
        padding: 100px 0 60px;
        overflow: hidden;
        margin-top: 80px;
    }

    .hero-background[b-00z5cfxtzl] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
        overflow: hidden;
    }

    .gradient-orbit[b-00z5cfxtzl] {
        position: absolute;
        border-radius: 50%;
        background: radial-gradient(circle, var(--primary) 0%, transparent 70%);
        opacity: 0.1;
        animation: orbit-b-00z5cfxtzl 20s linear infinite;
    }

    .gradient-orbit:nth-child(1)[b-00z5cfxtzl] {
        width: 200px;
        height: 200px;
        top: -100px;
        right: -50px;
    }

    .gradient-orbit.delay-1[b-00z5cfxtzl] {
        width: 150px;
        height: 150px;
        top: 50%;
        left: -75px;
        animation-delay: -7s;
        opacity: 0.05;
    }

    .gradient-orbit.delay-2[b-00z5cfxtzl] {
        width: 100px;
        height: 100px;
        bottom: -50px;
        right: 10%;
        animation-delay: -14s;
        opacity: 0.08;
    }

    @keyframes orbit-b-00z5cfxtzl {
        from { transform: rotate(0deg) translateX(30px) rotate(0deg); }
        to { transform: rotate(360deg) translateX(30px) rotate(-360deg); }
    }

    .hero-container[b-00z5cfxtzl] {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 1rem;
        display: flex;
        flex-direction: column;
        gap: 3rem;
        align-items: center;
        position: relative;
        z-index: 2;
    }

    .hero-content[b-00z5cfxtzl] {
        text-align: center;
        width: 100%;
        order: 1;
    }

    .hero-badges[b-00z5cfxtzl] {
        display: flex;
        gap: 0.75rem;
        margin-bottom: 2rem;
        justify-content: center;
        flex-wrap: wrap;
    }

    .badge[b-00z5cfxtzl] {
        display: flex;
        align-items: center;
        gap: 0.375rem;
        padding: 0.75rem 1rem;
        border-radius: 50px;
        font-size: 0.8rem;
        font-weight: 600;
        backdrop-filter: blur(10px);
        border: 1px solid transparent;
    }

    .ai-badge[b-00z5cfxtzl] {
        background: rgba(99, 102, 241, 0.15);
        color: var(--primary);
        border-color: rgba(99, 102, 241, 0.3);
    }

    .enterprise-badge[b-00z5cfxtzl] {
        background: rgba(245, 158, 11, 0.15);
        color: var(--warning);
        border-color: rgba(245, 158, 11, 0.3);
    }

    .hero-title[b-00z5cfxtzl] {
        font-size: 2.25rem;
        font-weight: 800;
        line-height: 1.1;
        margin-bottom: 1.5rem;
        letter-spacing: -0.02em;
    }

    .typing-text[b-00z5cfxtzl] {
        background: var(--gradient-text);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        position: relative;
        display: inline-block;
    }

    .typing-text[b-00z5cfxtzl]::after {
        content: '|';
        animation: blink-b-00z5cfxtzl 1s infinite;
        color: var(--primary);
    }

    @keyframes blink-b-00z5cfxtzl {
        0%, 50% { opacity: 1; }
        51%, 100% { opacity: 0; }
    }

    .hero-description[b-00z5cfxtzl] {
        font-size: 1.125rem;
        color: var(--text-secondary);
        margin-bottom: 2.5rem;
        line-height: 1.6;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-metrics[b-00z5cfxtzl] {
        display: flex;
        gap: 2rem;
        margin-bottom: 2.5rem;
        justify-content: center;
        flex-wrap: wrap;
    }

    .metric[b-00z5cfxtzl] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .metric-value[b-00z5cfxtzl] {
        font-size: 1.75rem;
        font-weight: 800;
        background: var(--gradient-text);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        line-height: 1;
    }

    .metric-label[b-00z5cfxtzl] {
        font-size: 0.8rem;
        color: var(--text-tertiary);
        text-transform: uppercase;
        letter-spacing: 0.05em;
        font-weight: 600;
    }

    .hero-actions[b-00z5cfxtzl] {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        margin-bottom: 3rem;
    }

    .btn-hero[b-00z5cfxtzl] {
        position: relative;
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 1.25rem 2rem;
        border-radius: var(--radius-lg);
        font-weight: 600;
        font-size: 1.1rem;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        overflow: hidden;
        width: 100%;
        max-width: 300px;
        justify-content: center;
        text-decoration: none;
    }

    .btn-hero.primary[b-00z5cfxtzl] {
        background: var(--gradient);
        color: white;
    }

    .btn-hero.secondary[b-00z5cfxtzl] {
        background: transparent;
        color: var(--text-secondary);
        border: 2px solid var(--border);
    }

    .btn-hero:hover[b-00z5cfxtzl] {
        transform: translateY(-3px);
        box-shadow: var(--shadow-xl);
    }

    .btn-glow[b-00z5cfxtzl] {
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
        transition: left 0.5s;
    }

    .btn-hero:hover .btn-glow[b-00z5cfxtzl] {
        left: 100%;
    }

    .trust-badges[b-00z5cfxtzl] {
        display: flex;
        gap: 1.5rem;
        justify-content: center;
        flex-wrap: wrap;
    }

    .trust-item[b-00z5cfxtzl] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.85rem;
        color: var(--text-tertiary);
        font-weight: 500;
    }

    .trust-item i[b-00z5cfxtzl] {
        color: var(--success);
        font-size: 1rem;
    }

    /* Enhanced Hero Visual - COMPLETELY REVISED */
    .hero-visual[b-00z5cfxtzl] {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 400px;
        order: 2;
        margin-top: 2rem;
    }

    .visual-container[b-00z5cfxtzl] {
        position: relative;
        width: 100%;
        max-width: 320px;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .floating-card[b-00z5cfxtzl] {
        background: var(--surface);
        border-radius: var(--radius-lg);
        box-shadow: var(--shadow-lg);
        border: 1px solid var(--border);
        backdrop-filter: blur(10px);
        overflow: hidden;
        width: 100%;
        height: auto;
    }

    .main-demo[b-00z5cfxtzl] {
        position: relative;
        width: 100%;
        max-width: 300px;
        animation: float-3d-b-00z5cfxtzl 8s ease-in-out infinite;
        margin: 0 auto;
    }

    @keyframes float-3d-b-00z5cfxtzl {
        0%, 100% { transform: translateY(0px) rotateY(-5deg) rotateX(5deg); }
        50% { transform: translateY(-10px) rotateY(-5deg) rotateX(5deg); }
    }

    .card-header[b-00z5cfxtzl] {
        padding: 1rem;
        background: var(--surface-light);
        border-bottom: 1px solid var(--border);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .card-actions[b-00z5cfxtzl] {
        display: flex;
        gap: 0.375rem;
    }

    .card-actions span[b-00z5cfxtzl] {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--error);
    }

    .card-actions span:nth-child(2)[b-00z5cfxtzl] { background: var(--warning); }
    .card-actions span:nth-child(3)[b-00z5cfxtzl] { background: var(--success); }

    .card-title[b-00z5cfxtzl] {
        font-weight: 600;
        color: var(--text-secondary);
        font-size: 0.875rem;
    }

    .card-body[b-00z5cfxtzl] {
        padding: 1rem;
    }

    .chat-container[b-00z5cfxtzl] {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        min-height: 250px;
    }

    .message[b-00z5cfxtzl] {
        display: flex;
        gap: 0.5rem;
        align-items: flex-start;
    }

    .ai-message[b-00z5cfxtzl] {
        flex-direction: row;
    }

    .user-message[b-00z5cfxtzl] {
        flex-direction: row-reverse;
    }

    .message-avatar[b-00z5cfxtzl] {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        font-size: 0.625rem;
    }

    .ai-message .message-avatar[b-00z5cfxtzl] {
        background: var(--gradient);
        color: white;
    }

    .user-message .message-avatar[b-00z5cfxtzl] {
        background: var(--surface-light);
        color: var(--text-secondary);
        border: 1px solid var(--border);
    }

    .message-bubble[b-00z5cfxtzl] {
        background: var(--surface-light);
        padding: 0.75rem 1rem;
        border-radius: 16px;
        max-width: 200px;
        border: 1px solid var(--border);
        position: relative;
        font-size: 0.875rem;
    }

    .user-message .message-bubble[b-00z5cfxtzl] {
        background: var(--primary);
        color: white;
        border: none;
    }

    .message-time[b-00z5cfxtzl] {
        font-size: 0.625rem;
        color: var(--text-tertiary);
        margin-top: 0.375rem;
        display: block;
    }

    .user-message .message-time[b-00z5cfxtzl] {
        color: rgba(255, 255, 255, 0.7);
    }

    .message-actions[b-00z5cfxtzl] {
        display: flex;
        gap: 0.375rem;
        margin-top: 0.5rem;
        flex-wrap: wrap;
    }

    .action-btn[b-00z5cfxtzl] {
        display: flex;
        align-items: center;
        gap: 0.25rem;
        padding: 0.375rem 0.5rem;
        background: rgba(255, 255, 255, 0.1);
        border: none;
        border-radius: 6px;
        color: inherit;
        font-size: 0.625rem;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    .action-btn:hover[b-00z5cfxtzl] {
        background: rgba(255, 255, 255, 0.2);
    }

    .typing-indicator[b-00z5cfxtzl] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.75rem;
        color: var(--text-tertiary);
        font-size: 0.75rem;
        background: var(--surface-light);
        border-radius: 12px;
        border: 1px solid var(--border);
        margin-top: 0.5rem;
    }

    .typing-dots[b-00z5cfxtzl] {
        display: flex;
        gap: 0.125rem;
    }

    .typing-dots span[b-00z5cfxtzl] {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: var(--text-tertiary);
        animation: typing-bounce-b-00z5cfxtzl 1.4s infinite ease-in-out;
    }

    .typing-dots span:nth-child(1)[b-00z5cfxtzl] { animation-delay: -0.32s; }
    .typing-dots span:nth-child(2)[b-00z5cfxtzl] { animation-delay: -0.16s; }

    @keyframes typing-bounce-b-00z5cfxtzl {
        0%, 80%, 100% { transform: scale(0.8); opacity: 0.5; }
        40% { transform: scale(1); opacity: 1; }
    }

    /* Floating Elements - REVISED */
    .floating-element[b-00z5cfxtzl] {
        position: absolute;
        width: 50px;
        height: 50px;
        border-radius: var(--radius-md);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.25rem;
        color: white;
        animation: float-element-b-00z5cfxtzl 6s ease-in-out infinite;
        box-shadow: var(--shadow-md);
        backdrop-filter: blur(10px);
        z-index: 1;
    }

    .floating-element.whatsapp[b-00z5cfxtzl] {
        background: var(--success);
        top: 10%;
        right: 5%;
        animation-delay: 0s;
    }

    .floating-element.brain[b-00z5cfxtzl] {
        background: var(--primary);
        bottom: 20%;
        right: 2%;
        animation-delay: 2s;
    }

    .floating-element.database[b-00z5cfxtzl] {
        background: var(--secondary);
        top: 30%;
        left: 2%;
        animation-delay: 4s;
    }

    .floating-element.cloud[b-00z5cfxtzl] {
        background: var(--warning);
        bottom: 10%;
        left: 10%;
        animation-delay: 1s;
    }

    .element-glow[b-00z5cfxtzl] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: inherit;
        background: inherit;
        filter: blur(8px);
        opacity: 0.5;
        z-index: -1;
    }

    @keyframes float-element-b-00z5cfxtzl {
        0%, 100% { transform: translateY(0px) rotate(0deg); }
        50% { transform: translateY(-10px) rotate(3deg); }
    }

    /* Enhanced Dashboard for Logged-in Users */
    .dashboard-hero[b-00z5cfxtzl] {
        position: relative;
        padding: 100px 0 40px;
        background: linear-gradient(135deg, var(--background) 0%, var(--surface) 100%);
        overflow: hidden;
        margin-top: 80px;
    }

    .hero-glow[b-00z5cfxtzl] {
        position: absolute;
        top: -30%;
        right: -30%;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, var(--primary) 0%, transparent 70%);
        opacity: 0.1;
        filter: blur(30px);
    }

    .welcome-content[b-00z5cfxtzl] {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 1rem;
        position: relative;
        z-index: 2;
    }

    .welcome-badge[b-00z5cfxtzl] {
        display: inline-flex;
        align-items: center;
        gap: 0.375rem;
        padding: 0.5rem 1rem;
        background: rgba(16, 185, 129, 0.2);
        color: var(--success);
        border: 1px solid rgba(16, 185, 129, 0.3);
        border-radius: 50px;
        font-size: 0.75rem;
        font-weight: 600;
        margin-bottom: 1.5rem;
    }

    .welcome-content h1[b-00z5cfxtzl] {
        font-size: 2.25rem;
        font-weight: 800;
        margin-bottom: 1rem;
    }

    .gradient-text[b-00z5cfxtzl] {
        background: var(--gradient-text);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .welcome-subtitle[b-00z5cfxtzl] {
        font-size: 1.125rem;
        color: var(--text-secondary);
        margin-bottom: 2rem;
    }

    .quick-stats[b-00z5cfxtzl] {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .stat-card[b-00z5cfxtzl] {
        display: flex;
        align-items: center;
        gap: 1rem;
        padding: 1.25rem;
        background: var(--surface);
        border-radius: var(--radius-lg);
        border: 1px solid var(--border);
        transition: all 0.3s ease;
    }

    .stat-card:hover[b-00z5cfxtzl] {
        transform: translateY(-2px);
        box-shadow: var(--shadow-md);
    }

    .stat-icon[b-00z5cfxtzl] {
        width: 40px;
        height: 40px;
        border-radius: var(--radius-md);
        background: var(--gradient);
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 1rem;
    }

    .stat-info[b-00z5cfxtzl] {
        display: flex;
        flex-direction: column;
    }

    .stat-value[b-00z5cfxtzl] {
        font-size: 1.5rem;
        font-weight: 800;
        background: var(--gradient-text);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .stat-label[b-00z5cfxtzl] {
        font-size: 0.75rem;
        color: var(--text-tertiary);
    }

    .action-grid[b-00z5cfxtzl] {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .action-card[b-00z5cfxtzl] {
        position: relative;
        padding: 1.5rem;
        background: var(--surface);
        border-radius: var(--radius-lg);
        border: 1px solid var(--border);
        cursor: pointer;
        transition: all 0.3s ease;
        overflow: hidden;
    }

    .action-card:hover[b-00z5cfxtzl] {
        transform: translateY(-4px);
        box-shadow: var(--shadow-lg);
        border-color: var(--primary);
    }

    .action-card[b-00z5cfxtzl]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: var(--gradient);
        transform: scaleX(0);
        transition: transform 0.3s ease;
    }

    .action-card:hover[b-00z5cfxtzl]::before {
        transform: scaleX(1);
    }

    .action-icon[b-00z5cfxtzl] {
        width: 50px;
        height: 50px;
        border-radius: var(--radius-md);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.25rem;
        color: white;
        margin-bottom: 1rem;
    }

    .action-icon.primary[b-00z5cfxtzl] { background: var(--primary); }
    .action-icon.success[b-00z5cfxtzl] { background: var(--success); }
    .action-icon.warning[b-00z5cfxtzl] { background: var(--warning); }
    .action-icon.info[b-00z5cfxtzl] { background: var(--secondary); }

    .action-card h3[b-00z5cfxtzl] {
        font-size: 1.125rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .action-card p[b-00z5cfxtzl] {
        color: var(--text-secondary);
        margin-bottom: 1rem;
        line-height: 1.5;
        font-size: 0.875rem;
    }

    .action-arrow[b-00z5cfxtzl] {
        position: absolute;
        top: 1.5rem;
        right: 1.5rem;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: var(--surface-light);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--text-tertiary);
        transition: all 0.3s ease;
        font-size: 0.75rem;
    }

    .action-card:hover .action-arrow[b-00z5cfxtzl] {
        background: var(--primary);
        color: white;
        transform: translateX(4px);
    }

    /* Enhanced Features Section */
    .features-section[b-00z5cfxtzl] {
        position: relative;
        padding: 80px 0;
        background: var(--surface);
    }

    .section-background[b-00z5cfxtzl] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
    }

    .bg-pattern[b-00z5cfxtzl] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background:
                radial-gradient(circle at 20% 80%, rgba(99, 102, 241, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(6, 182, 212, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 40% 40%, rgba(139, 92, 246, 0.05) 0%, transparent 50%);
    }

    .section-header[b-00z5cfxtzl] {
        text-align: center;
        max-width: 800px;
        margin: 0 auto 4rem;
        position: relative;
        z-index: 2;
        padding: 0 1rem;
    }

    .section-label[b-00z5cfxtzl] {
        display: inline-block;
        padding: 0.5rem 1.25rem;
        background: rgba(99, 102, 241, 0.1);
        color: var(--primary);
        border-radius: 50px;
        font-size: 0.75rem;
        font-weight: 600;
        margin-bottom: 1rem;
        border: 1px solid rgba(99, 102, 241, 0.2);
    }

    .section-header h2[b-00z5cfxtzl] {
        font-size: 2.5rem;
        font-weight: 800;
        margin-bottom: 1rem;
        letter-spacing: -0.02em;
    }

    .section-header p[b-00z5cfxtzl] {
        font-size: 1.125rem;
        color: var(--text-secondary);
        line-height: 1.6;
    }

    .features-grid[b-00z5cfxtzl] {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
        position: relative;
        z-index: 2;
        padding: 0 1rem;
    }

    .feature-card[b-00z5cfxtzl] {
        background: var(--background);
        padding: 2.5rem 2rem;
        border-radius: var(--radius-lg);
        border: 1px solid var(--border);
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .feature-card:hover[b-00z5cfxtzl] {
        transform: translateY(-4px);
        box-shadow: var(--shadow-lg);
        border-color: var(--primary);
    }

    .feature-header[b-00z5cfxtzl] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1.5rem;
    }

    .feature-icon[b-00z5cfxtzl] {
        width: 60px;
        height: 60px;
        border-radius: var(--radius-md);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        color: white;
    }

    .feature-icon.rag[b-00z5cfxtzl] { background: var(--gradient); }
    .feature-icon.integration[b-00z5cfxtzl] { background: var(--success); }
    .feature-icon.knowledge[b-00z5cfxtzl] { background: var(--warning); }

    .feature-badge[b-00z5cfxtzl] {
        padding: 0.375rem 0.75rem;
        background: var(--surface-light);
        color: var(--text-secondary);
        border-radius: 50px;
        font-size: 0.625rem;
        font-weight: 600;
        border: 1px solid var(--border);
    }

    .feature-card h3[b-00z5cfxtzl] {
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .feature-card p[b-00z5cfxtzl] {
        color: var(--text-secondary);
        margin-bottom: 1.5rem;
        line-height: 1.6;
        font-size: 1rem;
    }

    .feature-list[b-00z5cfxtzl] {
        list-style: none;
        padding: 0;
        margin-bottom: 2rem;
    }

    .feature-list li[b-00z5cfxtzl] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin-bottom: 0.75rem;
        color: var(--text-secondary);
        font-size: 0.9rem;
    }

    .feature-list i[b-00z5cfxtzl] {
        color: var(--success);
        font-size: 0.75rem;
    }

    .feature-footer[b-00z5cfxtzl] {
        display: flex;
        gap: 0.5rem;
        flex-wrap: wrap;
    }

    .tech-tag[b-00z5cfxtzl] {
        padding: 0.375rem 0.75rem;
        background: var(--surface-light);
        color: var(--text-tertiary);
        border-radius: 6px;
        font-size: 0.7rem;
        font-weight: 600;
        border: 1px solid var(--border);
    }

    /* Enhanced CTA Section */
    .cta-section[b-00z5cfxtzl] {
        position: relative;
        padding: 80px 0;
        background: linear-gradient(135deg, var(--surface) 0%, var(--background) 100%);
        overflow: hidden;
    }

    .cta-background[b-00z5cfxtzl] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
    }

    .cta-glow[b-00z5cfxtzl] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, var(--primary) 0%, transparent 70%);
        opacity: 0.1;
        filter: blur(40px);
    }

    .cta-content[b-00z5cfxtzl] {
        text-align: center;
        max-width: 800px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        padding: 0 1rem;
    }

    .cta-content h2[b-00z5cfxtzl] {
        font-size: 2.5rem;
        font-weight: 800;
        margin-bottom: 1.5rem;
        letter-spacing: -0.02em;
    }

    .cta-content p[b-00z5cfxtzl] {
        font-size: 1.25rem;
        color: var(--text-secondary);
        margin-bottom: 3rem;
        line-height: 1.6;
    }

    .cta-actions[b-00z5cfxtzl] {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: center;
        align-items: center;
        margin-bottom: 2rem;
    }

    .btn-cta[b-00z5cfxtzl] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding: 1.25rem 2.5rem;
        border-radius: var(--radius-lg);
        font-weight: 600;
        font-size: 1.1rem;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        width: 100%;
        max-width: 300px;
        justify-content: center;
        text-decoration: none;
    }

    .btn-cta.primary[b-00z5cfxtzl] {
        background: var(--gradient);
        color: white;
    }

    .btn-cta.secondary[b-00z5cfxtzl] {
        background: transparent;
        color: var(--text-secondary);
        border: 2px solid var(--border);
    }

    .btn-cta:hover[b-00z5cfxtzl] {
        transform: translateY(-3px);
        box-shadow: var(--shadow-lg);
    }

    .cta-footer[b-00z5cfxtzl] {
        color: var(--text-tertiary);
        font-size: 0.875rem;
        font-weight: 500;
    }

    /* Enhanced Footer */
    .premium-footer[b-00z5cfxtzl] {
        background: var(--surface);
        border-top: 1px solid var(--border);
        padding: 4rem 0 2rem;
    }

    .footer-content[b-00z5cfxtzl] {
        display: flex;
        flex-direction: column;
        gap: 3rem;
        margin-bottom: 3rem;
        padding: 0 1rem;
    }

    .footer-brand p[b-00z5cfxtzl] {
        color: var(--text-secondary);
        margin: 1rem 0 1.5rem;
        line-height: 1.6;
        font-size: 1rem;
        max-width: 300px;
    }

    .social-links[b-00z5cfxtzl] {
        display: flex;
        gap: 0.75rem;
    }

    .social-link[b-00z5cfxtzl] {
        width: 40px;
        height: 40px;
        border-radius: var(--radius-md);
        background: var(--surface-light);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--text-secondary);
        text-decoration: none;
        transition: all 0.3s ease;
        font-size: 1rem;
    }

    .social-link:hover[b-00z5cfxtzl] {
        background: var(--primary);
        color: white;
        transform: translateY(-2px);
    }

    .footer-links[b-00z5cfxtzl] {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .link-group h4[b-00z5cfxtzl] {
        font-weight: 700;
        margin-bottom: 1.25rem;
        color: var(--text-primary);
        font-size: 1.1rem;
    }

    .link-group a[b-00z5cfxtzl] {
        display: block;
        color: var(--text-secondary);
        text-decoration: none;
        margin-bottom: 0.75rem;
        transition: color 0.3s ease;
        font-size: 0.95rem;
    }

    .link-group a:hover[b-00z5cfxtzl] {
        color: var(--text-primary);
    }

    .footer-bottom[b-00z5cfxtzl] {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
        padding-top: 2rem;
        border-top: 1px solid var(--border);
        color: var(--text-tertiary);
        font-size: 0.875rem;
        text-align: center;
        padding: 2rem 1rem 0;
    }

    .legal-links[b-00z5cfxtzl] {
        display: flex;
        gap: 1.5rem;
    }

    .legal-links a[b-00z5cfxtzl] {
        color: var(--text-tertiary);
        text-decoration: none;
        transition: color 0.3s ease;
        font-size: 0.875rem;
    }

    .legal-links a:hover[b-00z5cfxtzl] {
        color: var(--text-secondary);
    }

    /* Tablet Styles */
    @media (min-width: 768px) {
        .nav-container[b-00z5cfxtzl] {
            padding: 0 2rem;
        }

        .mobile-menu-toggle[b-00z5cfxtzl] {
            display: none;
        }

        .nav-menu[b-00z5cfxtzl] {
            display: flex;
            position: static;
            flex-direction: row;
            background: none;
            border: none;
            padding: 0;
            gap: 2rem;
            margin-left: 3rem;
        }

        .nav-link[b-00z5cfxtzl] {
            border: none;
            padding: 0;
            font-size: 1rem;
        }

        .nav-actions[b-00z5cfxtzl] {
            display: flex;
            margin-left: auto;
        }

        .mobile-actions[b-00z5cfxtzl] {
            display: none;
        }

        .premium-hero[b-00z5cfxtzl] {
            padding: 140px 0 100px;
        }

        .hero-title[b-00z5cfxtzl] {
            font-size: 3rem;
        }

        .hero-actions[b-00z5cfxtzl] {
            flex-direction: row;
            justify-content: center;
        }

        .btn-hero[b-00z5cfxtzl] {
            width: auto;
            max-width: none;
        }

        .hero-visual[b-00z5cfxtzl] {
            margin-top: 0;
        }

        .visual-container[b-00z5cfxtzl] {
            max-width: 400px;
        }

        .main-demo[b-00z5cfxtzl] {
            max-width: 350px;
        }

        .quick-stats[b-00z5cfxtzl] {
            grid-template-columns: repeat(3, 1fr);
        }

        .action-grid[b-00z5cfxtzl] {
            grid-template-columns: repeat(2, 1fr);
        }

        .features-grid[b-00z5cfxtzl] {
            grid-template-columns: repeat(2, 1fr);
            gap: 2.5rem;
        }

        .cta-actions[b-00z5cfxtzl] {
            flex-direction: row;
        }

        .btn-cta[b-00z5cfxtzl] {
            width: auto;
        }

        .footer-content[b-00z5cfxtzl] {
            grid-template-columns: 1fr 2fr;
            display: grid;
            gap: 4rem;
        }

        .footer-links[b-00z5cfxtzl] {
            grid-template-columns: repeat(3, 1fr);
        }

        .footer-bottom[b-00z5cfxtzl] {
            flex-direction: row;
            justify-content: space-between;
            text-align: left;
        }
    }

    /* Desktop Styles */
    @media (min-width: 1024px) {
        .hero-container[b-00z5cfxtzl] {
            grid-template-columns: 1fr 1fr;
            display: grid;
            text-align: left;
            gap: 4rem;
            align-items: center;
        }

        .hero-content[b-00z5cfxtzl] {
            text-align: left;
            order: 1;
        }

        .hero-badges[b-00z5cfxtzl] {
            justify-content: flex-start;
        }

        .hero-metrics[b-00z5cfxtzl] {
            justify-content: flex-start;
        }

        .hero-actions[b-00z5cfxtzl] {
            justify-content: flex-start;
        }

        .trust-badges[b-00z5cfxtzl] {
            justify-content: flex-start;
        }

        .hero-title[b-00z5cfxtzl] {
            font-size: 3.5rem;
        }

        .hero-visual[b-00z5cfxtzl] {
            order: 2;
            min-height: 500px;
        }

        .visual-container[b-00z5cfxtzl] {
            max-width: 450px;
            height: 500px;
        }

        .main-demo[b-00z5cfxtzl] {
            max-width: 380px;
        }

        .features-grid[b-00z5cfxtzl] {
            grid-template-columns: repeat(3, 1fr);
        }

        .action-grid[b-00z5cfxtzl] {
            grid-template-columns: repeat(4, 1fr);
        }
    }

    /* Large Desktop Styles */
    @media (min-width: 1200px) {
        .hero-title[b-00z5cfxtzl] {
            font-size: 4rem;
        }

        .gradient-orbit:nth-child(1)[b-00z5cfxtzl] {
            width: 400px;
            height: 400px;
            top: -200px;
            right: -100px;
        }

        .gradient-orbit.delay-1[b-00z5cfxtzl] {
            width: 300px;
            height: 300px;
            top: 50%;
            left: -150px;
        }

        .gradient-orbit.delay-2[b-00z5cfxtzl] {
            width: 200px;
            height: 200px;
            bottom: -100px;
            right: 20%;
        }

        .main-demo[b-00z5cfxtzl] {
            max-width: 420px;
        }

        .visual-container[b-00z5cfxtzl] {
            max-width: 500px;
            height: 550px;
        }

        .floating-element[b-00z5cfxtzl] {
            width: 70px;
            height: 70px;
            font-size: 1.75rem;
        }
    }

    /* Utility Classes */
    .container[b-00z5cfxtzl] {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 1rem;
    }

    .text-gradient[b-00z5cfxtzl] {
        background: var(--gradient-text);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    /* Smooth Scrolling */
    html[b-00z5cfxtzl] {
        scroll-behavior: smooth;
    }

    /* Focus Styles for Accessibility */
    button:focus[b-00z5cfxtzl],
    a:focus[b-00z5cfxtzl] {
        outline: 2px solid var(--primary);
        outline-offset: 2px;
    }

    /* Reduced Motion Support */
    @media (prefers-reduced-motion: reduce) {
        *[b-00z5cfxtzl] {
            animation-duration: 0.01ms !important;
            animation-iteration-count: 1 !important;
            transition-duration: 0.01ms !important;
        }
    }







    .visual-container[b-00z5cfxtzl] {
        max-width: 450px;
        height: 500px;
    }

    .main-demo[b-00z5cfxtzl] {
        max-width: 380px;
    }

    .features-grid[b-00z5cfxtzl] {
        grid-template-columns: repeat(3, 1fr);
    }

    .action-grid[b-00z5cfxtzl] {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Large Desktop Styles */
@media (min-width: 1200px) {
    .hero-title[b-00z5cfxtzl] {
        font-size: 4rem;
    }

    .gradient-orbit:nth-child(1)[b-00z5cfxtzl] {
        width: 400px;
        height: 400px;
        top: -200px;
        right: -100px;
    }

    .gradient-orbit.delay-1[b-00z5cfxtzl] {
        width: 300px;
        height: 300px;
        top: 50%;
        left: -150px;
    }

    .gradient-orbit.delay-2[b-00z5cfxtzl] {
        width: 200px;
        height: 200px;
        bottom: -100px;
        right: 20%;
    }

    .main-demo[b-00z5cfxtzl] {
        max-width: 420px;
    }

    .visual-container[b-00z5cfxtzl] {
        max-width: 500px;
        height: 550px;
    }

    .floating-element[b-00z5cfxtzl] {
        width: 70px;
        height: 70px;
        font-size: 1.75rem;
    }
}

/* Utility Classes */
.container[b-00z5cfxtzl] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}

.text-gradient[b-00z5cfxtzl] {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Smooth Scrolling */
html[b-00z5cfxtzl] {
    scroll-behavior: smooth;
}

/* Focus Styles for Accessibility */
button:focus[b-00z5cfxtzl],
a:focus[b-00z5cfxtzl] {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    *[b-00z5cfxtzl] {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}



/* Mobile Hero Fix */
@media (max-width: 991px) {
    .hero-container[b-00z5cfxtzl] {
        flex-direction: column;
        align-items: center;
    }

    .hero-content[b-00z5cfxtzl] {
        width: 100%;
        text-align: center;
        margin-bottom: 1.5rem; /* extra ruimte onder badges en content */
        position: relative;
        z-index: 2;
    }

    .hero-badges[b-00z5cfxtzl] {
        justify-content: center;
        margin-bottom: 2rem;
        position: relative;
        z-index: 3;
    }

    .hero-visual[b-00z5cfxtzl] {
        width: 100%;
        min-height: 300px; /* kleiner op mobiel */
        margin-top: 1rem;   /* iets minder overlap */
        order: 2;
        position: relative;
        z-index: 1;
    }

    .visual-container[b-00z5cfxtzl] {
        max-width: 280px; /* kleiner zodat alles past */
        height: auto;
    }

    .main-demo[b-00z5cfxtzl] {
        max-width: 250px;
    }
}

/* Mobile Footer Z-Index Fix */
@media (max-width: 767px) {
    .premium-footer[b-00z5cfxtzl] {
        position: relative;
        z-index: 10001 !important;
    }

    .footer-bottom[b-00z5cfxtzl] {
        position: relative;
        z-index: 10002 !important;
    }

    .legal-links a[b-00z5cfxtzl] {
        position: relative;
        z-index: 10003 !important;
        pointer-events: auto !important;
    }
}

/* Widget position fix for mobile */
@media (max-width: 480px) {
    #supremesoft-chat-root[b-00z5cfxtzl] {
        right: var(--spacing-md) !important;
        left: auto !important;
    }
}
/* /Pages/Landing/Cookies.razor.rz.scp.css */
.privacy-policy[b-miewwc3rmb] {
    --primary: #6366F1;
    --primary-dark: #4F46E5;
    --primary-light: #8B5CF6;
    --secondary: #06B6D4;
    --success: #10B981;
    --warning: #F59E0B;
    --error: #EF4444;
    --background: #0F0F1A;
    --surface: #1A1B2F;
    --surface-light: #252641;
    --text-primary: #F8FAFC;
    --text-secondary: #CBD5E1;
    --text-tertiary: #64748B;
    --border: #334155;
    --border-light: #475569;
    --gradient: linear-gradient(135deg, #6366F1 0%, #8B5CF6 50%, #06B6D4 100%);
    --gradient-text: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
    --shadow-sm: 0 4px 20px rgba(0, 0, 0, 0.25);
    --shadow-md: 0 8px 40px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 20px 80px rgba(0, 0, 0, 0.4);

    background: var(--background);
    color: var(--text-primary);
    min-height: 100vh;
    overflow-x: hidden;
}

.container[b-miewwc3rmb] {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

.premium-nav[b-miewwc3rmb] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(15, 15, 26, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
    padding: 1rem 0;
}

.nav-container[b-miewwc3rmb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.nav-brand .logo-wrapper[b-miewwc3rmb] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: var(--text-primary);
    font-weight: 700;
    font-size: 1.25rem;
}

.nav-brand i[b-miewwc3rmb] {
    color: var(--primary);
    font-size: 1.5rem;
}

.nav-actions[b-miewwc3rmb] {
    display: flex;
    gap: 1rem;
}

.nav-btn[b-miewwc3rmb] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border: 1px solid var(--border);
    background: var(--surface);
    color: var(--text-primary);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    white-space: nowrap;
}

.nav-btn:hover[b-miewwc3rmb] {
    border-color: var(--primary);
    background: var(--surface-light);
}

.nav-btn.secondary[b-miewwc3rmb] {
    background: transparent;
}

/* New Hero Section */
.privacy-hero[b-miewwc3rmb] {
    position: relative;
    padding: 120px 1rem 60px;
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    min-height: 80vh;
    overflow: hidden;
}

.hero-background[b-miewwc3rmb] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: -1;
}

.gradient-blur-1[b-miewwc3rmb] {
    position: absolute;
    width: 300px;
    height: 300px;
    background: var(--primary);
    opacity: 0.1;
    filter: blur(60px);
    top: -100px;
    right: -100px;
    border-radius: 50%;
}

.gradient-blur-2[b-miewwc3rmb] {
    position: absolute;
    width: 250px;
    height: 250px;
    background: var(--secondary);
    opacity: 0.1;
    filter: blur(60px);
    bottom: -80px;
    left: -80px;
    border-radius: 50%;
}

.grid-pattern[b-miewwc3rmb] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
            linear-gradient(rgba(99, 102, 241, 0.1) 1px, transparent 1px),
            linear-gradient(90deg, rgba(99, 102, 241, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.3;
}

.hero-content[b-miewwc3rmb] {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.hero-badges[b-miewwc3rmb] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.privacy-badge[b-miewwc3rmb] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: rgba(99, 102, 241, 0.15);
    color: var(--primary);
    border: 1px solid rgba(99, 102, 241, 0.3);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
    white-space: nowrap;
}

.last-updated[b-miewwc3rmb] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 50px;
    color: var(--text-tertiary);
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
}

.hero-title[b-miewwc3rmb] {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.gradient-text[b-miewwc3rmb] {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description[b-miewwc3rmb] {
    font-size: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-features[b-miewwc3rmb] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 3rem;
}

.feature-tag[b-miewwc3rmb] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: rgba(16, 185, 129, 0.1);
    color: var(--success);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 25px;
    font-size: 0.875rem;
    font-weight: 500;
    backdrop-filter: blur(10px);
}

.hero-stats[b-miewwc3rmb] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 500px;
    margin: 0 auto;
}

.stat-item[b-miewwc3rmb] {
    text-align: center;
}

.stat-number[b-miewwc3rmb] {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.stat-label[b-miewwc3rmb] {
    font-size: 0.875rem;
    color: var(--text-tertiary);
    font-weight: 500;
}

.hero-visual[b-miewwc3rmb] {
    display: none;
}

.shield-visual[b-miewwc3rmb] {
    width: 200px;
    height: 200px;
    background: var(--gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: white;
    margin: 0 auto;
    position: relative;
    box-shadow: var(--shadow-lg);
}

.floating-element[b-miewwc3rmb] {
    position: absolute;
    width: 50px;
    height: 50px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: var(--primary);
    animation: float-b-miewwc3rmb 3s ease-in-out infinite;
}

.element-1[b-miewwc3rmb] {
    top: -20px;
    left: 20%;
    animation-delay: 0s;
}

.element-2[b-miewwc3rmb] {
    top: 50%;
    right: -20px;
    animation-delay: 1s;
}

.element-3[b-miewwc3rmb] {
    bottom: -20px;
    left: 40%;
    animation-delay: 2s;
}

@keyframes float-b-miewwc3rmb {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.quick-nav[b-miewwc3rmb] {
    padding: 2rem 1rem;
}

.nav-cards[b-miewwc3rmb] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    max-width: 500px;
    margin: 0 auto;
}

.nav-card[b-miewwc3rmb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 0.5rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    min-height: 90px;
}

.nav-card:hover[b-miewwc3rmb] {
    transform: translateY(-2px);
    border-color: var(--primary);
    box-shadow: var(--shadow-md);
}

.nav-icon[b-miewwc3rmb] {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.125rem;
}

.nav-card span[b-miewwc3rmb] {
    font-weight: 600;
    color: var(--text-primary);
    font-size: 0.875rem;
}

.policy-content[b-miewwc3rmb] {
    padding: 2rem 1rem 4rem;
}

.content-grid[b-miewwc3rmb] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.main-content[b-miewwc3rmb] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.policy-article[b-miewwc3rmb] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.policy-article:hover[b-miewwc3rmb] {
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-light);
}

.article-header[b-miewwc3rmb] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.5rem 1rem 1rem;
    border-bottom: 1px solid var(--border);
    flex-direction: column;
    gap: 1rem;
}

.article-header h2[b-miewwc3rmb] {
    font-size: 1.375rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

.article-badge[b-miewwc3rmb] {
    padding: 0.5rem 1rem;
    background: var(--surface-light);
    color: var(--text-secondary);
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid var(--border);
    white-space: nowrap;
}

.article-badge.premium[b-miewwc3rmb] {
    background: var(--gradient);
    color: white;
    border: none;
}

.article-content[b-miewwc3rmb] {
    padding: 1.5rem 1rem;
}

.article-content h3[b-miewwc3rmb] {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 1.5rem 0 1rem;
    color: var(--text-primary);
}

.article-content h4[b-miewwc3rmb] {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 1.25rem 0 0.75rem;
    color: var(--text-primary);
}

.article-content h5[b-miewwc3rmb] {
    font-size: 1rem;
    font-weight: 600;
    margin: 1rem 0 0.5rem;
    color: var(--text-primary);
}

.article-content p[b-miewwc3rmb] {
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.article-content ul[b-miewwc3rmb] {
    color: var(--text-secondary);
    margin: 1rem 0;
    padding-left: 1.25rem;
}

.article-content li[b-miewwc3rmb] {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.info-card[b-miewwc3rmb] {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: rgba(6, 182, 212, 0.1);
    border: 1px solid rgba(6, 182, 212, 0.3);
    border-radius: 12px;
    margin: 1.5rem 0;
    flex-direction: column;
    text-align: center;
}

.info-icon[b-miewwc3rmb] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.125rem;
    flex-shrink: 0;
    margin: 0 auto;
}

.info-content h4[b-miewwc3rmb] {
    margin-top: 0;
    color: var(--secondary);
}

.data-categories[b-miewwc3rmb] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 1.5rem 0;
}

.category-card[b-miewwc3rmb] {
    padding: 1.5rem;
    background: var(--surface-light);
    border: 1px solid var(--border);
    border-radius: 12px;
    text-align: center;
}

.category-icon[b-miewwc3rmb] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin: 0 auto 1rem;
}

.category-card h4[b-miewwc3rmb] {
    margin: 0 0 0.5rem;
    color: var(--text-primary);
}

.category-card > p[b-miewwc3rmb] {
    color: var(--text-tertiary);
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

.category-card ul[b-miewwc3rmb] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-card li[b-miewwc3rmb] {
    padding: 0.5rem 0;
    color: var(--text-secondary);
    border-bottom: 1px solid var(--border);
    font-size: 0.875rem;
}

.category-card li:last-child[b-miewwc3rmb] {
    border-bottom: none;
}

.notice-card[b-miewwc3rmb] {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 12px;
    margin: 1.5rem 0;
    flex-direction: column;
    text-align: center;
}

.notice-card.important[b-miewwc3rmb] {
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.notice-icon[b-miewwc3rmb] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--warning);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.125rem;
    flex-shrink: 0;
    margin: 0 auto;
}

.notice-content h4[b-miewwc3rmb] {
    margin-top: 0;
    color: var(--warning);
}

.feature-highlight[b-miewwc3rmb] {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 12px;
    margin: 1.5rem 0;
    flex-direction: column;
    text-align: center;
}

.feature-highlight.success[b-miewwc3rmb] {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.highlight-icon[b-miewwc3rmb] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.125rem;
    flex-shrink: 0;
    margin: 0 auto;
}

.feature-highlight.success .highlight-icon[b-miewwc3rmb] {
    background: var(--success);
}

.highlight-content h4[b-miewwc3rmb] {
    margin-top: 0;
}

.feature-highlight.success .highlight-content h4[b-miewwc3rmb] {
    color: var(--success);
}

.implementation-steps[b-miewwc3rmb] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 1.5rem 0;
}

.step[b-miewwc3rmb] {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: var(--surface-light);
    border: 1px solid var(--border);
    border-radius: 12px;
    align-items: flex-start;
}

.step-number[b-miewwc3rmb] {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
}

.step-content h5[b-miewwc3rmb] {
    margin: 0 0 0.5rem;
    color: var(--text-primary);
}

.step-content p[b-miewwc3rmb] {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.875rem;
}

.data-comparison[b-miewwc3rmb] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 1.5rem 0;
}

.comparison-card[b-miewwc3rmb] {
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid var(--border);
}

.comparison-card.retained[b-miewwc3rmb] {
    background: rgba(16, 185, 129, 0.05);
    border-color: rgba(16, 185, 129, 0.3);
}

.comparison-card.deleted[b-miewwc3rmb] {
    background: rgba(239, 68, 68, 0.05);
    border-color: rgba(239, 68, 68, 0.3);
}

.comparison-header[b-miewwc3rmb] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.comparison-header i[b-miewwc3rmb] {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
}

.comparison-card.retained .comparison-header i[b-miewwc3rmb] {
    background: var(--success);
    color: white;
}

.comparison-card.deleted .comparison-header i[b-miewwc3rmb] {
    background: var(--error);
    color: white;
}

.comparison-header h5[b-miewwc3rmb] {
    margin: 0;
    color: var(--text-primary);
}

.comparison-card ul[b-miewwc3rmb] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comparison-card li[b-miewwc3rmb] {
    padding: 0.5rem 0;
    color: var(--text-secondary);
    border-bottom: 1px solid var(--border-light);
    font-size: 0.875rem;
}

.comparison-card li:last-child[b-miewwc3rmb] {
    border-bottom: none;
}

.security-note[b-miewwc3rmb] {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(99, 102, 241, 0.1);
    border: 1px solid rgba(99, 102, 241, 0.3);
    border-radius: 12px;
    margin: 1.5rem 0;
    flex-direction: column;
    text-align: center;
}

.security-icon[b-miewwc3rmb] {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    flex-shrink: 0;
    margin: 0 auto;
}

.security-content h4[b-miewwc3rmb] {
    margin-top: 0;
    color: var(--primary);
}

.usage-grid[b-miewwc3rmb] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 1.5rem 0;
}

.usage-item[b-miewwc3rmb] {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: var(--surface-light);
    border: 1px solid var(--border);
    border-radius: 12px;
    align-items: flex-start;
    flex-direction: column;
    text-align: center;
}

.usage-number[b-miewwc3rmb] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.125rem;
    flex-shrink: 0;
    margin: 0 auto;
}

.usage-content h5[b-miewwc3rmb] {
    margin: 0 0 0.5rem;
    color: var(--text-primary);
}

.usage-content p[b-miewwc3rmb] {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.875rem;
}

.rights-grid[b-miewwc3rmb] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 1.5rem 0;
}

.right-card[b-miewwc3rmb] {
    padding: 1.25rem;
    background: var(--surface-light);
    border: 1px solid var(--border);
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
}

.right-card:hover[b-miewwc3rmb] {
    transform: translateY(-2px);
    border-color: var(--primary);
    box-shadow: var(--shadow-sm);
}

.right-icon[b-miewwc3rmb] {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin: 0 auto 1rem;
    color: white;
}

.right-icon.access[b-miewwc3rmb] { background: var(--primary); }
.right-icon.correct[b-miewwc3rmb] { background: var(--success); }
.right-icon.delete[b-miewwc3rmb] { background: var(--error); }
.right-icon.object[b-miewwc3rmb] { background: var(--warning); }
.right-icon.portability[b-miewwc3rmb] { background: var(--secondary); }
.right-icon.restrict[b-miewwc3rmb] { background: #8B5CF6; }

.right-card h5[b-miewwc3rmb] {
    margin: 0 0 1rem;
    color: var(--text-primary);
    font-size: 1rem;
}

.right-card p[b-miewwc3rmb] {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.875rem;
    line-height: 1.5;
}

.action-card[b-miewwc3rmb] {
    padding: 1.5rem;
    background: var(--gradient);
    border-radius: 16px;
    text-align: center;
    margin: 2rem 0 1rem;
}

.action-content h4[b-miewwc3rmb] {
    margin: 0 0 1rem;
    color: white;
    font-size: 1.375rem;
}

.action-content p[b-miewwc3rmb] {
    margin: 0 0 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
}

.btn-contact[b-miewwc3rmb] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    background: white;
    color: var(--primary);
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-contact:hover[b-miewwc3rmb] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.contact-cards[b-miewwc3rmb] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 1.5rem 0;
}

.contact-card[b-miewwc3rmb] {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: var(--surface-light);
    border: 1px solid var(--border);
    border-radius: 12px;
    align-items: flex-start;
    flex-direction: column;
    text-align: center;
}

.contact-icon[b-miewwc3rmb] {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    flex-shrink: 0;
    margin: 0 auto;
}

.contact-info h5[b-miewwc3rmb] {
    margin: 0 0 0.5rem;
    color: var(--text-primary);
}

.contact-info p[b-miewwc3rmb] {
    margin: 0 0 1rem;
    color: var(--text-secondary);
    font-size: 0.875rem;
}

.contact-link[b-miewwc3rmb] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    font-size: 0.875rem;
}

.contact-link:hover[b-miewwc3rmb] {
    color: var(--primary-light);
}

.compliance-info[b-miewwc3rmb] {
    padding: 1.5rem;
    background: var(--surface-light);
    border: 1px solid var(--border);
    border-radius: 12px;
    margin-top: 2rem;
    text-align: center;
}

.compliance-info h4[b-miewwc3rmb] {
    margin: 0 0 1rem;
    color: var(--text-primary);
}

.compliance-info p[b-miewwc3rmb] {
    margin: 0 0 1rem;
    color: var(--text-secondary);
}

.compliance-link[b-miewwc3rmb] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.875rem;
}

code[b-miewwc3rmb] {
    background: var(--surface-light);
    color: var(--primary-light);
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    font-size: 0.875rem;
    border: 1px solid var(--border);
    word-break: break-word;
}

/* Responsive Design */
@media (min-width: 480px) {
    .container[b-miewwc3rmb] {
        padding: 0 1.5rem;
    }

    .privacy-hero[b-miewwc3rmb] {
        padding: 120px 1.5rem 60px;
    }

    .quick-nav[b-miewwc3rmb] {
        padding: 2rem 1.5rem;
    }

    .policy-content[b-miewwc3rmb] {
        padding: 2rem 1.5rem 4rem;
    }

    .article-header[b-miewwc3rmb],
    .article-content[b-miewwc3rmb] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .nav-cards[b-miewwc3rmb] {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .nav-card[b-miewwc3rmb] {
        padding: 1.5rem 1rem;
    }
}

@media (min-width: 640px) {
    .privacy-hero[b-miewwc3rmb] {
        padding: 120px 2rem 60px;
    }

    .quick-nav[b-miewwc3rmb] {
        padding: 2rem 2rem;
    }

    .policy-content[b-miewwc3rmb] {
        padding: 2rem 2rem 4rem;
    }

    .nav-cards[b-miewwc3rmb] {
        grid-template-columns: repeat(4, 1fr);
    }

    .article-header[b-miewwc3rmb] {
        padding: 2rem 2rem 1rem;
        flex-direction: row;
        align-items: center;
    }

    .article-content[b-miewwc3rmb] {
        padding: 2rem;
    }

    .data-categories[b-miewwc3rmb] {
        grid-template-columns: repeat(2, 1fr);
    }

    .usage-grid[b-miewwc3rmb] {
        grid-template-columns: repeat(2, 1fr);
    }

    .rights-grid[b-miewwc3rmb] {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-cards[b-miewwc3rmb] {
        grid-template-columns: repeat(3, 1fr);
    }

    .data-comparison[b-miewwc3rmb] {
        grid-template-columns: repeat(2, 1fr);
    }

    .info-card[b-miewwc3rmb],
    .feature-highlight[b-miewwc3rmb],
    .notice-card[b-miewwc3rmb],
    .security-note[b-miewwc3rmb] {
        flex-direction: row;
        text-align: left;
    }

    .info-icon[b-miewwc3rmb],
    .highlight-icon[b-miewwc3rmb],
    .notice-icon[b-miewwc3rmb],
    .security-icon[b-miewwc3rmb] {
        margin: 0;
    }

    .usage-item[b-miewwc3rmb] {
        flex-direction: row;
        text-align: left;
    }

    .usage-number[b-miewwc3rmb] {
        margin: 0;
    }

    .contact-card[b-miewwc3rmb] {
        flex-direction: row;
        text-align: left;
    }

    .contact-icon[b-miewwc3rmb] {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .hero-title[b-miewwc3rmb] {
        font-size: 3.5rem;
    }

    .hero-description[b-miewwc3rmb] {
        font-size: 1.375rem;
    }

    .article-header h2[b-miewwc3rmb] {
        font-size: 1.5rem;
    }

    .rights-grid[b-miewwc3rmb] {
        grid-template-columns: repeat(3, 1fr);
    }

    .implementation-steps[b-miewwc3rmb] {
        flex-direction: row;
    }

    .step[b-miewwc3rmb] {
        flex: 1;
    }

    .privacy-hero[b-miewwc3rmb] {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        padding: 120px 2rem 80px;
    }

    .hero-content[b-miewwc3rmb] {
        text-align: left;
        margin: 0;
    }

    .hero-badges[b-miewwc3rmb] {
        justify-content: flex-start;
    }

    .hero-features[b-miewwc3rmb] {
        justify-content: flex-start;
    }

    .hero-stats[b-miewwc3rmb] {
        margin: 0;
    }

    .hero-visual[b-miewwc3rmb] {
        display: block;
    }
}

@media (min-width: 1024px) {
    .privacy-hero[b-miewwc3rmb] {
        padding: 140px 0 100px;
        max-width: 1200px;
        margin: 60px auto 0;
    }

    .quick-nav[b-miewwc3rmb] {
        padding: 3rem 0;
    }

    .policy-content[b-miewwc3rmb] {
        padding: 3rem 0 6rem;
    }

    .nav-container[b-miewwc3rmb] {
        padding: 0 2rem;
    }

    .btn-text[b-miewwc3rmb] {
        display: inline;
    }

    .container[b-miewwc3rmb] {
        max-width: 1000px;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .hero-title[b-miewwc3rmb] {
        font-size: 4rem;
    }

    .container[b-miewwc3rmb] {
        max-width: 1100px;
    }
}

@media (max-width: 639px) {
    .hero-badges[b-miewwc3rmb] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .privacy-badge[b-miewwc3rmb],
    .last-updated[b-miewwc3rmb] {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .hero-title[b-miewwc3rmb] {
        font-size: 2.25rem;
    }

    .hero-description[b-miewwc3rmb] {
        font-size: 1.125rem;
    }

    .hero-features[b-miewwc3rmb] {
        gap: 0.5rem;
    }

    .feature-tag[b-miewwc3rmb] {
        font-size: 0.8rem;
        padding: 0.6rem 1rem;
    }

    .hero-stats[b-miewwc3rmb] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .nav-container[b-miewwc3rmb] {
        padding: 0 1rem;
    }

    .nav-btn .btn-text[b-miewwc3rmb] {
        display: none;
    }

    .nav-btn[b-miewwc3rmb] {
        padding: 0.75rem;
    }

    .article-header[b-miewwc3rmb] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .article-header h2[b-miewwc3rmb] {
        font-size: 1.25rem;
    }
}

@media (max-width: 380px) {
    .privacy-hero[b-miewwc3rmb] {
        padding: 100px 0.75rem 40px;
    }

    .hero-title[b-miewwc3rmb] {
        font-size: 2rem;
    }

    .hero-description[b-miewwc3rmb] {
        font-size: 1rem;
    }

    .privacy-badge[b-miewwc3rmb] {
        font-size: 0.75rem;
        padding: 0.5rem 0.875rem;
    }

    .last-updated[b-miewwc3rmb] {
        font-size: 0.75rem;
        padding: 0.5rem 0.875rem;
    }

    .nav-card[b-miewwc3rmb] {
        padding: 1rem 0.5rem;
        min-height: 80px;
    }

    .nav-icon[b-miewwc3rmb] {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .container[b-miewwc3rmb] {
        padding: 0 0.75rem;
    }
}

*[b-miewwc3rmb] {
    box-sizing: border-box;
}

body[b-miewwc3rmb] {
    overflow-x: hidden;
}
/* /Pages/Landing/Prijzen.razor.rz.scp.css */
/*!* Pricing Page Specific Styles *!*/
/*.premium-pricing {*/
/*    background: var(--background);*/
/*    color: var(--text-primary);*/
/*}*/

/*.pricing-hero {*/
/*    padding: 160px 0 80px;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/

/*.pricing-header {*/
/*    text-align: center;*/
/*    max-width: 800px;*/
/*    margin: 0 auto 4rem;*/
/*}*/

/*.price-badge {*/
/*    background: rgba(16, 185, 129, 0.2);*/
/*    color: var(--success);*/
/*    border: 1px solid rgba(16, 185, 129, 0.3);*/
/*}*/

/*.billing-toggle {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    gap: 1.5rem;*/
/*    margin: 2rem 0;*/
/*}*/

/*.billing-option {*/
/*    font-weight: 600;*/
/*    color: var(--text-secondary);*/
/*    transition: color 0.3s ease;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 0.5rem;*/
/*}*/

/*.billing-option.active {*/
/*    color: var(--text-primary);*/
/*}*/

/*.discount-badge {*/
/*    background: var(--success);*/
/*    color: white;*/
/*    padding: 0.25rem 0.5rem;*/
/*    border-radius: 12px;*/
/*    font-size: 0.75rem;*/
/*    font-weight: 600;*/
/*}*/

/*.toggle-switch {*/
/*    width: 60px;*/
/*    height: 32px;*/
/*    background: var(--surface-light);*/
/*    border-radius: 50px;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    border: 2px solid var(--border);*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.toggle-slider {*/
/*    position: absolute;*/
/*    top: 2px;*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    background: var(--gradient);*/
/*    border-radius: 50%;*/
/*    transition: transform 0.3s ease;*/
/*}*/

/*.toggle-slider.monthly {*/
/*    transform: translateX(2px);*/
/*}*/

/*.toggle-slider.yearly {*/
/*    transform: translateX(30px);*/
/*}*/

/*.pricing-grid {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));*/
/*    gap: 2rem;*/
/*    margin: 4rem 0;*/
/*}*/

/*.pricing-card {*/
/*    background: var(--surface);*/
/*    border: 2px solid var(--border);*/
/*    border-radius: var(--radius-xl);*/
/*    padding: 2.5rem;*/
/*    position: relative;*/
/*    transition: all 0.3s ease;*/
/*    backdrop-filter: blur(10px);*/
/*}*/

/*.pricing-card:hover {*/
/*    transform: translateY(-8px);*/
/*    border-color: var(--primary);*/
/*    box-shadow: var(--shadow-xl);*/
/*}*/

/*.pricing-card.hovered {*/
/*    transform: translateY(-8px);*/
/*    border-color: var(--primary);*/
/*    box-shadow: var(--shadow-xl);*/
/*}*/

/*.pricing-card.featured {*/
/*    border-color: var(--primary);*/
/*    background: linear-gradient(135deg, var(--surface) 0%, rgba(99, 102, 241, 0.1) 100%);*/
/*    transform: scale(1.05);*/
/*}*/

/*.featured-badge {*/
/*    position: absolute;*/
/*    top: -12px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    background: var(--gradient);*/
/*    color: white;*/
/*    padding: 0.5rem 1.5rem;*/
/*    border-radius: 50px;*/
/*    font-size: 0.875rem;*/
/*    font-weight: 600;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 0.5rem;*/
/*}*/

/*.card-header {*/
/*    text-align: center;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.plan-badge {*/
/*    display: inline-block;*/
/*    padding: 0.5rem 1rem;*/
/*    border-radius: 50px;*/
/*    font-size: 0.875rem;*/
/*    font-weight: 600;*/
/*    margin-bottom: 1rem;*/
/*}*/

/*.plan-badge.starter {*/
/*    background: rgba(107, 114, 128, 0.2);*/
/*    color: var(--text-secondary);*/
/*    border: 1px solid var(--border);*/
/*}*/

/*.plan-badge.professional {*/
/*    background: rgba(99, 102, 241, 0.2);*/
/*    color: var(--primary);*/
/*    border: 1px solid rgba(99, 102, 241, 0.3);*/
/*}*/

/*.plan-badge.enterprise {*/
/*    background: rgba(245, 158, 11, 0.2);*/
/*    color: var(--warning);*/
/*    border: 1px solid rgba(245, 158, 11, 0.3);*/
/*}*/

/*.plan-name {*/
/*    font-size: 1.5rem;*/
/*    font-weight: 700;*/
/*    margin-bottom: 1rem;*/
/*}*/

/*.plan-price {*/
/*    margin: 1.5rem 0;*/
/*}*/

/*.currency {*/
/*    font-size: 1.5rem;*/
/*    font-weight: 600;*/
/*    color: var(--text-secondary);*/
/*}*/

/*.amount {*/
/*    font-size: 3.5rem;*/
/*    font-weight: 800;*/
/*    background: var(--gradient-text);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    background-clip: text;*/
/*    line-height: 1;*/
/*}*/

/*.period {*/
/*    color: var(--text-tertiary);*/
/*    font-size: 1rem;*/
/*}*/

/*.plan-description {*/
/*    color: var(--text-secondary);*/
/*    line-height: 1.6;*/
/*}*/

/*.card-features {*/
/*    margin: 2rem 0;*/
/*}*/

/*.feature-item {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 0.75rem;*/
/*    padding: 0.75rem 0;*/
/*    border-bottom: 1px solid var(--border-light);*/
/*}*/

/*.feature-item:last-child {*/
/*    border-bottom: none;*/
/*}*/

/*.feature-item.included i {*/
/*    color: var(--success);*/
/*}*/

/*.feature-item.excluded i {*/
/*    color: var(--error);*/
/*}*/

/*.feature-item.excluded span {*/
/*    color: var(--text-tertiary);*/
/*    text-decoration: line-through;*/
/*}*/

/*.card-actions {*/
/*    margin-top: 2rem;*/
/*}*/

/*.btn-plan {*/
/*    width: 100%;*/
/*    padding: 1rem 2rem;*/
/*    border-radius: var(--radius-lg);*/
/*    font-weight: 600;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.btn-plan.primary {*/
/*    background: var(--gradient);*/
/*    color: white;*/
/*}*/

/*.btn-plan.secondary {*/
/*    background: transparent;*/
/*    color: var(--text-secondary);*/
/*    border: 2px solid var(--border);*/
/*}*/

/*.btn-plan:hover {*/
/*    transform: translateY(-2px);*/
/*    box-shadow: var(--shadow-md);*/
/*}*/

/*.enterprise-contact {*/
/*    margin: 4rem 0;*/
/*}*/

/*.enterprise-card {*/
/*    background: var(--surface);*/
/*    border: 2px solid var(--border);*/
/*    border-radius: var(--radius-xl);*/
/*    padding: 3rem;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 2rem;*/
/*    backdrop-filter: blur(10px);*/
/*}*/

/*.enterprise-icon {*/
/*    width: 80px;*/
/*    height: 80px;*/
/*    border-radius: var(--radius-lg);*/
/*    background: var(--gradient);*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-size: 2rem;*/
/*    color: white;*/
/*    flex-shrink: 0;*/
/*}*/

/*.enterprise-content h3 {*/
/*    font-size: 1.75rem;*/
/*    font-weight: 700;*/
/*    margin-bottom: 0.5rem;*/
/*}*/

/*.enterprise-content p {*/
/*    color: var(--text-secondary);*/
/*    margin-bottom: 1.5rem;*/
/*}*/

/*.enterprise-features {*/
/*    display: flex;*/
/*    gap: 1rem;*/
/*    flex-wrap: wrap;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.enterprise-features span {*/
/*    background: var(--surface-light);*/
/*    color: var(--text-secondary);*/
/*    padding: 0.5rem 1rem;*/
/*    border-radius: 50px;*/
/*    font-size: 0.875rem;*/
/*    font-weight: 500;*/
/*    border: 1px solid var(--border);*/
/*}*/

/*.btn-enterprise {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 0.5rem;*/
/*    padding: 1rem 2rem;*/
/*    background: var(--gradient);*/
/*    color: white;*/
/*    border: none;*/
/*    border-radius: var(--radius-lg);*/
/*    font-weight: 600;*/
/*    cursor: pointer;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.btn-enterprise:hover {*/
/*    transform: translateY(-2px);*/
/*    box-shadow: var(--shadow-md);*/
/*}*/

/*!* FAQ Styles *!*/
/*.pricing-faq {*/
/*    padding: 100px 0;*/
/*    background: var(--surface);*/
/*}*/

/*.faq-header {*/
/*    text-align: center;*/
/*    max-width: 600px;*/
/*    margin: 0 auto 4rem;*/
/*}*/

/*.faq-header h2 {*/
/*    font-size: 3rem;*/
/*    font-weight: 800;*/
/*    margin-bottom: 1rem;*/
/*    letter-spacing: -0.02em;*/
/*}*/

/*.faq-header p {*/
/*    font-size: 1.25rem;*/
/*    color: var(--text-secondary);*/
/*}*/

/*.faq-grid {*/
/*    max-width: 800px;*/
/*    margin: 0 auto;*/
/*}*/

/*.faq-item {*/
/*    background: var(--background);*/
/*    border: 1px solid var(--border);*/
/*    border-radius: var(--radius-lg);*/
/*    margin-bottom: 1rem;*/
/*    overflow: hidden;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.faq-item:hover {*/
/*    border-color: var(--primary);*/
/*}*/

/*.faq-question {*/
/*    padding: 1.5rem 2rem;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    cursor: pointer;*/
/*    font-weight: 600;*/
/*    transition: background 0.3s ease;*/
/*}*/

/*.faq-question:hover {*/
/*    background: var(--surface-light);*/
/*}*/

/*.faq-question i {*/
/*    transition: transform 0.3s ease;*/
/*    color: var(--text-tertiary);*/
/*}*/

/*.faq-answer {*/
/*    max-height: 0;*/
/*    overflow: hidden;*/
/*    transition: max-height 0.3s ease;*/
/*}*/

/*.faq-answer.open {*/
/*    max-height: 200px;*/
/*}*/

/*.faq-answer p {*/
/*    padding: 0 2rem 1.5rem;*/
/*    color: var(--text-secondary);*/
/*    line-height: 1.6;*/
/*    margin: 0;*/
/*}*/

/*!* Solutions Page Specific Styles *!*/
/*.premium-solutions {*/
/*    background: var(--background);*/
/*    color: var(--text-primary);*/
/*}*/

/*.solutions-hero {*/
/*    padding: 160px 0 80px;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/

/*.solutions-header {*/
/*    text-align: center;*/
/*    max-width: 800px;*/
/*    margin: 0 auto;*/
/*}*/

/*.solution-badge {*/
/*    background: rgba(99, 102, 241, 0.2);*/
/*    color: var(--primary);*/
/*    border: 1px solid rgba(99, 102, 241, 0.3);*/
/*}*/

/*.solution-stats {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    gap: 3rem;*/
/*    margin: 3rem 0;*/
/*}*/

/*.stat {*/
/*    text-align: center;*/
/*}*/

/*.stat-value {*/
/*    font-size: 2.5rem;*/
/*    font-weight: 800;*/
/*    background: var(--gradient-text);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    background-clip: text;*/
/*    line-height: 1;*/
/*}*/

/*.stat-label {*/
/*    color: var(--text-tertiary);*/
/*    font-size: 0.875rem;*/
/*    margin-top: 0.5rem;*/
/*}*/

/*.solutions-nav {*/
/*    background: var(--surface);*/
/*    padding: 2rem 0;*/
/*    border-bottom: 1px solid var(--border);*/
/*}*/

/*.solution-tabs {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    gap: 1rem;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.solution-tab {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 0.75rem;*/
/*    padding: 1rem 2rem;*/
/*    background: transparent;*/
/*    color: var(--text-secondary);*/
/*    border: 2px solid var(--border);*/
/*    border-radius: var(--radius-lg);*/
/*    font-weight: 600;*/
/*    cursor: pointer;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.solution-tab:hover {*/
/*    border-color: var(--primary);*/
/*    color: var(--text-primary);*/
/*}*/

/*.solution-tab.active {*/
/*    background: var(--gradient);*/
/*    color: white;*/
/*    border-color: transparent;*/
/*}*/

/*.solution-detail {*/
/*    padding: 100px 0;*/
/*}*/

/*.solution-content {*/
/*    display: grid;*/
/*    grid-template-columns: 1fr 1fr;*/
/*    gap: 4rem;*/
/*    align-items: center;*/
/*}*/

/*.solution-badge {*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    gap: 0.5rem;*/
/*    padding: 0.5rem 1rem;*/
/*    background: rgba(99, 102, 241, 0.2);*/
/*    color: var(--primary);*/
/*    border: 1px solid rgba(99, 102, 241, 0.3);*/
/*    border-radius: 50px;*/
/*    font-size: 0.875rem;*/
/*    font-weight: 600;*/
/*    margin-bottom: 1.5rem;*/
/*}*/

/*.solution-info h2 {*/
/*    font-size: 3rem;*/
/*    font-weight: 800;*/
/*    margin-bottom: 1.5rem;*/
/*    letter-spacing: -0.02em;*/
/*}*/

/*.solution-description {*/
/*    font-size: 1.25rem;*/
/*    color: var(--text-secondary);*/
/*    margin-bottom: 2.5rem;*/
/*    line-height: 1.6;*/
/*}*/

/*.solution-features {*/
/*    margin: 2.5rem 0;*/
/*}*/

/*.feature-highlight {*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*    gap: 1rem;*/
/*    margin-bottom: 1.5rem;*/
/*}*/

/*.feature-icon {*/
/*    width: 48px;*/
/*    height: 48px;*/
/*    border-radius: var(--radius-md);*/
/*    background: var(--gradient);*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    color: white;*/
/*    font-size: 1.25rem;*/
/*    flex-shrink: 0;*/
/*}*/

/*.feature-text h4 {*/
/*    font-weight: 700;*/
/*    margin-bottom: 0.25rem;*/
/*}*/

/*.feature-text p {*/
/*    color: var(--text-secondary);*/
/*    margin: 0;*/
/*}*/

/*.solution-benefits h3 {*/
/*    font-size: 1.5rem;*/
/*    font-weight: 700;*/
/*    margin-bottom: 1.5rem;*/
/*}*/

/*.benefits-grid {*/
/*    display: grid;*/
/*    grid-template-columns: 1fr 1fr;*/
/*    gap: 1rem;*/
/*}*/

/*.benefit-item {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 0.75rem;*/
/*    color: var(--text-secondary);*/
/*}*/

/*.benefit-item i {*/
/*    color: var(--success);*/
/*}*/

/*.solution-actions {*/
/*    display: flex;*/
/*    gap: 1rem;*/
/*    margin-top: 2.5rem;*/
/*}*/

/*.btn-solution {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 0.75rem;*/
/*    padding: 1rem 2rem;*/
/*    border-radius: var(--radius-lg);*/
/*    font-weight: 600;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.btn-solution.primary {*/
/*    background: var(--gradient);*/
/*    color: white;*/
/*}*/

/*.btn-solution.secondary {*/
/*    background: transparent;*/
/*    color: var(--text-secondary);*/
/*    border: 2px solid var(--border);*/
/*}*/

/*.btn-solution:hover {*/
/*    transform: translateY(-2px);*/
/*    box-shadow: var(--shadow-md);*/
/*}*/

/*.solution-visual {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/

/*.visual-card {*/
/*    background: var(--surface);*/
/*    border: 1px solid var(--border);*/
/*    border-radius: var(--radius-xl);*/
/*    overflow: hidden;*/
/*    box-shadow: var(--shadow-lg);*/
/*    width: 100%;*/
/*    max-width: 400px;*/
/*}*/

/*.chat-flow {*/
/*    padding: 1.5rem;*/
/*}*/

/*.flow-step {*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*    gap: 1rem;*/
/*    margin-bottom: 1.5rem;*/
/*}*/

/*.step-indicator {*/
/*    width: 32px;*/
/*    height: 32px;*/
/*    border-radius: 50%;*/
/*    background: var(--gradient);*/
/*    color: white;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-size: 0.875rem;*/
/*    font-weight: 600;*/
/*    flex-shrink: 0;*/
/*}*/

/*.step-content h4 {*/
/*    font-weight: 600;*/
/*    margin-bottom: 0.25rem;*/
/*    font-size: 0.875rem;*/
/*}*/

/*.step-content p {*/
/*    color: var(--text-secondary);*/
/*    font-size: 0.875rem;*/
/*    margin: 0;*/
/*}*/

/*.sales-metrics {*/
/*    display: flex;*/
/*    justify-content: space-around;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.metric-display {*/
/*    text-align: center;*/
/*}*/

/*.metric-value {*/
/*    font-size: 1.5rem;*/
/*    font-weight: 800;*/
/*    background: var(--gradient-text);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    background-clip: text;*/
/*}*/

/*.metric-label {*/
/*    font-size: 0.75rem;*/
/*    color: var(--text-tertiary);*/
/*    margin-top: 0.25rem;*/
/*}*/

/*.pipeline-visual {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 1rem;*/
/*}*/

/*.pipeline-stage {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 1rem;*/
/*}*/

/*.stage-label {*/
/*    width: 100px;*/
/*    font-size: 0.875rem;*/
/*    color: var(--text-secondary);*/
/*    flex-shrink: 0;*/
/*}*/

/*.stage-progress {*/
/*    height: 8px;*/
/*    background: var(--gradient);*/
/*    border-radius: 4px;*/
/*    transition: width 0.3s ease;*/
/*}*/

/*!* Use Cases Section *!*/
/*.use-cases {*/
/*    padding: 100px 0;*/
/*    background: var(--surface);*/
/*}*/

/*.use-cases-grid {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/
/*    gap: 2rem;*/
/*    margin-top: 4rem;*/
/*}*/

/*.use-case-card {*/
/*    background: var(--background);*/
/*    padding: 2.5rem;*/
/*    border-radius: var(--radius-xl);*/
/*    border: 1px solid var(--border);*/
/*    transition: all 0.3s ease;*/
/*    text-align: center;*/
/*}*/

/*.use-case-card:hover {*/
/*    transform: translateY(-8px);*/
/*    border-color: var(--primary);*/
/*    box-shadow: var(--shadow-lg);*/
/*}*/

/*.use-case-icon {*/
/*    width: 80px;*/
/*    height: 80px;*/
/*    border-radius: var(--radius-lg);*/
/*    background: var(--gradient);*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    color: white;*/
/*    font-size: 2rem;*/
/*    margin: 0 auto 1.5rem;*/
/*}*/

/*.use-case-card h3 {*/
/*    font-size: 1.5rem;*/
/*    font-weight: 700;*/
/*    margin-bottom: 1rem;*/
/*}*/

/*.use-case-card p {*/
/*    color: var(--text-secondary);*/
/*    margin-bottom: 1.5rem;*/
/*    line-height: 1.6;*/
/*}*/

/*.use-case-features {*/
/*    list-style: none;*/
/*    padding: 0;*/
/*    text-align: left;*/
/*}*/

/*.use-case-features li {*/
/*    padding: 0.5rem 0;*/
/*    color: var(--text-secondary);*/
/*    position: relative;*/
/*    padding-left: 1.5rem;*/
/*}*/

/*.use-case-features li::before {*/
/*    content: '✓';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    color: var(--success);*/
/*    font-weight: 600;*/
/*}*/

/*!* CTA Sections *!*/
/*.pricing-cta,*/
/*.solutions-cta {*/
/*    padding: 100px 0;*/
/*    background: linear-gradient(135deg, var(--surface) 0%, var(--background) 100%);*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/

/*!* Responsive Design *!*/
/*@media (max-width: 968px) {*/
/*    .pricing-grid {*/
/*        grid-template-columns: 1fr;*/
/*    }*/

/*    .pricing-card.featured {*/
/*        transform: none;*/
/*    }*/

/*    .solution-content {*/
/*        grid-template-columns: 1fr;*/
/*        gap: 3rem;*/
/*    }*/

/*    .enterprise-card {*/
/*        flex-direction: column;*/
/*        text-align: center;*/
/*    }*/

/*    .solution-tabs {*/
/*        flex-direction: column;*/
/*        align-items: center;*/
/*    }*/

/*    .benefits-grid {*/
/*        grid-template-columns: 1fr;*/
/*    }*/
/*}*/

/*@media (max-width: 640px) {*/
/*    .pricing-card {*/
/*        padding: 2rem 1.5rem;*/
/*    }*/

/*    .solution-info h2 {*/
/*        font-size: 2.5rem;*/
/*    }*/

/*    .solution-actions {    */
/*        flex-direction: column;*/
/*    }*/

/*    .billing-toggle {*/
/*        flex-direction: column;*/
/*        gap: 1rem;*/
/*    }*/

/*    .use-cases-grid {*/
/*        grid-template-columns: 1fr;*/
/*    }*/
/*}*/
/* /Pages/Landing/PrivacyPolicy.razor.rz.scp.css */
.privacy-policy[b-0wptj21gsd] {
    --primary: #6366F1;
    --primary-dark: #4F46E5;
    --primary-light: #8B5CF6;
    --secondary: #06B6D4;
    --success: #10B981;
    --warning: #F59E0B;
    --error: #EF4444;
    --background: #0F0F1A;
    --surface: #1A1B2F;
    --surface-light: #252641;
    --text-primary: #F8FAFC;
    --text-secondary: #CBD5E1;
    --text-tertiary: #64748B;
    --border: #334155;
    --border-light: #475569;
    --gradient: linear-gradient(135deg, #6366F1 0%, #8B5CF6 50%, #06B6D4 100%);
    --gradient-text: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
    --shadow-sm: 0 4px 20px rgba(0, 0, 0, 0.25);
    --shadow-md: 0 8px 40px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 20px 80px rgba(0, 0, 0, 0.4);

    background: var(--background);
    color: var(--text-primary);
    min-height: 100vh;
    overflow-x: hidden;
}

.container[b-0wptj21gsd] {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

.premium-nav[b-0wptj21gsd] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(15, 15, 26, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
    padding: 1rem 0;
}

.nav-container[b-0wptj21gsd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.nav-brand .logo-wrapper[b-0wptj21gsd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: var(--text-primary);
    font-weight: 700;
    font-size: 1.25rem;
}

.nav-brand i[b-0wptj21gsd] {
    color: var(--primary);
    font-size: 1.5rem;
}

.nav-actions[b-0wptj21gsd] {
    display: flex;
    gap: 1rem;
}

.nav-btn[b-0wptj21gsd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border: 1px solid var(--border);
    background: var(--surface);
    color: var(--text-primary);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    white-space: nowrap;
}

.nav-btn:hover[b-0wptj21gsd] {
    border-color: var(--primary);
    background: var(--surface-light);
}

.nav-btn.secondary[b-0wptj21gsd] {
    background: transparent;
}

/* New Hero Section */
.privacy-hero[b-0wptj21gsd] {
    position: relative;
    padding: 120px 1rem 60px;
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    min-height: 80vh;
    overflow: hidden;
}

.hero-background[b-0wptj21gsd] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: -1;
}

.gradient-blur-1[b-0wptj21gsd] {
    position: absolute;
    width: 300px;
    height: 300px;
    background: var(--primary);
    opacity: 0.1;
    filter: blur(60px);
    top: -100px;
    right: -100px;
    border-radius: 50%;
}

.gradient-blur-2[b-0wptj21gsd] {
    position: absolute;
    width: 250px;
    height: 250px;
    background: var(--secondary);
    opacity: 0.1;
    filter: blur(60px);
    bottom: -80px;
    left: -80px;
    border-radius: 50%;
}

.grid-pattern[b-0wptj21gsd] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
            linear-gradient(rgba(99, 102, 241, 0.1) 1px, transparent 1px),
            linear-gradient(90deg, rgba(99, 102, 241, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.3;
}

.hero-content[b-0wptj21gsd] {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.hero-badges[b-0wptj21gsd] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.privacy-badge[b-0wptj21gsd] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: rgba(99, 102, 241, 0.15);
    color: var(--primary);
    border: 1px solid rgba(99, 102, 241, 0.3);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
    white-space: nowrap;
}

.last-updated[b-0wptj21gsd] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 50px;
    color: var(--text-tertiary);
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
}

.hero-title[b-0wptj21gsd] {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.gradient-text[b-0wptj21gsd] {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description[b-0wptj21gsd] {
    font-size: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-features[b-0wptj21gsd] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 3rem;
}

.feature-tag[b-0wptj21gsd] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: rgba(16, 185, 129, 0.1);
    color: var(--success);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 25px;
    font-size: 0.875rem;
    font-weight: 500;
    backdrop-filter: blur(10px);
}

.hero-stats[b-0wptj21gsd] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 500px;
    margin: 0 auto;
}

.stat-item[b-0wptj21gsd] {
    text-align: center;
}

.stat-number[b-0wptj21gsd] {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.stat-label[b-0wptj21gsd] {
    font-size: 0.875rem;
    color: var(--text-tertiary);
    font-weight: 500;
}

.hero-visual[b-0wptj21gsd] {
    display: none;
}

.shield-visual[b-0wptj21gsd] {
    width: 200px;
    height: 200px;
    background: var(--gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: white;
    margin: 0 auto;
    position: relative;
    box-shadow: var(--shadow-lg);
}

.floating-element[b-0wptj21gsd] {
    position: absolute;
    width: 50px;
    height: 50px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: var(--primary);
    animation: float-b-0wptj21gsd 3s ease-in-out infinite;
}

.element-1[b-0wptj21gsd] {
    top: -20px;
    left: 20%;
    animation-delay: 0s;
}

.element-2[b-0wptj21gsd] {
    top: 50%;
    right: -20px;
    animation-delay: 1s;
}

.element-3[b-0wptj21gsd] {
    bottom: -20px;
    left: 40%;
    animation-delay: 2s;
}

@keyframes float-b-0wptj21gsd {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.quick-nav[b-0wptj21gsd] {
    padding: 2rem 1rem;
}

.nav-cards[b-0wptj21gsd] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    max-width: 500px;
    margin: 0 auto;
}

.nav-card[b-0wptj21gsd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 0.5rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    min-height: 90px;
}

.nav-card:hover[b-0wptj21gsd] {
    transform: translateY(-2px);
    border-color: var(--primary);
    box-shadow: var(--shadow-md);
}

.nav-icon[b-0wptj21gsd] {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.125rem;
}

.nav-card span[b-0wptj21gsd] {
    font-weight: 600;
    color: var(--text-primary);
    font-size: 0.875rem;
}

.policy-content[b-0wptj21gsd] {
    padding: 2rem 1rem 4rem;
}

.content-grid[b-0wptj21gsd] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.main-content[b-0wptj21gsd] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.policy-article[b-0wptj21gsd] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.policy-article:hover[b-0wptj21gsd] {
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-light);
}

.article-header[b-0wptj21gsd] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.5rem 1rem 1rem;
    border-bottom: 1px solid var(--border);
    flex-direction: column;
    gap: 1rem;
}

.article-header h2[b-0wptj21gsd] {
    font-size: 1.375rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

.article-badge[b-0wptj21gsd] {
    padding: 0.5rem 1rem;
    background: var(--surface-light);
    color: var(--text-secondary);
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid var(--border);
    white-space: nowrap;
}

.article-badge.premium[b-0wptj21gsd] {
    background: var(--gradient);
    color: white;
    border: none;
}

.article-content[b-0wptj21gsd] {
    padding: 1.5rem 1rem;
}

.article-content h3[b-0wptj21gsd] {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 1.5rem 0 1rem;
    color: var(--text-primary);
}

.article-content h4[b-0wptj21gsd] {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 1.25rem 0 0.75rem;
    color: var(--text-primary);
}

.article-content h5[b-0wptj21gsd] {
    font-size: 1rem;
    font-weight: 600;
    margin: 1rem 0 0.5rem;
    color: var(--text-primary);
}

.article-content p[b-0wptj21gsd] {
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.article-content ul[b-0wptj21gsd] {
    color: var(--text-secondary);
    margin: 1rem 0;
    padding-left: 1.25rem;
}

.article-content li[b-0wptj21gsd] {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.info-card[b-0wptj21gsd] {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: rgba(6, 182, 212, 0.1);
    border: 1px solid rgba(6, 182, 212, 0.3);
    border-radius: 12px;
    margin: 1.5rem 0;
    flex-direction: column;
    text-align: center;
}

.info-icon[b-0wptj21gsd] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.125rem;
    flex-shrink: 0;
    margin: 0 auto;
}

.info-content h4[b-0wptj21gsd] {
    margin-top: 0;
    color: var(--secondary);
}

.data-categories[b-0wptj21gsd] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 1.5rem 0;
}

.category-card[b-0wptj21gsd] {
    padding: 1.5rem;
    background: var(--surface-light);
    border: 1px solid var(--border);
    border-radius: 12px;
    text-align: center;
}

.category-icon[b-0wptj21gsd] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin: 0 auto 1rem;
}

.category-card h4[b-0wptj21gsd] {
    margin: 0 0 0.5rem;
    color: var(--text-primary);
}

.category-card > p[b-0wptj21gsd] {
    color: var(--text-tertiary);
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

.category-card ul[b-0wptj21gsd] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-card li[b-0wptj21gsd] {
    padding: 0.5rem 0;
    color: var(--text-secondary);
    border-bottom: 1px solid var(--border);
    font-size: 0.875rem;
}

.category-card li:last-child[b-0wptj21gsd] {
    border-bottom: none;
}

.notice-card[b-0wptj21gsd] {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 12px;
    margin: 1.5rem 0;
    flex-direction: column;
    text-align: center;
}

.notice-card.important[b-0wptj21gsd] {
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.notice-icon[b-0wptj21gsd] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--warning);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.125rem;
    flex-shrink: 0;
    margin: 0 auto;
}

.notice-content h4[b-0wptj21gsd] {
    margin-top: 0;
    color: var(--warning);
}

.feature-highlight[b-0wptj21gsd] {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 12px;
    margin: 1.5rem 0;
    flex-direction: column;
    text-align: center;
}

.feature-highlight.success[b-0wptj21gsd] {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.highlight-icon[b-0wptj21gsd] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.125rem;
    flex-shrink: 0;
    margin: 0 auto;
}

.feature-highlight.success .highlight-icon[b-0wptj21gsd] {
    background: var(--success);
}

.highlight-content h4[b-0wptj21gsd] {
    margin-top: 0;
}

.feature-highlight.success .highlight-content h4[b-0wptj21gsd] {
    color: var(--success);
}

.implementation-steps[b-0wptj21gsd] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 1.5rem 0;
}

.step[b-0wptj21gsd] {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: var(--surface-light);
    border: 1px solid var(--border);
    border-radius: 12px;
    align-items: flex-start;
}

.step-number[b-0wptj21gsd] {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
}

.step-content h5[b-0wptj21gsd] {
    margin: 0 0 0.5rem;
    color: var(--text-primary);
}

.step-content p[b-0wptj21gsd] {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.875rem;
}

.data-comparison[b-0wptj21gsd] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 1.5rem 0;
}

.comparison-card[b-0wptj21gsd] {
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid var(--border);
}

.comparison-card.retained[b-0wptj21gsd] {
    background: rgba(16, 185, 129, 0.05);
    border-color: rgba(16, 185, 129, 0.3);
}

.comparison-card.deleted[b-0wptj21gsd] {
    background: rgba(239, 68, 68, 0.05);
    border-color: rgba(239, 68, 68, 0.3);
}

.comparison-header[b-0wptj21gsd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.comparison-header i[b-0wptj21gsd] {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
}

.comparison-card.retained .comparison-header i[b-0wptj21gsd] {
    background: var(--success);
    color: white;
}

.comparison-card.deleted .comparison-header i[b-0wptj21gsd] {
    background: var(--error);
    color: white;
}

.comparison-header h5[b-0wptj21gsd] {
    margin: 0;
    color: var(--text-primary);
}

.comparison-card ul[b-0wptj21gsd] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comparison-card li[b-0wptj21gsd] {
    padding: 0.5rem 0;
    color: var(--text-secondary);
    border-bottom: 1px solid var(--border-light);
    font-size: 0.875rem;
}

.comparison-card li:last-child[b-0wptj21gsd] {
    border-bottom: none;
}

.security-note[b-0wptj21gsd] {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(99, 102, 241, 0.1);
    border: 1px solid rgba(99, 102, 241, 0.3);
    border-radius: 12px;
    margin: 1.5rem 0;
    flex-direction: column;
    text-align: center;
}

.security-icon[b-0wptj21gsd] {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    flex-shrink: 0;
    margin: 0 auto;
}

.security-content h4[b-0wptj21gsd] {
    margin-top: 0;
    color: var(--primary);
}

.usage-grid[b-0wptj21gsd] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 1.5rem 0;
}

.usage-item[b-0wptj21gsd] {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: var(--surface-light);
    border: 1px solid var(--border);
    border-radius: 12px;
    align-items: flex-start;
    flex-direction: column;
    text-align: center;
}

.usage-number[b-0wptj21gsd] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.125rem;
    flex-shrink: 0;
    margin: 0 auto;
}

.usage-content h5[b-0wptj21gsd] {
    margin: 0 0 0.5rem;
    color: var(--text-primary);
}

.usage-content p[b-0wptj21gsd] {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.875rem;
}

.rights-grid[b-0wptj21gsd] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 1.5rem 0;
}

.right-card[b-0wptj21gsd] {
    padding: 1.25rem;
    background: var(--surface-light);
    border: 1px solid var(--border);
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
}

.right-card:hover[b-0wptj21gsd] {
    transform: translateY(-2px);
    border-color: var(--primary);
    box-shadow: var(--shadow-sm);
}

.right-icon[b-0wptj21gsd] {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin: 0 auto 1rem;
    color: white;
}

.right-icon.access[b-0wptj21gsd] { background: var(--primary); }
.right-icon.correct[b-0wptj21gsd] { background: var(--success); }
.right-icon.delete[b-0wptj21gsd] { background: var(--error); }
.right-icon.object[b-0wptj21gsd] { background: var(--warning); }
.right-icon.portability[b-0wptj21gsd] { background: var(--secondary); }
.right-icon.restrict[b-0wptj21gsd] { background: #8B5CF6; }

.right-card h5[b-0wptj21gsd] {
    margin: 0 0 1rem;
    color: var(--text-primary);
    font-size: 1rem;
}

.right-card p[b-0wptj21gsd] {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.875rem;
    line-height: 1.5;
}

.action-card[b-0wptj21gsd] {
    padding: 1.5rem;
    background: var(--gradient);
    border-radius: 16px;
    text-align: center;
    margin: 2rem 0 1rem;
}

.action-content h4[b-0wptj21gsd] {
    margin: 0 0 1rem;
    color: white;
    font-size: 1.375rem;
}

.action-content p[b-0wptj21gsd] {
    margin: 0 0 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
}

.btn-contact[b-0wptj21gsd] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    background: white;
    color: var(--primary);
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-contact:hover[b-0wptj21gsd] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.contact-cards[b-0wptj21gsd] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 1.5rem 0;
}

.contact-card[b-0wptj21gsd] {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: var(--surface-light);
    border: 1px solid var(--border);
    border-radius: 12px;
    align-items: flex-start;
    flex-direction: column;
    text-align: center;
}

.contact-icon[b-0wptj21gsd] {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    flex-shrink: 0;
    margin: 0 auto;
}

.contact-info h5[b-0wptj21gsd] {
    margin: 0 0 0.5rem;
    color: var(--text-primary);
}

.contact-info p[b-0wptj21gsd] {
    margin: 0 0 1rem;
    color: var(--text-secondary);
    font-size: 0.875rem;
}

.contact-link[b-0wptj21gsd] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    font-size: 0.875rem;
}

.contact-link:hover[b-0wptj21gsd] {
    color: var(--primary-light);
}

.compliance-info[b-0wptj21gsd] {
    padding: 1.5rem;
    background: var(--surface-light);
    border: 1px solid var(--border);
    border-radius: 12px;
    margin-top: 2rem;
    text-align: center;
}

.compliance-info h4[b-0wptj21gsd] {
    margin: 0 0 1rem;
    color: var(--text-primary);
}

.compliance-info p[b-0wptj21gsd] {
    margin: 0 0 1rem;
    color: var(--text-secondary);
}

.compliance-link[b-0wptj21gsd] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.875rem;
}

code[b-0wptj21gsd] {
    background: var(--surface-light);
    color: var(--primary-light);
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    font-size: 0.875rem;
    border: 1px solid var(--border);
    word-break: break-word;
}

/* Responsive Design */
@media (min-width: 480px) {
    .container[b-0wptj21gsd] {
        padding: 0 1.5rem;
    }

    .privacy-hero[b-0wptj21gsd] {
        padding: 120px 1.5rem 60px;
    }

    .quick-nav[b-0wptj21gsd] {
        padding: 2rem 1.5rem;
    }

    .policy-content[b-0wptj21gsd] {
        padding: 2rem 1.5rem 4rem;
    }

    .article-header[b-0wptj21gsd],
    .article-content[b-0wptj21gsd] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .nav-cards[b-0wptj21gsd] {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .nav-card[b-0wptj21gsd] {
        padding: 1.5rem 1rem;
    }
}

@media (min-width: 640px) {
    .privacy-hero[b-0wptj21gsd] {
        padding: 120px 2rem 60px;
    }

    .quick-nav[b-0wptj21gsd] {
        padding: 2rem 2rem;
    }

    .policy-content[b-0wptj21gsd] {
        padding: 2rem 2rem 4rem;
    }

    .nav-cards[b-0wptj21gsd] {
        grid-template-columns: repeat(4, 1fr);
    }

    .article-header[b-0wptj21gsd] {
        padding: 2rem 2rem 1rem;
        flex-direction: row;
        align-items: center;
    }

    .article-content[b-0wptj21gsd] {
        padding: 2rem;
    }

    .data-categories[b-0wptj21gsd] {
        grid-template-columns: repeat(2, 1fr);
    }

    .usage-grid[b-0wptj21gsd] {
        grid-template-columns: repeat(2, 1fr);
    }

    .rights-grid[b-0wptj21gsd] {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-cards[b-0wptj21gsd] {
        grid-template-columns: repeat(3, 1fr);
    }

    .data-comparison[b-0wptj21gsd] {
        grid-template-columns: repeat(2, 1fr);
    }

    .info-card[b-0wptj21gsd],
    .feature-highlight[b-0wptj21gsd],
    .notice-card[b-0wptj21gsd],
    .security-note[b-0wptj21gsd] {
        flex-direction: row;
        text-align: left;
    }

    .info-icon[b-0wptj21gsd],
    .highlight-icon[b-0wptj21gsd],
    .notice-icon[b-0wptj21gsd],
    .security-icon[b-0wptj21gsd] {
        margin: 0;
    }

    .usage-item[b-0wptj21gsd] {
        flex-direction: row;
        text-align: left;
    }

    .usage-number[b-0wptj21gsd] {
        margin: 0;
    }

    .contact-card[b-0wptj21gsd] {
        flex-direction: row;
        text-align: left;
    }

    .contact-icon[b-0wptj21gsd] {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .hero-title[b-0wptj21gsd] {
        font-size: 3.5rem;
    }

    .hero-description[b-0wptj21gsd] {
        font-size: 1.375rem;
    }

    .article-header h2[b-0wptj21gsd] {
        font-size: 1.5rem;
    }

    .rights-grid[b-0wptj21gsd] {
        grid-template-columns: repeat(3, 1fr);
    }

    .implementation-steps[b-0wptj21gsd] {
        flex-direction: row;
    }

    .step[b-0wptj21gsd] {
        flex: 1;
    }

    .privacy-hero[b-0wptj21gsd] {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        padding: 120px 2rem 80px;
    }

    .hero-content[b-0wptj21gsd] {
        text-align: left;
        margin: 0;
    }

    .hero-badges[b-0wptj21gsd] {
        justify-content: flex-start;
    }

    .hero-features[b-0wptj21gsd] {
        justify-content: flex-start;
    }

    .hero-stats[b-0wptj21gsd] {
        margin: 0;
    }

    .hero-visual[b-0wptj21gsd] {
        display: block;
    }
}

@media (min-width: 1024px) {
    .privacy-hero[b-0wptj21gsd] {
        padding: 140px 0 100px;
        max-width: 1200px;
        margin: 60px auto 0;
    }

    .quick-nav[b-0wptj21gsd] {
        padding: 3rem 0;
    }

    .policy-content[b-0wptj21gsd] {
        padding: 3rem 0 6rem;
    }

    .nav-container[b-0wptj21gsd] {
        padding: 0 2rem;
    }

    .btn-text[b-0wptj21gsd] {
        display: inline;
    }

    .container[b-0wptj21gsd] {
        max-width: 1000px;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .hero-title[b-0wptj21gsd] {
        font-size: 4rem;
    }

    .container[b-0wptj21gsd] {
        max-width: 1100px;
    }
}

@media (max-width: 639px) {
    .hero-badges[b-0wptj21gsd] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .privacy-badge[b-0wptj21gsd],
    .last-updated[b-0wptj21gsd] {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .hero-title[b-0wptj21gsd] {
        font-size: 2.25rem;
    }

    .hero-description[b-0wptj21gsd] {
        font-size: 1.125rem;
    }

    .hero-features[b-0wptj21gsd] {
        gap: 0.5rem;
    }

    .feature-tag[b-0wptj21gsd] {
        font-size: 0.8rem;
        padding: 0.6rem 1rem;
    }

    .hero-stats[b-0wptj21gsd] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .nav-container[b-0wptj21gsd] {
        padding: 0 1rem;
    }

    .nav-btn .btn-text[b-0wptj21gsd] {
        display: none;
    }

    .nav-btn[b-0wptj21gsd] {
        padding: 0.75rem;
    }

    .article-header[b-0wptj21gsd] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .article-header h2[b-0wptj21gsd] {
        font-size: 1.25rem;
    }
}

@media (max-width: 380px) {
    .privacy-hero[b-0wptj21gsd] {
        padding: 100px 0.75rem 40px;
    }

    .hero-title[b-0wptj21gsd] {
        font-size: 2rem;
    }

    .hero-description[b-0wptj21gsd] {
        font-size: 1rem;
    }

    .privacy-badge[b-0wptj21gsd] {
        font-size: 0.75rem;
        padding: 0.5rem 0.875rem;
    }

    .last-updated[b-0wptj21gsd] {
        font-size: 0.75rem;
        padding: 0.5rem 0.875rem;
    }

    .nav-card[b-0wptj21gsd] {
        padding: 1rem 0.5rem;
        min-height: 80px;
    }

    .nav-icon[b-0wptj21gsd] {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .container[b-0wptj21gsd] {
        padding: 0 0.75rem;
    }
}

*[b-0wptj21gsd] {
    box-sizing: border-box;
}

body[b-0wptj21gsd] {
    overflow-x: hidden;
}
/* /Pages/Landing/Solutions.razor.rz.scp.css */
/*!* Pricing Page Specific Styles *!*/
/*.premium-pricing {*/
/*    background: var(--background);*/
/*    color: var(--text-primary);*/
/*}*/

/*.pricing-hero {*/
/*    padding: 160px 0 80px;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/

/*.pricing-header {*/
/*    text-align: center;*/
/*    max-width: 800px;*/
/*    margin: 0 auto 4rem;*/
/*}*/

/*.price-badge {*/
/*    background: rgba(16, 185, 129, 0.2);*/
/*    color: var(--success);*/
/*    border: 1px solid rgba(16, 185, 129, 0.3);*/
/*}*/

/*.billing-toggle {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    gap: 1.5rem;*/
/*    margin: 2rem 0;*/
/*}*/

/*.billing-option {*/
/*    font-weight: 600;*/
/*    color: var(--text-secondary);*/
/*    transition: color 0.3s ease;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 0.5rem;*/
/*}*/

/*.billing-option.active {*/
/*    color: var(--text-primary);*/
/*}*/

/*.discount-badge {*/
/*    background: var(--success);*/
/*    color: white;*/
/*    padding: 0.25rem 0.5rem;*/
/*    border-radius: 12px;*/
/*    font-size: 0.75rem;*/
/*    font-weight: 600;*/
/*}*/

/*.toggle-switch {*/
/*    width: 60px;*/
/*    height: 32px;*/
/*    background: var(--surface-light);*/
/*    border-radius: 50px;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    border: 2px solid var(--border);*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.toggle-slider {*/
/*    position: absolute;*/
/*    top: 2px;*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    background: var(--gradient);*/
/*    border-radius: 50%;*/
/*    transition: transform 0.3s ease;*/
/*}*/

/*.toggle-slider.monthly {*/
/*    transform: translateX(2px);*/
/*}*/

/*.toggle-slider.yearly {*/
/*    transform: translateX(30px);*/
/*}*/

/*.pricing-grid {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));*/
/*    gap: 2rem;*/
/*    margin: 4rem 0;*/
/*}*/

/*.pricing-card {*/
/*    background: var(--surface);*/
/*    border: 2px solid var(--border);*/
/*    border-radius: var(--radius-xl);*/
/*    padding: 2.5rem;*/
/*    position: relative;*/
/*    transition: all 0.3s ease;*/
/*    backdrop-filter: blur(10px);*/
/*}*/

/*.pricing-card:hover {*/
/*    transform: translateY(-8px);*/
/*    border-color: var(--primary);*/
/*    box-shadow: var(--shadow-xl);*/
/*}*/

/*.pricing-card.hovered {*/
/*    transform: translateY(-8px);*/
/*    border-color: var(--primary);*/
/*    box-shadow: var(--shadow-xl);*/
/*}*/

/*.pricing-card.featured {*/
/*    border-color: var(--primary);*/
/*    background: linear-gradient(135deg, var(--surface) 0%, rgba(99, 102, 241, 0.1) 100%);*/
/*    transform: scale(1.05);*/
/*}*/

/*.featured-badge {*/
/*    position: absolute;*/
/*    top: -12px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    background: var(--gradient);*/
/*    color: white;*/
/*    padding: 0.5rem 1.5rem;*/
/*    border-radius: 50px;*/
/*    font-size: 0.875rem;*/
/*    font-weight: 600;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 0.5rem;*/
/*}*/

/*.card-header {*/
/*    text-align: center;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.plan-badge {*/
/*    display: inline-block;*/
/*    padding: 0.5rem 1rem;*/
/*    border-radius: 50px;*/
/*    font-size: 0.875rem;*/
/*    font-weight: 600;*/
/*    margin-bottom: 1rem;*/
/*}*/

/*.plan-badge.starter {*/
/*    background: rgba(107, 114, 128, 0.2);*/
/*    color: var(--text-secondary);*/
/*    border: 1px solid var(--border);*/
/*}*/

/*.plan-badge.professional {*/
/*    background: rgba(99, 102, 241, 0.2);*/
/*    color: var(--primary);*/
/*    border: 1px solid rgba(99, 102, 241, 0.3);*/
/*}*/

/*.plan-badge.enterprise {*/
/*    background: rgba(245, 158, 11, 0.2);*/
/*    color: var(--warning);*/
/*    border: 1px solid rgba(245, 158, 11, 0.3);*/
/*}*/

/*.plan-name {*/
/*    font-size: 1.5rem;*/
/*    font-weight: 700;*/
/*    margin-bottom: 1rem;*/
/*}*/

/*.plan-price {*/
/*    margin: 1.5rem 0;*/
/*}*/

/*.currency {*/
/*    font-size: 1.5rem;*/
/*    font-weight: 600;*/
/*    color: var(--text-secondary);*/
/*}*/

/*.amount {*/
/*    font-size: 3.5rem;*/
/*    font-weight: 800;*/
/*    background: var(--gradient-text);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    background-clip: text;*/
/*    line-height: 1;*/
/*}*/

/*.period {*/
/*    color: var(--text-tertiary);*/
/*    font-size: 1rem;*/
/*}*/

/*.plan-description {*/
/*    color: var(--text-secondary);*/
/*    line-height: 1.6;*/
/*}*/

/*.card-features {*/
/*    margin: 2rem 0;*/
/*}*/

/*.feature-item {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 0.75rem;*/
/*    padding: 0.75rem 0;*/
/*    border-bottom: 1px solid var(--border-light);*/
/*}*/

/*.feature-item:last-child {*/
/*    border-bottom: none;*/
/*}*/

/*.feature-item.included i {*/
/*    color: var(--success);*/
/*}*/

/*.feature-item.excluded i {*/
/*    color: var(--error);*/
/*}*/

/*.feature-item.excluded span {*/
/*    color: var(--text-tertiary);*/
/*    text-decoration: line-through;*/
/*}*/

/*.card-actions {*/
/*    margin-top: 2rem;*/
/*}*/

/*.btn-plan {*/
/*    width: 100%;*/
/*    padding: 1rem 2rem;*/
/*    border-radius: var(--radius-lg);*/
/*    font-weight: 600;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.btn-plan.primary {*/
/*    background: var(--gradient);*/
/*    color: white;*/
/*}*/

/*.btn-plan.secondary {*/
/*    background: transparent;*/
/*    color: var(--text-secondary);*/
/*    border: 2px solid var(--border);*/
/*}*/

/*.btn-plan:hover {*/
/*    transform: translateY(-2px);*/
/*    box-shadow: var(--shadow-md);*/
/*}*/

/*.enterprise-contact {*/
/*    margin: 4rem 0;*/
/*}*/

/*.enterprise-card {*/
/*    background: var(--surface);*/
/*    border: 2px solid var(--border);*/
/*    border-radius: var(--radius-xl);*/
/*    padding: 3rem;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 2rem;*/
/*    backdrop-filter: blur(10px);*/
/*}*/

/*.enterprise-icon {*/
/*    width: 80px;*/
/*    height: 80px;*/
/*    border-radius: var(--radius-lg);*/
/*    background: var(--gradient);*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-size: 2rem;*/
/*    color: white;*/
/*    flex-shrink: 0;*/
/*}*/

/*.enterprise-content h3 {*/
/*    font-size: 1.75rem;*/
/*    font-weight: 700;*/
/*    margin-bottom: 0.5rem;*/
/*}*/

/*.enterprise-content p {*/
/*    color: var(--text-secondary);*/
/*    margin-bottom: 1.5rem;*/
/*}*/

/*.enterprise-features {*/
/*    display: flex;*/
/*    gap: 1rem;*/
/*    flex-wrap: wrap;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.enterprise-features span {*/
/*    background: var(--surface-light);*/
/*    color: var(--text-secondary);*/
/*    padding: 0.5rem 1rem;*/
/*    border-radius: 50px;*/
/*    font-size: 0.875rem;*/
/*    font-weight: 500;*/
/*    border: 1px solid var(--border);*/
/*}*/

/*.btn-enterprise {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 0.5rem;*/
/*    padding: 1rem 2rem;*/
/*    background: var(--gradient);*/
/*    color: white;*/
/*    border: none;*/
/*    border-radius: var(--radius-lg);*/
/*    font-weight: 600;*/
/*    cursor: pointer;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.btn-enterprise:hover {*/
/*    transform: translateY(-2px);*/
/*    box-shadow: var(--shadow-md);*/
/*}*/

/*!* FAQ Styles *!*/
/*.pricing-faq {*/
/*    padding: 100px 0;*/
/*    background: var(--surface);*/
/*}*/

/*.faq-header {*/
/*    text-align: center;*/
/*    max-width: 600px;*/
/*    margin: 0 auto 4rem;*/
/*}*/

/*.faq-header h2 {*/
/*    font-size: 3rem;*/
/*    font-weight: 800;*/
/*    margin-bottom: 1rem;*/
/*    letter-spacing: -0.02em;*/
/*}*/

/*.faq-header p {*/
/*    font-size: 1.25rem;*/
/*    color: var(--text-secondary);*/
/*}*/

/*.faq-grid {*/
/*    max-width: 800px;*/
/*    margin: 0 auto;*/
/*}*/

/*.faq-item {*/
/*    background: var(--background);*/
/*    border: 1px solid var(--border);*/
/*    border-radius: var(--radius-lg);*/
/*    margin-bottom: 1rem;*/
/*    overflow: hidden;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.faq-item:hover {*/
/*    border-color: var(--primary);*/
/*}*/

/*.faq-question {*/
/*    padding: 1.5rem 2rem;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    cursor: pointer;*/
/*    font-weight: 600;*/
/*    transition: background 0.3s ease;*/
/*}*/

/*.faq-question:hover {*/
/*    background: var(--surface-light);*/
/*}*/

/*.faq-question i {*/
/*    transition: transform 0.3s ease;*/
/*    color: var(--text-tertiary);*/
/*}*/

/*.faq-answer {*/
/*    max-height: 0;*/
/*    overflow: hidden;*/
/*    transition: max-height 0.3s ease;*/
/*}*/

/*.faq-answer.open {*/
/*    max-height: 200px;*/
/*}*/

/*.faq-answer p {*/
/*    padding: 0 2rem 1.5rem;*/
/*    color: var(--text-secondary);*/
/*    line-height: 1.6;*/
/*    margin: 0;*/
/*}*/

/*!* Solutions Page Specific Styles *!*/
/*.premium-solutions {*/
/*    background: var(--background);*/
/*    color: var(--text-primary);*/
/*}*/

/*.solutions-hero {*/
/*    padding: 160px 0 80px;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/

/*.solutions-header {*/
/*    text-align: center;*/
/*    max-width: 800px;*/
/*    margin: 0 auto;*/
/*}*/

/*.solution-badge {*/
/*    background: rgba(99, 102, 241, 0.2);*/
/*    color: var(--primary);*/
/*    border: 1px solid rgba(99, 102, 241, 0.3);*/
/*}*/

/*.solution-stats {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    gap: 3rem;*/
/*    margin: 3rem 0;*/
/*}*/

/*.stat {*/
/*    text-align: center;*/
/*}*/

/*.stat-value {*/
/*    font-size: 2.5rem;*/
/*    font-weight: 800;*/
/*    background: var(--gradient-text);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    background-clip: text;*/
/*    line-height: 1;*/
/*}*/

/*.stat-label {*/
/*    color: var(--text-tertiary);*/
/*    font-size: 0.875rem;*/
/*    margin-top: 0.5rem;*/
/*}*/

/*.solutions-nav {*/
/*    background: var(--surface);*/
/*    padding: 2rem 0;*/
/*    border-bottom: 1px solid var(--border);*/
/*}*/

/*.solution-tabs {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    gap: 1rem;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.solution-tab {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 0.75rem;*/
/*    padding: 1rem 2rem;*/
/*    background: transparent;*/
/*    color: var(--text-secondary);*/
/*    border: 2px solid var(--border);*/
/*    border-radius: var(--radius-lg);*/
/*    font-weight: 600;*/
/*    cursor: pointer;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.solution-tab:hover {*/
/*    border-color: var(--primary);*/
/*    color: var(--text-primary);*/
/*}*/

/*.solution-tab.active {*/
/*    background: var(--gradient);*/
/*    color: white;*/
/*    border-color: transparent;*/
/*}*/

/*.solution-detail {*/
/*    padding: 100px 0;*/
/*}*/

/*.solution-content {*/
/*    display: grid;*/
/*    grid-template-columns: 1fr 1fr;*/
/*    gap: 4rem;*/
/*    align-items: center;*/
/*}*/

/*.solution-badge {*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    gap: 0.5rem;*/
/*    padding: 0.5rem 1rem;*/
/*    background: rgba(99, 102, 241, 0.2);*/
/*    color: var(--primary);*/
/*    border: 1px solid rgba(99, 102, 241, 0.3);*/
/*    border-radius: 50px;*/
/*    font-size: 0.875rem;*/
/*    font-weight: 600;*/
/*    margin-bottom: 1.5rem;*/
/*}*/

/*.solution-info h2 {*/
/*    font-size: 3rem;*/
/*    font-weight: 800;*/
/*    margin-bottom: 1.5rem;*/
/*    letter-spacing: -0.02em;*/
/*}*/

/*.solution-description {*/
/*    font-size: 1.25rem;*/
/*    color: var(--text-secondary);*/
/*    margin-bottom: 2.5rem;*/
/*    line-height: 1.6;*/
/*}*/

/*.solution-features {*/
/*    margin: 2.5rem 0;*/
/*}*/

/*.feature-highlight {*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*    gap: 1rem;*/
/*    margin-bottom: 1.5rem;*/
/*}*/

/*.feature-icon {*/
/*    width: 48px;*/
/*    height: 48px;*/
/*    border-radius: var(--radius-md);*/
/*    background: var(--gradient);*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    color: white;*/
/*    font-size: 1.25rem;*/
/*    flex-shrink: 0;*/
/*}*/

/*.feature-text h4 {*/
/*    font-weight: 700;*/
/*    margin-bottom: 0.25rem;*/
/*}*/

/*.feature-text p {*/
/*    color: var(--text-secondary);*/
/*    margin: 0;*/
/*}*/

/*.solution-benefits h3 {*/
/*    font-size: 1.5rem;*/
/*    font-weight: 700;*/
/*    margin-bottom: 1.5rem;*/
/*}*/

/*.benefits-grid {*/
/*    display: grid;*/
/*    grid-template-columns: 1fr 1fr;*/
/*    gap: 1rem;*/
/*}*/

/*.benefit-item {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 0.75rem;*/
/*    color: var(--text-secondary);*/
/*}*/

/*.benefit-item i {*/
/*    color: var(--success);*/
/*}*/

/*.solution-actions {*/
/*    display: flex;*/
/*    gap: 1rem;*/
/*    margin-top: 2.5rem;*/
/*}*/

/*.btn-solution {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 0.75rem;*/
/*    padding: 1rem 2rem;*/
/*    border-radius: var(--radius-lg);*/
/*    font-weight: 600;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.btn-solution.primary {*/
/*    background: var(--gradient);*/
/*    color: white;*/
/*}*/

/*.btn-solution.secondary {*/
/*    background: transparent;*/
/*    color: var(--text-secondary);*/
/*    border: 2px solid var(--border);*/
/*}*/

/*.btn-solution:hover {*/
/*    transform: translateY(-2px);*/
/*    box-shadow: var(--shadow-md);*/
/*}*/

/*.solution-visual {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/

/*.visual-card {*/
/*    background: var(--surface);*/
/*    border: 1px solid var(--border);*/
/*    border-radius: var(--radius-xl);*/
/*    overflow: hidden;*/
/*    box-shadow: var(--shadow-lg);*/
/*    width: 100%;*/
/*    max-width: 400px;*/
/*}*/

/*.chat-flow {*/
/*    padding: 1.5rem;*/
/*}*/

/*.flow-step {*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*    gap: 1rem;*/
/*    margin-bottom: 1.5rem;*/
/*}*/

/*.step-indicator {*/
/*    width: 32px;*/
/*    height: 32px;*/
/*    border-radius: 50%;*/
/*    background: var(--gradient);*/
/*    color: white;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-size: 0.875rem;*/
/*    font-weight: 600;*/
/*    flex-shrink: 0;*/
/*}*/

/*.step-content h4 {*/
/*    font-weight: 600;*/
/*    margin-bottom: 0.25rem;*/
/*    font-size: 0.875rem;*/
/*}*/

/*.step-content p {*/
/*    color: var(--text-secondary);*/
/*    font-size: 0.875rem;*/
/*    margin: 0;*/
/*}*/

/*.sales-metrics {*/
/*    display: flex;*/
/*    justify-content: space-around;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.metric-display {*/
/*    text-align: center;*/
/*}*/

/*.metric-value {*/
/*    font-size: 1.5rem;*/
/*    font-weight: 800;*/
/*    background: var(--gradient-text);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    background-clip: text;*/
/*}*/

/*.metric-label {*/
/*    font-size: 0.75rem;*/
/*    color: var(--text-tertiary);*/
/*    margin-top: 0.25rem;*/
/*}*/

/*.pipeline-visual {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 1rem;*/
/*}*/

/*.pipeline-stage {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 1rem;*/
/*}*/

/*.stage-label {*/
/*    width: 100px;*/
/*    font-size: 0.875rem;*/
/*    color: var(--text-secondary);*/
/*    flex-shrink: 0;*/
/*}*/

/*.stage-progress {*/
/*    height: 8px;*/
/*    background: var(--gradient);*/
/*    border-radius: 4px;*/
/*    transition: width 0.3s ease;*/
/*}*/

/*!* Use Cases Section *!*/
/*.use-cases {*/
/*    padding: 100px 0;*/
/*    background: var(--surface);*/
/*}*/

/*.use-cases-grid {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/
/*    gap: 2rem;*/
/*    margin-top: 4rem;*/
/*}*/

/*.use-case-card {*/
/*    background: var(--background);*/
/*    padding: 2.5rem;*/
/*    border-radius: var(--radius-xl);*/
/*    border: 1px solid var(--border);*/
/*    transition: all 0.3s ease;*/
/*    text-align: center;*/
/*}*/

/*.use-case-card:hover {*/
/*    transform: translateY(-8px);*/
/*    border-color: var(--primary);*/
/*    box-shadow: var(--shadow-lg);*/
/*}*/

/*.use-case-icon {*/
/*    width: 80px;*/
/*    height: 80px;*/
/*    border-radius: var(--radius-lg);*/
/*    background: var(--gradient);*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    color: white;*/
/*    font-size: 2rem;*/
/*    margin: 0 auto 1.5rem;*/
/*}*/

/*.use-case-card h3 {*/
/*    font-size: 1.5rem;*/
/*    font-weight: 700;*/
/*    margin-bottom: 1rem;*/
/*}*/

/*.use-case-card p {*/
/*    color: var(--text-secondary);*/
/*    margin-bottom: 1.5rem;*/
/*    line-height: 1.6;*/
/*}*/

/*.use-case-features {*/
/*    list-style: none;*/
/*    padding: 0;*/
/*    text-align: left;*/
/*}*/

/*.use-case-features li {*/
/*    padding: 0.5rem 0;*/
/*    color: var(--text-secondary);*/
/*    position: relative;*/
/*    padding-left: 1.5rem;*/
/*}*/

/*.use-case-features li::before {*/
/*    content: '✓';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    color: var(--success);*/
/*    font-weight: 600;*/
/*}*/

/*!* CTA Sections *!*/
/*.pricing-cta,*/
/*.solutions-cta {*/
/*    padding: 100px 0;*/
/*    background: linear-gradient(135deg, var(--surface) 0%, var(--background) 100%);*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/

/*!* Responsive Design *!*/
/*@media (max-width: 968px) {*/
/*    .pricing-grid {*/
/*        grid-template-columns: 1fr;*/
/*    }*/

/*    .pricing-card.featured {*/
/*        transform: none;*/
/*    }*/

/*    .solution-content {*/
/*        grid-template-columns: 1fr;*/
/*        gap: 3rem;*/
/*    }*/

/*    .enterprise-card {*/
/*        flex-direction: column;*/
/*        text-align: center;*/
/*    }*/

/*    .solution-tabs {*/
/*        flex-direction: column;*/
/*        align-items: center;*/
/*    }*/

/*    .benefits-grid {*/
/*        grid-template-columns: 1fr;*/
/*    }*/
/*}*/

/*@media (max-width: 640px) {*/
/*    .pricing-card {*/
/*        padding: 2rem 1.5rem;*/
/*    }*/

/*    .solution-info h2 {*/
/*        font-size: 2.5rem;*/
/*    }*/

/*    .solution-actions {*/
/*        flex-direction: column;*/
/*    }*/

/*    .billing-toggle {*/
/*        flex-direction: column;*/
/*        gap: 1rem;*/
/*    }*/

/*    .use-cases-grid {*/
/*        grid-template-columns: 1fr;*/
/*    }*/
/*}*/
/* /Pages/Landing/Voorwaarden.razor.rz.scp.css */
.privacy-policy[b-ajinw9cy2e] {
    --primary: #6366F1;
    --primary-dark: #4F46E5;
    --primary-light: #8B5CF6;
    --secondary: #06B6D4;
    --success: #10B981;
    --warning: #F59E0B;
    --error: #EF4444;
    --background: #0F0F1A;
    --surface: #1A1B2F;
    --surface-light: #252641;
    --text-primary: #F8FAFC;
    --text-secondary: #CBD5E1;
    --text-tertiary: #64748B;
    --border: #334155;
    --border-light: #475569;
    --gradient: linear-gradient(135deg, #6366F1 0%, #8B5CF6 50%, #06B6D4 100%);
    --gradient-text: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
    --shadow-sm: 0 4px 20px rgba(0, 0, 0, 0.25);
    --shadow-md: 0 8px 40px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 20px 80px rgba(0, 0, 0, 0.4);

    background: var(--background);
    color: var(--text-primary);
    min-height: 100vh;
    overflow-x: hidden;
}

.container[b-ajinw9cy2e] {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

.premium-nav[b-ajinw9cy2e] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(15, 15, 26, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
    padding: 1rem 0;
}

.nav-container[b-ajinw9cy2e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.nav-brand .logo-wrapper[b-ajinw9cy2e] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: var(--text-primary);
    font-weight: 700;
    font-size: 1.25rem;
}

.nav-brand i[b-ajinw9cy2e] {
    color: var(--primary);
    font-size: 1.5rem;
}

.nav-actions[b-ajinw9cy2e] {
    display: flex;
    gap: 1rem;
}

.nav-btn[b-ajinw9cy2e] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border: 1px solid var(--border);
    background: var(--surface);
    color: var(--text-primary);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    white-space: nowrap;
}

.nav-btn:hover[b-ajinw9cy2e] {
    border-color: var(--primary);
    background: var(--surface-light);
}

.nav-btn.secondary[b-ajinw9cy2e] {
    background: transparent;
}

/* New Hero Section */
.privacy-hero[b-ajinw9cy2e] {
    position: relative;
    padding: 120px 1rem 60px;
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    min-height: 80vh;
    overflow: hidden;
}

.hero-background[b-ajinw9cy2e] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: -1;
}

.gradient-blur-1[b-ajinw9cy2e] {
    position: absolute;
    width: 300px;
    height: 300px;
    background: var(--primary);
    opacity: 0.1;
    filter: blur(60px);
    top: -100px;
    right: -100px;
    border-radius: 50%;
}

.gradient-blur-2[b-ajinw9cy2e] {
    position: absolute;
    width: 250px;
    height: 250px;
    background: var(--secondary);
    opacity: 0.1;
    filter: blur(60px);
    bottom: -80px;
    left: -80px;
    border-radius: 50%;
}

.grid-pattern[b-ajinw9cy2e] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
            linear-gradient(rgba(99, 102, 241, 0.1) 1px, transparent 1px),
            linear-gradient(90deg, rgba(99, 102, 241, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.3;
}

.hero-content[b-ajinw9cy2e] {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.hero-badges[b-ajinw9cy2e] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.privacy-badge[b-ajinw9cy2e] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: rgba(99, 102, 241, 0.15);
    color: var(--primary);
    border: 1px solid rgba(99, 102, 241, 0.3);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
    white-space: nowrap;
}

.last-updated[b-ajinw9cy2e] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 50px;
    color: var(--text-tertiary);
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
}

.hero-title[b-ajinw9cy2e] {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.gradient-text[b-ajinw9cy2e] {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description[b-ajinw9cy2e] {
    font-size: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-features[b-ajinw9cy2e] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 3rem;
}

.feature-tag[b-ajinw9cy2e] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: rgba(16, 185, 129, 0.1);
    color: var(--success);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 25px;
    font-size: 0.875rem;
    font-weight: 500;
    backdrop-filter: blur(10px);
}

.hero-stats[b-ajinw9cy2e] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 500px;
    margin: 0 auto;
}

.stat-item[b-ajinw9cy2e] {
    text-align: center;
}

.stat-number[b-ajinw9cy2e] {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.stat-label[b-ajinw9cy2e] {
    font-size: 0.875rem;
    color: var(--text-tertiary);
    font-weight: 500;
}

.hero-visual[b-ajinw9cy2e] {
    display: none;
}

.shield-visual[b-ajinw9cy2e] {
    width: 200px;
    height: 200px;
    background: var(--gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: white;
    margin: 0 auto;
    position: relative;
    box-shadow: var(--shadow-lg);
}

.floating-element[b-ajinw9cy2e] {
    position: absolute;
    width: 50px;
    height: 50px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: var(--primary);
    animation: float-b-ajinw9cy2e 3s ease-in-out infinite;
}

.element-1[b-ajinw9cy2e] {
    top: -20px;
    left: 20%;
    animation-delay: 0s;
}

.element-2[b-ajinw9cy2e] {
    top: 50%;
    right: -20px;
    animation-delay: 1s;
}

.element-3[b-ajinw9cy2e] {
    bottom: -20px;
    left: 40%;
    animation-delay: 2s;
}

@keyframes float-b-ajinw9cy2e {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.quick-nav[b-ajinw9cy2e] {
    padding: 2rem 1rem;
}

.nav-cards[b-ajinw9cy2e] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    max-width: 500px;
    margin: 0 auto;
}

.nav-card[b-ajinw9cy2e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 0.5rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    min-height: 90px;
}

.nav-card:hover[b-ajinw9cy2e] {
    transform: translateY(-2px);
    border-color: var(--primary);
    box-shadow: var(--shadow-md);
}

.nav-icon[b-ajinw9cy2e] {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.125rem;
}

.nav-card span[b-ajinw9cy2e] {
    font-weight: 600;
    color: var(--text-primary);
    font-size: 0.875rem;
}

.policy-content[b-ajinw9cy2e] {
    padding: 2rem 1rem 4rem;
}

.content-grid[b-ajinw9cy2e] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.main-content[b-ajinw9cy2e] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.policy-article[b-ajinw9cy2e] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.policy-article:hover[b-ajinw9cy2e] {
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-light);
}

.article-header[b-ajinw9cy2e] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.5rem 1rem 1rem;
    border-bottom: 1px solid var(--border);
    flex-direction: column;
    gap: 1rem;
}

.article-header h2[b-ajinw9cy2e] {
    font-size: 1.375rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

.article-badge[b-ajinw9cy2e] {
    padding: 0.5rem 1rem;
    background: var(--surface-light);
    color: var(--text-secondary);
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid var(--border);
    white-space: nowrap;
}

.article-badge.premium[b-ajinw9cy2e] {
    background: var(--gradient);
    color: white;
    border: none;
}

.article-content[b-ajinw9cy2e] {
    padding: 1.5rem 1rem;
}

.article-content h3[b-ajinw9cy2e] {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 1.5rem 0 1rem;
    color: var(--text-primary);
}

.article-content h4[b-ajinw9cy2e] {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 1.25rem 0 0.75rem;
    color: var(--text-primary);
}

.article-content h5[b-ajinw9cy2e] {
    font-size: 1rem;
    font-weight: 600;
    margin: 1rem 0 0.5rem;
    color: var(--text-primary);
}

.article-content p[b-ajinw9cy2e] {
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.article-content ul[b-ajinw9cy2e] {
    color: var(--text-secondary);
    margin: 1rem 0;
    padding-left: 1.25rem;
}

.article-content li[b-ajinw9cy2e] {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.info-card[b-ajinw9cy2e] {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: rgba(6, 182, 212, 0.1);
    border: 1px solid rgba(6, 182, 212, 0.3);
    border-radius: 12px;
    margin: 1.5rem 0;
    flex-direction: column;
    text-align: center;
}

.info-icon[b-ajinw9cy2e] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.125rem;
    flex-shrink: 0;
    margin: 0 auto;
}

.info-content h4[b-ajinw9cy2e] {
    margin-top: 0;
    color: var(--secondary);
}

.data-categories[b-ajinw9cy2e] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 1.5rem 0;
}

.category-card[b-ajinw9cy2e] {
    padding: 1.5rem;
    background: var(--surface-light);
    border: 1px solid var(--border);
    border-radius: 12px;
    text-align: center;
}

.category-icon[b-ajinw9cy2e] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin: 0 auto 1rem;
}

.category-card h4[b-ajinw9cy2e] {
    margin: 0 0 0.5rem;
    color: var(--text-primary);
}

.category-card > p[b-ajinw9cy2e] {
    color: var(--text-tertiary);
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

.category-card ul[b-ajinw9cy2e] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-card li[b-ajinw9cy2e] {
    padding: 0.5rem 0;
    color: var(--text-secondary);
    border-bottom: 1px solid var(--border);
    font-size: 0.875rem;
}

.category-card li:last-child[b-ajinw9cy2e] {
    border-bottom: none;
}

.notice-card[b-ajinw9cy2e] {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 12px;
    margin: 1.5rem 0;
    flex-direction: column;
    text-align: center;
}

.notice-card.important[b-ajinw9cy2e] {
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.notice-icon[b-ajinw9cy2e] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--warning);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.125rem;
    flex-shrink: 0;
    margin: 0 auto;
}

.notice-content h4[b-ajinw9cy2e] {
    margin-top: 0;
    color: var(--warning);
}

.feature-highlight[b-ajinw9cy2e] {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 12px;
    margin: 1.5rem 0;
    flex-direction: column;
    text-align: center;
}

.feature-highlight.success[b-ajinw9cy2e] {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.highlight-icon[b-ajinw9cy2e] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.125rem;
    flex-shrink: 0;
    margin: 0 auto;
}

.feature-highlight.success .highlight-icon[b-ajinw9cy2e] {
    background: var(--success);
}

.highlight-content h4[b-ajinw9cy2e] {
    margin-top: 0;
}

.feature-highlight.success .highlight-content h4[b-ajinw9cy2e] {
    color: var(--success);
}

.implementation-steps[b-ajinw9cy2e] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 1.5rem 0;
}

.step[b-ajinw9cy2e] {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: var(--surface-light);
    border: 1px solid var(--border);
    border-radius: 12px;
    align-items: flex-start;
}

.step-number[b-ajinw9cy2e] {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
}

.step-content h5[b-ajinw9cy2e] {
    margin: 0 0 0.5rem;
    color: var(--text-primary);
}

.step-content p[b-ajinw9cy2e] {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.875rem;
}

.data-comparison[b-ajinw9cy2e] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 1.5rem 0;
}

.comparison-card[b-ajinw9cy2e] {
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid var(--border);
}

.comparison-card.retained[b-ajinw9cy2e] {
    background: rgba(16, 185, 129, 0.05);
    border-color: rgba(16, 185, 129, 0.3);
}

.comparison-card.deleted[b-ajinw9cy2e] {
    background: rgba(239, 68, 68, 0.05);
    border-color: rgba(239, 68, 68, 0.3);
}

.comparison-header[b-ajinw9cy2e] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.comparison-header i[b-ajinw9cy2e] {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
}

.comparison-card.retained .comparison-header i[b-ajinw9cy2e] {
    background: var(--success);
    color: white;
}

.comparison-card.deleted .comparison-header i[b-ajinw9cy2e] {
    background: var(--error);
    color: white;
}

.comparison-header h5[b-ajinw9cy2e] {
    margin: 0;
    color: var(--text-primary);
}

.comparison-card ul[b-ajinw9cy2e] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comparison-card li[b-ajinw9cy2e] {
    padding: 0.5rem 0;
    color: var(--text-secondary);
    border-bottom: 1px solid var(--border-light);
    font-size: 0.875rem;
}

.comparison-card li:last-child[b-ajinw9cy2e] {
    border-bottom: none;
}

.security-note[b-ajinw9cy2e] {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(99, 102, 241, 0.1);
    border: 1px solid rgba(99, 102, 241, 0.3);
    border-radius: 12px;
    margin: 1.5rem 0;
    flex-direction: column;
    text-align: center;
}

.security-icon[b-ajinw9cy2e] {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    flex-shrink: 0;
    margin: 0 auto;
}

.security-content h4[b-ajinw9cy2e] {
    margin-top: 0;
    color: var(--primary);
}

.usage-grid[b-ajinw9cy2e] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 1.5rem 0;
}

.usage-item[b-ajinw9cy2e] {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: var(--surface-light);
    border: 1px solid var(--border);
    border-radius: 12px;
    align-items: flex-start;
    flex-direction: column;
    text-align: center;
}

.usage-number[b-ajinw9cy2e] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.125rem;
    flex-shrink: 0;
    margin: 0 auto;
}

.usage-content h5[b-ajinw9cy2e] {
    margin: 0 0 0.5rem;
    color: var(--text-primary);
}

.usage-content p[b-ajinw9cy2e] {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.875rem;
}

.rights-grid[b-ajinw9cy2e] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 1.5rem 0;
}

.right-card[b-ajinw9cy2e] {
    padding: 1.25rem;
    background: var(--surface-light);
    border: 1px solid var(--border);
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
}

.right-card:hover[b-ajinw9cy2e] {
    transform: translateY(-2px);
    border-color: var(--primary);
    box-shadow: var(--shadow-sm);
}

.right-icon[b-ajinw9cy2e] {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin: 0 auto 1rem;
    color: white;
}

.right-icon.access[b-ajinw9cy2e] { background: var(--primary); }
.right-icon.correct[b-ajinw9cy2e] { background: var(--success); }
.right-icon.delete[b-ajinw9cy2e] { background: var(--error); }
.right-icon.object[b-ajinw9cy2e] { background: var(--warning); }
.right-icon.portability[b-ajinw9cy2e] { background: var(--secondary); }
.right-icon.restrict[b-ajinw9cy2e] { background: #8B5CF6; }

.right-card h5[b-ajinw9cy2e] {
    margin: 0 0 1rem;
    color: var(--text-primary);
    font-size: 1rem;
}

.right-card p[b-ajinw9cy2e] {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.875rem;
    line-height: 1.5;
}

.action-card[b-ajinw9cy2e] {
    padding: 1.5rem;
    background: var(--gradient);
    border-radius: 16px;
    text-align: center;
    margin: 2rem 0 1rem;
}

.action-content h4[b-ajinw9cy2e] {
    margin: 0 0 1rem;
    color: white;
    font-size: 1.375rem;
}

.action-content p[b-ajinw9cy2e] {
    margin: 0 0 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
}

.btn-contact[b-ajinw9cy2e] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    background: white;
    color: var(--primary);
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-contact:hover[b-ajinw9cy2e] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.contact-cards[b-ajinw9cy2e] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 1.5rem 0;
}

.contact-card[b-ajinw9cy2e] {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: var(--surface-light);
    border: 1px solid var(--border);
    border-radius: 12px;
    align-items: flex-start;
    flex-direction: column;
    text-align: center;
}

.contact-icon[b-ajinw9cy2e] {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    flex-shrink: 0;
    margin: 0 auto;
}

.contact-info h5[b-ajinw9cy2e] {
    margin: 0 0 0.5rem;
    color: var(--text-primary);
}

.contact-info p[b-ajinw9cy2e] {
    margin: 0 0 1rem;
    color: var(--text-secondary);
    font-size: 0.875rem;
}

.contact-link[b-ajinw9cy2e] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    font-size: 0.875rem;
}

.contact-link:hover[b-ajinw9cy2e] {
    color: var(--primary-light);
}

.compliance-info[b-ajinw9cy2e] {
    padding: 1.5rem;
    background: var(--surface-light);
    border: 1px solid var(--border);
    border-radius: 12px;
    margin-top: 2rem;
    text-align: center;
}

.compliance-info h4[b-ajinw9cy2e] {
    margin: 0 0 1rem;
    color: var(--text-primary);
}

.compliance-info p[b-ajinw9cy2e] {
    margin: 0 0 1rem;
    color: var(--text-secondary);
}

.compliance-link[b-ajinw9cy2e] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.875rem;
}

code[b-ajinw9cy2e] {
    background: var(--surface-light);
    color: var(--primary-light);
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    font-size: 0.875rem;
    border: 1px solid var(--border);
    word-break: break-word;
}

/* Responsive Design */
@media (min-width: 480px) {
    .container[b-ajinw9cy2e] {
        padding: 0 1.5rem;
    }

    .privacy-hero[b-ajinw9cy2e] {
        padding: 120px 1.5rem 60px;
    }

    .quick-nav[b-ajinw9cy2e] {
        padding: 2rem 1.5rem;
    }

    .policy-content[b-ajinw9cy2e] {
        padding: 2rem 1.5rem 4rem;
    }

    .article-header[b-ajinw9cy2e],
    .article-content[b-ajinw9cy2e] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .nav-cards[b-ajinw9cy2e] {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .nav-card[b-ajinw9cy2e] {
        padding: 1.5rem 1rem;
    }
}

@media (min-width: 640px) {
    .privacy-hero[b-ajinw9cy2e] {
        padding: 120px 2rem 60px;
    }

    .quick-nav[b-ajinw9cy2e] {
        padding: 2rem 2rem;
    }

    .policy-content[b-ajinw9cy2e] {
        padding: 2rem 2rem 4rem;
    }

    .nav-cards[b-ajinw9cy2e] {
        grid-template-columns: repeat(4, 1fr);
    }

    .article-header[b-ajinw9cy2e] {
        padding: 2rem 2rem 1rem;
        flex-direction: row;
        align-items: center;
    }

    .article-content[b-ajinw9cy2e] {
        padding: 2rem;
    }

    .data-categories[b-ajinw9cy2e] {
        grid-template-columns: repeat(2, 1fr);
    }

    .usage-grid[b-ajinw9cy2e] {
        grid-template-columns: repeat(2, 1fr);
    }

    .rights-grid[b-ajinw9cy2e] {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-cards[b-ajinw9cy2e] {
        grid-template-columns: repeat(3, 1fr);
    }

    .data-comparison[b-ajinw9cy2e] {
        grid-template-columns: repeat(2, 1fr);
    }

    .info-card[b-ajinw9cy2e],
    .feature-highlight[b-ajinw9cy2e],
    .notice-card[b-ajinw9cy2e],
    .security-note[b-ajinw9cy2e] {
        flex-direction: row;
        text-align: left;
    }

    .info-icon[b-ajinw9cy2e],
    .highlight-icon[b-ajinw9cy2e],
    .notice-icon[b-ajinw9cy2e],
    .security-icon[b-ajinw9cy2e] {
        margin: 0;
    }

    .usage-item[b-ajinw9cy2e] {
        flex-direction: row;
        text-align: left;
    }

    .usage-number[b-ajinw9cy2e] {
        margin: 0;
    }

    .contact-card[b-ajinw9cy2e] {
        flex-direction: row;
        text-align: left;
    }

    .contact-icon[b-ajinw9cy2e] {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .hero-title[b-ajinw9cy2e] {
        font-size: 3.5rem;
    }

    .hero-description[b-ajinw9cy2e] {
        font-size: 1.375rem;
    }

    .article-header h2[b-ajinw9cy2e] {
        font-size: 1.5rem;
    }

    .rights-grid[b-ajinw9cy2e] {
        grid-template-columns: repeat(3, 1fr);
    }

    .implementation-steps[b-ajinw9cy2e] {
        flex-direction: row;
    }

    .step[b-ajinw9cy2e] {
        flex: 1;
    }

    .privacy-hero[b-ajinw9cy2e] {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        padding: 120px 2rem 80px;
    }

    .hero-content[b-ajinw9cy2e] {
        text-align: left;
        margin: 0;
    }

    .hero-badges[b-ajinw9cy2e] {
        justify-content: flex-start;
    }

    .hero-features[b-ajinw9cy2e] {
        justify-content: flex-start;
    }

    .hero-stats[b-ajinw9cy2e] {
        margin: 0;
    }

    .hero-visual[b-ajinw9cy2e] {
        display: block;
    }
}

@media (min-width: 1024px) {
    .privacy-hero[b-ajinw9cy2e] {
        padding: 140px 0 100px;
        max-width: 1200px;
        margin: 60px auto 0;
    }

    .quick-nav[b-ajinw9cy2e] {
        padding: 3rem 0;
    }

    .policy-content[b-ajinw9cy2e] {
        padding: 3rem 0 6rem;
    }

    .nav-container[b-ajinw9cy2e] {
        padding: 0 2rem;
    }

    .btn-text[b-ajinw9cy2e] {
        display: inline;
    }

    .container[b-ajinw9cy2e] {
        max-width: 1000px;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .hero-title[b-ajinw9cy2e] {
        font-size: 4rem;
    }

    .container[b-ajinw9cy2e] {
        max-width: 1100px;
    }
}

@media (max-width: 639px) {
    .hero-badges[b-ajinw9cy2e] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .privacy-badge[b-ajinw9cy2e],
    .last-updated[b-ajinw9cy2e] {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .hero-title[b-ajinw9cy2e] {
        font-size: 2.25rem;
    }

    .hero-description[b-ajinw9cy2e] {
        font-size: 1.125rem;
    }

    .hero-features[b-ajinw9cy2e] {
        gap: 0.5rem;
    }

    .feature-tag[b-ajinw9cy2e] {
        font-size: 0.8rem;
        padding: 0.6rem 1rem;
    }

    .hero-stats[b-ajinw9cy2e] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .nav-container[b-ajinw9cy2e] {
        padding: 0 1rem;
    }

    .nav-btn .btn-text[b-ajinw9cy2e] {
        display: none;
    }

    .nav-btn[b-ajinw9cy2e] {
        padding: 0.75rem;
    }

    .article-header[b-ajinw9cy2e] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .article-header h2[b-ajinw9cy2e] {
        font-size: 1.25rem;
    }
}

@media (max-width: 380px) {
    .privacy-hero[b-ajinw9cy2e] {
        padding: 100px 0.75rem 40px;
    }

    .hero-title[b-ajinw9cy2e] {
        font-size: 2rem;
    }

    .hero-description[b-ajinw9cy2e] {
        font-size: 1rem;
    }

    .privacy-badge[b-ajinw9cy2e] {
        font-size: 0.75rem;
        padding: 0.5rem 0.875rem;
    }

    .last-updated[b-ajinw9cy2e] {
        font-size: 0.75rem;
        padding: 0.5rem 0.875rem;
    }

    .nav-card[b-ajinw9cy2e] {
        padding: 1rem 0.5rem;
        min-height: 80px;
    }

    .nav-icon[b-ajinw9cy2e] {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .container[b-ajinw9cy2e] {
        padding: 0 0.75rem;
    }
}

*[b-ajinw9cy2e] {
    box-sizing: border-box;
}

body[b-ajinw9cy2e] {
    overflow-x: hidden;
}
/* /Pages/RFCS.razor.rz.scp.css */
.rfc-container[b-5yagmxrkhu] {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.rfc-header[b-5yagmxrkhu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.header-content h1[b-5yagmxrkhu] {
    margin: 0 0 5px 0;
    color: #333;
    font-size: 28px;
}

.subtitle[b-5yagmxrkhu] {
    color: #666;
    margin: 0;
    font-size: 16px;
}

.btn-primary[b-5yagmxrkhu] {
    background: #1976d2;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s;
}

.btn-primary:hover[b-5yagmxrkhu] {
    background: #1565c0;
}

.btn-primary:disabled[b-5yagmxrkhu] {
    background: #ccc;
    cursor: not-allowed;
}

.btn-secondary[b-5yagmxrkhu] {
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

.btn-secondary:hover[b-5yagmxrkhu] {
    background: #e0e0e0;
}

.list-header[b-5yagmxrkhu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.list-header h2[b-5yagmxrkhu] {
    margin: 0;
    color: #333;
    font-size: 22px;
}

.rfc-count[b-5yagmxrkhu] {
    color: #666;
    font-size: 14px;
}

.rfc-list[b-5yagmxrkhu] {
    margin-bottom: 40px;
}

.rfc-card[b-5yagmxrkhu] {
    display: flex;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 16px;
    transition: box-shadow 0.2s;
}

.rfc-card:hover[b-5yagmxrkhu] {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.vote-section[b-5yagmxrkhu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    min-width: 60px;
}

.vote-btn[b-5yagmxrkhu] {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    width: 40px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    color: #666;
}

.vote-btn:hover[b-5yagmxrkhu] {
    border-color: #1976d2;
    color: #1976d2;
}

.vote-btn.voted[b-5yagmxrkhu] {
    background: #1976d2;
    border-color: #1976d2;
    color: white;
}

.vote-count[b-5yagmxrkhu] {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-top: 8px;
}

.rfc-content[b-5yagmxrkhu] {
    flex: 1;
}

.rfc-title[b-5yagmxrkhu] {
    margin: 0 0 12px 0;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.rfc-description[b-5yagmxrkhu] {
    margin: 0 0 16px 0;
    color: #555;
    line-height: 1.5;
}

.rfc-footer[b-5yagmxrkhu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #666;
}

.date[b-5yagmxrkhu] {
    color: #888;
}

.votes-text[b-5yagmxrkhu] {
    font-weight: 500;
}

.empty-state[b-5yagmxrkhu] {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

.empty-state i[b-5yagmxrkhu] {
    font-size: 48px;
    color: #ccc;
    margin-bottom: 20px;
}

.empty-state h3[b-5yagmxrkhu] {
    margin: 0 0 10px 0;
    color: #333;
}

.empty-state p[b-5yagmxrkhu] {
    margin: 0 0 20px 0;
}

/* Modal Styles */
.modal-overlay[b-5yagmxrkhu] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal[b-5yagmxrkhu] {
    background: white;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-header[b-5yagmxrkhu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.modal-header h3[b-5yagmxrkhu] {
    margin: 0;
    color: #333;
}

.close-btn[b-5yagmxrkhu] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-btn:hover[b-5yagmxrkhu] {
    color: #333;
}

.modal-body[b-5yagmxrkhu] {
    padding: 20px;
}

.modal-footer[b-5yagmxrkhu] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 20px;
    border-top: 1px solid #e0e0e0;
}

.form-group[b-5yagmxrkhu] {
    margin-bottom: 20px;
}

.form-group label[b-5yagmxrkhu] {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #333;
}

.form-input[b-5yagmxrkhu], .form-textarea[b-5yagmxrkhu] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.form-input:focus[b-5yagmxrkhu], .form-textarea:focus[b-5yagmxrkhu] {
    outline: none;
    border-color: #1976d2;
}

.form-textarea[b-5yagmxrkhu] {
    resize: vertical;
    min-height: 100px;
    font-family: inherit;
}

@media (max-width: 768px) {
    .rfc-container[b-5yagmxrkhu] {
        padding: 15px;
    }

    .rfc-header[b-5yagmxrkhu] {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .rfc-card[b-5yagmxrkhu] {
        flex-direction: column;
    }

    .vote-section[b-5yagmxrkhu] {
        flex-direction: row;
        margin-right: 0;
        margin-bottom: 15px;
        justify-content: flex-start;
        gap: 15px;
    }

    .vote-count[b-5yagmxrkhu] {
        margin-top: 0;
    }

    .rfc-footer[b-5yagmxrkhu] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .modal[b-5yagmxrkhu] {
        width: 95%;
        margin: 20px;
    }
}
/* /Pages/SystemPrompts.razor.rz.scp.css */
.prompts-page[b-0f9a2tqpac] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 80px);
    overflow: hidden;
    padding: 16px;
}

/* Scrollable area for prompts */
.prompts-list-container[b-0f9a2tqpac] {
    flex: 1;
    overflow-y: auto;
    margin-top: 12px;
    padding-right: 8px;
}

/* Prompt cards */
.prompt-card[b-0f9a2tqpac] {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 12px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s ease;
}

.prompt-card:hover[b-0f9a2tqpac] {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

.prompt-header[b-0f9a2tqpac] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category[b-0f9a2tqpac] {
    background-color: #e0e7ff;
    color: #3730a3;
    font-size: 0.8rem;
    padding: 2px 8px;
    border-radius: 6px;
}

.prompt-body pre[b-0f9a2tqpac] {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: monospace;
    font-size: 0.9rem;
}

.modal-backdrop[b-0f9a2tqpac] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.custom-modal[b-0f9a2tqpac] {
    background: white;
    padding: 24px;
    border-radius: 12px;
    width: 90%;
    max-width: 900px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.prompts-header[b-0f9a2tqpac] {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
    padding: 12px 16px;
}

/* Flex wrapper inside header */
.header-content[b-0f9a2tqpac] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

/* Title + subtitle section */
.header-left[b-0f9a2tqpac] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-title[b-0f9a2tqpac] {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}

.page-subtitle[b-0f9a2tqpac] {
    font-size: 0.95rem;
    color: #6b7280;
    margin-top: 2px;
}

.header-toolbar[b-0f9a2tqpac] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

/* Ensure RadzenTextBox aligns properly */
.header-toolbar .rz-textbox[b-0f9a2tqpac] {
    height: 36px;
}

/* Responsive: stack vertically on narrow screens */
@media (max-width: 768px) {
    .header-content[b-0f9a2tqpac] {
        flex-direction: column;
        align-items: stretch;
    }

    .header-toolbar[b-0f9a2tqpac] {
        justify-content: flex-start;
        width: 100%;
        margin-top: 8px;
    }
}

.header-toolbar[b-0f9a2tqpac] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.header-toolbar .rz-dropdown[b-0f9a2tqpac] {
    height: 36px;
    border-radius: 8px;
}

.header-toolbar .rz-textbox[b-0f9a2tqpac] {
    height: 36px;
    border-radius: 8px;
}
/* /Pages/Widget.razor.rz.scp.css */
/* Layout */
.configurator-layout[b-qys4boc61n] {
    display: flex;
    height: 100vh;
    gap: 1rem;
    overflow: hidden;
    padding: 0 1rem 1rem 1rem;
}

.config-panel[b-qys4boc61n] {
    flex: 2;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

.config-panel-content[b-qys4boc61n] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* VERANDERING: Scroll area neemt niet alle ruimte meer in */
.config-scroll-area[b-qys4boc61n] {
    flex: 1;
    overflow-y: auto;
    padding: 1.25rem;
    background: #fafafa;
    max-height: calc(100vh - 200px); /* Beperk de hoogte */
}

/* Grid 2-column layout */
.config-grid[b-qys4boc61n] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

.config-section[b-qys4boc61n] {
    background: #ffffff;
    border: 1px solid #f3f4f6;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.config-section.full-width[b-qys4boc61n] {
    grid-column: 1 / -1;
}

/* Section Header */
.section-header[b-qys4boc61n] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #f3f4f6;
}

.section-icon[b-qys4boc61n] {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    flex-shrink: 0;
}

.section-icon.header[b-qys4boc61n],
.section-icon.chat[b-qys4boc61n],
.section-icon.bot[b-qys4boc61n],
.section-icon.user[b-qys4boc61n],
.section-icon.input[b-qys4boc61n],
.section-icon.button[b-qys4boc61n],
.section-icon.footer[b-qys4boc61n],
.section-icon.welcome[b-qys4boc61n] {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
}

.section-header h5[b-qys4boc61n] {
    margin: 0;
    color: #374151;
    font-size: 0.875rem;
    font-weight: 600;
}

/* Form Elements */
.form-group[b-qys4boc61n] {
    margin-bottom: 0.75rem;
}

.form-group.compact[b-qys4boc61n] {
    margin-bottom: 0.5rem;
}

.form-group label[b-qys4boc61n] {
    display: block;
    margin-bottom: 0.375rem;
    color: #4b5563;
    font-size: 0.75rem;
    font-weight: 500;
}

.form-control[b-qys4boc61n] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.875rem;
    transition: all 0.2s ease;
    background: #ffffff;
    color: #374151;
}

.form-control:focus[b-qys4boc61n] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* Color Picker */
.color-picker[b-qys4boc61n] {
    height: 40px;
    padding: 2px;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #d1d5db;
}

.color-value[b-qys4boc61n] {
    display: block;
    font-size: 0.7rem;
    color: #6b7280;
    margin-top: 0.25rem;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
}

.color-group[b-qys4boc61n] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.form-group.compact[b-qys4boc61n] {
    flex: 1 1 calc(50% - 0.25rem);
    min-width: 0;
}

/* Textarea */
textarea.form-control[b-qys4boc61n] {
    resize: vertical;
    min-height: 60px;
    font-family: inherit;
    line-height: 1.4;
}

/* Buttons - FIXED: Nu direct onder de content */
.config-actions[b-qys4boc61n] {
    padding: 1rem 1.25rem;
    background: #f8fafc;
    border-top: 1px solid #e5e7eb;
    display: flex;
    gap: 0.75rem;
    flex-shrink: 0;
    /* VERWIJDERD: margin-top: auto */
}

.btn[b-qys4boc61n] {
    flex: 1;
    padding: 12px 16px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
}

.btn-primary[b-qys4boc61n] {
    background: #3b82f6;
    color: white;
}

.btn-primary:hover[b-qys4boc61n] {
    background: #2563eb;
}

.btn-secondary[b-qys4boc61n] {
    background: #6b7280;
    color: white;
}

.btn-secondary:hover[b-qys4boc61n] {
    background: #4b5563;
}

.btn-icon[b-qys4boc61n] {
    font-size: 16px;
}

/* Preview Panel */
.preview-panel[b-qys4boc61n] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

.preview-header[b-qys4boc61n] {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8fafc;
}

.preview-header h4[b-qys4boc61n] {
    margin: 0;
    color: #1f2937;
    font-size: 1.125rem;
    font-weight: 600;
}

.preview-content[b-qys4boc61n] {
    flex: 1;
    overflow: hidden;
    padding: 1.5rem;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-frame-container[b-qys4boc61n] {
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-frame[b-qys4boc61n] {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Status */
.preview-status[b-qys4boc61n] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.375rem 0.75rem;
    border-radius: 20px;
    background: #f3f4f6;
    color: #6b7280;
}

.preview-status.loaded[b-qys4boc61n] {
    background: #d1fae5;
    color: #065f46;
}

.preview-status.loading[b-qys4boc61n] {
    background: #fef3c7;
    color: #d97706;
}

.status-dot[b-qys4boc61n] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
}

.status-dot.loading[b-qys4boc61n] {
    animation: pulse-b-qys4boc61n 1.5s infinite;
}

@keyframes pulse-b-qys4boc61n {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

/* Scrollbar Styling */
.config-scroll-area[b-qys4boc61n]::-webkit-scrollbar {
    width: 6px;
}

.config-scroll-area[b-qys4boc61n]::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 3px;
}

.config-scroll-area[b-qys4boc61n]::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

/* Responsive */
@media (max-width: 1024px) {
    .config-grid[b-qys4boc61n] {
        grid-template-columns: 1fr;
    }

    .configurator-layout[b-qys4boc61n] {
        flex-direction: column;
        height: auto;
    }

    .config-panel[b-qys4boc61n], .preview-panel[b-qys4boc61n] {
        flex: none;
    }

    .preview-frame-container[b-qys4boc61n] {
        max-height: 500px;
    }

    .config-scroll-area[b-qys4boc61n] {
        max-height: none; /* Verwijder max-height op mobile */
    }
}
