.elementor-kit-1190{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-1190 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

body {
    background-color: #090D16;
    color: #CBD5E1;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #FFFFFF;
    letter-spacing: -0.025em;
}

.vc-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(99, 102, 241, 0.12);
    border: 1px solid rgba(99, 102, 241, 0.3);
    color: #818CF8;
    font-size: 0.775rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 100px;
}
.vc-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #10B981;
    display: inline-block;
}
.vc-tech-pill {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 100px;
    color: #CBD5E1;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.2s ease;
}
.vc-tech-pill:hover {
    border-color: rgba(99, 102, 241, 0.5);
    background: rgba(99, 102, 241, 0.08);
    color: #FFFFFF;
}

.vc-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 30px;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
}
.vc-btn-primary {
    background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 50%, #F43F5E 100%);
    background-size: 200% 200%;
    color: #FFFFFF;
    border: none;
    box-shadow: 0 4px 15px rgba(236, 72, 153, 0.4);
    animation: gradientShift 6s ease infinite;
}
.vc-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(236, 72, 153, 0.6);
    color: #FFFFFF;
}
@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.vc-btn-outline {
    background: rgba(255, 255, 255, 0.03);
    color: #F8FAFC;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.vc-btn-outline:hover {
    border-color: #818CF8;
    background: rgba(99, 102, 241, 0.08);
    color: #FFFFFF;
    transform: translateY(-2px);
}

.vc-card {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.vc-card:hover {
    border-color: rgba(99, 102, 241, 0.4);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
    transform: translateY(-4px);
}
.vc-clean-img img {
    border-radius: 18px!important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.5);
    width: 100%;
    height: auto;
    display: block;
}

.vc-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 24px;
}
.vc-stat-item { text-align: center; }
.vc-stat-num { font-size: 3.25rem; font-weight: 800; color: #FFFFFF; line-height: 1; margin-bottom: 6px; letter-spacing: -0.04em; }
.vc-stat-suf { font-size: 2rem; color: #818CF8; margin-left: 2px; }
.vc-stat-lbl { font-size: 0.875rem; font-weight: 500; color: #94A3B8; text-transform: uppercase; letter-spacing: 0.05em; }

.vc-faq-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.vc-faq-item {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    overflow: hidden;
}
.vc-faq-check {
    display: none;
}
.vc-faq-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    font-size: 1rem;
    font-weight: 600;
    color: #F8FAFC;
    cursor: pointer;
    transition: background 0.2s ease;
    margin: 0;
}
.vc-faq-label:hover {
    background: rgba(255, 255, 255, 0.04);
}
.vc-faq-icon {
    font-size: 1.3rem;
    color: #818CF8;
    transition: transform 0.25s ease;
    font-weight: 300;
}
.vc-faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 24px;
    color: #94A3B8;
    font-size: 0.925rem;
    line-height: 1.65;
}
.vc-faq-check:checked ~ .vc-faq-content {
    max-height: 400px;
    padding: 0 24px 20px;
}
.vc-faq-check:checked ~ .vc-faq-label .vc-faq-icon {
    transform: rotate(45deg);
}

@media(max-width: 1024px) {
    .vc-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 20px; }
    .vc-desktop-nav { display: none!important; }
}
@media(max-width: 767px) {
    .vc-stats-grid { grid-template-columns: 1fr; gap: 24px; }
    .vc-stat-num { font-size: 2.75rem; }
}/* End custom CSS */