@import 'VONDL.Web.Client.yjm4s34mjw.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-thw0fpjf6q] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-thw0fpjf6q] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/PrivacyPolicy.razor.rz.scp.css */
.legal-page[b-6jrtytle1j] {
    padding-top: 120px;
    padding-bottom: 80px;
    min-height: 100vh;
}

.legal-header[b-6jrtytle1j] {
    margin-bottom: 48px;
}

.legal-header .section-title[b-6jrtytle1j] {
    font-family: var(--vondl-font-heading);
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--vondl-dark);
    margin-bottom: 8px;
}

.legal-updated[b-6jrtytle1j] {
    font-size: 0.9rem;
    color: var(--vondl-text-muted);
}

.legal-content h2[b-6jrtytle1j] {
    font-family: var(--vondl-font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--vondl-dark);
    margin-top: 36px;
    margin-bottom: 12px;
}

.legal-content p[b-6jrtytle1j],
.legal-content li[b-6jrtytle1j] {
    font-size: 0.95rem;
    color: var(--vondl-text);
    line-height: 1.8;
}

.legal-content ul[b-6jrtytle1j] {
    padding-left: 24px;
    margin: 12px 0;
}

.legal-content ul li[b-6jrtytle1j] {
    margin-bottom: 6px;
}

.legal-content a[b-6jrtytle1j] {
    color: var(--vondl-red-deep);
    text-decoration: underline;
    transition: color var(--vondl-transition);
}

.legal-content a:hover[b-6jrtytle1j] {
    color: var(--vondl-orange);
}

.legal-back[b-6jrtytle1j] {
    margin-top: 48px;
}

.btn-back[b-6jrtytle1j] {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--vondl-text-light);
    transition: color var(--vondl-transition);
}

.btn-back:hover[b-6jrtytle1j] {
    color: var(--vondl-orange);
}

@media (max-width: 768px) {
    .legal-page[b-6jrtytle1j] {
        padding-top: 96px;
        padding-bottom: 48px;
    }

    .legal-header .section-title[b-6jrtytle1j] {
        font-size: 1.8rem;
    }

    .legal-content h2[b-6jrtytle1j] {
        font-size: 1.1rem;
    }
}
/* /Components/Sections/About.razor.rz.scp.css */
.about-grid[b-bzp06158is] {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 80px;
    align-items: center;
}

.about-visual[b-bzp06158is] {
    position: relative;
}

.visual-card[b-bzp06158is] {
    position: relative;
    background: var(--vondl-bg-light);
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: var(--vondl-radius-lg);
    padding: 48px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.visual-content[b-bzp06158is] {
    text-align: center;
}

.visual-metric[b-bzp06158is] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.metric-number[b-bzp06158is] {
    font-family: var(--vondl-font-heading);
    font-size: 4.5rem;
    font-weight: 900;
    background: var(--vondl-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.metric-label[b-bzp06158is] {
    font-size: 0.9rem;
    color: var(--vondl-text-muted);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.about-text[b-bzp06158is] {
    font-size: 1.05rem;
    color: var(--vondl-text-light);
    line-height: 1.8;
    margin-bottom: 16px;
}

.about-features[b-bzp06158is] {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.feature-item[b-bzp06158is] {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 16px;
    border-radius: var(--vondl-radius-sm);
    transition: background 0.3s;
}

.feature-item:hover[b-bzp06158is] {
    background: var(--vondl-bg-light);
}

.feature-icon[b-bzp06158is] {
    flex-shrink: 0;
    margin-top: 2px;
}

.feature-item div[b-bzp06158is] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.feature-item strong[b-bzp06158is] {
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--vondl-text);
}

.feature-item span[b-bzp06158is] {
    font-size: 0.84rem;
    color: var(--vondl-text-light);
}

@media (max-width: 960px) {
    .about-grid[b-bzp06158is] {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .visual-card[b-bzp06158is] {
        min-height: 200px;
        padding: 36px;
    }
}

@media (max-width: 480px) {
    .visual-card[b-bzp06158is] {
        min-height: 160px;
        padding: 28px;
    }

    .metric-number[b-bzp06158is] {
        font-size: 3rem;
    }

    .about-text[b-bzp06158is] {
        font-size: 0.95rem;
    }

    .feature-item[b-bzp06158is] {
        padding: 10px 12px;
    }

    .feature-item strong[b-bzp06158is] {
        font-size: 0.88rem;
    }

    .feature-item span[b-bzp06158is] {
        font-size: 0.8rem;
    }
}
/* /Components/Sections/Clients.razor.rz.scp.css */
.clients-section[b-cgt6mtm7gh] {
    padding: 64px 0;
}

.clients-content[b-cgt6mtm7gh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 32px;
}

.clients-logos[b-cgt6mtm7gh] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 48px;
}

.client-logo-link[b-cgt6mtm7gh] {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity var(--vondl-transition), transform var(--vondl-transition);
}

.client-logo-link:hover[b-cgt6mtm7gh] {
    opacity: 0.7;
    transform: translateY(-2px);
}

.client-logo[b-cgt6mtm7gh] {
    max-height: 48px;
    width: auto;
}

.client-logo-link:hover .client-logo[b-cgt6mtm7gh] {
    opacity: 0.7;
}

@media (max-width: 480px) {
    .clients-section[b-cgt6mtm7gh] {
        padding: 48px 0;
    }

    .client-logo[b-cgt6mtm7gh] {
        max-height: 36px;
    }
}
/* /Components/Sections/Contact.razor.rz.scp.css */
.contact-header[b-jebc7a7rz0] {
    text-align: center;
    margin-bottom: 64px;
}

.contact-header .section-subtitle[b-jebc7a7rz0] {
    margin: 0 auto;
}

.contact-grid[b-jebc7a7rz0] {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
    align-items: start;
}

.info-card[b-jebc7a7rz0] {
    background: var(--vondl-dark);
    color: var(--vondl-white);
    border-radius: var(--vondl-radius-lg);
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.info-card[b-jebc7a7rz0]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 70% 30%, rgba(232, 141, 141, 0.12), transparent 60%);
    pointer-events: none;
}

.info-card h3[b-jebc7a7rz0] {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 12px;
    position: relative;
}

.info-text[b-jebc7a7rz0] {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
    margin-bottom: 36px;
    position: relative;
}

.info-items[b-jebc7a7rz0] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
}

.info-item[b-jebc7a7rz0] {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.info-icon[b-jebc7a7rz0] {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    color: var(--vondl-orange-light);
}

.info-item div[b-jebc7a7rz0] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.info-item strong[b-jebc7a7rz0] {
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}

.info-item span[b-jebc7a7rz0] {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.5;
}

.info-item a[b-jebc7a7rz0] {
    color: rgba(255, 255, 255, 0.45);
    transition: color 0.3s;
}

.info-item a:hover[b-jebc7a7rz0] {
    color: var(--vondl-orange-light);
}

.info-company[b-jebc7a7rz0] {
    margin-top: 36px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
}

.info-company span[b-jebc7a7rz0] {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.3);
}

.contact-form-wrap[b-jebc7a7rz0] {
    background: var(--vondl-white);
    border-radius: var(--vondl-radius-lg);
    padding: 40px;
    box-shadow: var(--vondl-shadow-md);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

@media (max-width: 768px) {
    .contact-header[b-jebc7a7rz0] {
        margin-bottom: 40px;
    }

    .contact-grid[b-jebc7a7rz0] {
        grid-template-columns: 1fr;
    }

    .info-card[b-jebc7a7rz0] {
        padding: 28px;
    }

    .info-card h3[b-jebc7a7rz0] {
        font-size: 1.15rem;
    }

    .contact-form-wrap[b-jebc7a7rz0] {
        padding: 28px;
    }
}

@media (max-width: 480px) {
    .info-card[b-jebc7a7rz0] {
        padding: 22px;
    }

    .info-text[b-jebc7a7rz0] {
        font-size: 0.85rem;
        margin-bottom: 24px;
    }

    .info-items[b-jebc7a7rz0] {
        gap: 18px;
    }

    .info-icon[b-jebc7a7rz0] {
        width: 36px;
        height: 36px;
    }

    .contact-form-wrap[b-jebc7a7rz0] {
        padding: 20px;
    }
}
/* /Components/Sections/CookieConsent.razor.rz.scp.css */
.cookie-banner[b-qxkuo1ppuy] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: var(--vondl-dark);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px 0;
    animation: slide-up-b-qxkuo1ppuy 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.cookie-banner-content[b-qxkuo1ppuy] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.cookie-banner-content p[b-qxkuo1ppuy] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin: 0;
}

.cookie-banner-content a[b-qxkuo1ppuy] {
    color: var(--vondl-orange-light);
    text-decoration: underline;
    transition: color var(--vondl-transition);
}

.cookie-banner-content a:hover[b-qxkuo1ppuy] {
    color: var(--vondl-orange);
}

.cookie-accept-btn[b-qxkuo1ppuy] {
    flex-shrink: 0;
    padding: 10px 24px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--vondl-white);
    background: var(--vondl-gradient);
    border: none;
    border-radius: var(--vondl-radius-sm);
    cursor: pointer;
    transition: opacity var(--vondl-transition), transform var(--vondl-transition);
}

.cookie-accept-btn:hover[b-qxkuo1ppuy] {
    opacity: 0.9;
    transform: translateY(-1px);
}

@keyframes slide-up-b-qxkuo1ppuy {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

@media (max-width: 600px) {
    .cookie-banner-content[b-qxkuo1ppuy] {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
}
/* /Components/Sections/Footer.razor.rz.scp.css */
.vondl-footer[b-r20znaop5h] {
    background: var(--vondl-dark);
    color: var(--vondl-white);
    padding: 64px 0 0;
}

.footer-address[b-r20znaop5h] {
    font-style: normal;
}

.footer-top[b-r20znaop5h] {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-logo[b-r20znaop5h] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--vondl-font-heading);
    font-weight: 800;
    font-size: 1.3rem;
    margin-bottom: 12px;
}

.logo-mark[b-r20znaop5h] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: var(--vondl-gradient);
    color: var(--vondl-white);
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 800;
}

.footer-tagline[b-r20znaop5h] {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.7;
    max-width: 280px;
}

.footer-links-group h4[b-r20znaop5h] {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

.footer-links-group ul[b-r20znaop5h] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links-group ul li[b-r20znaop5h] {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.45);
    transition: color 0.3s;
}

.footer-links-group ul li a[b-r20znaop5h] {
    color: rgba(255, 255, 255, 0.45);
    transition: color 0.3s;
}

.footer-links-group ul li a:hover[b-r20znaop5h] {
    color: var(--vondl-orange-light);
}

.footer-bottom[b-r20znaop5h] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    padding-bottom: max(24px, env(safe-area-inset-bottom));
}

.footer-bottom p[b-r20znaop5h] {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.3);
    margin: 0;
}

.footer-legal[b-r20znaop5h] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-legal a[b-r20znaop5h] {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.3);
    transition: color var(--vondl-transition);
}

.footer-legal a:hover[b-r20znaop5h] {
    color: var(--vondl-orange-light);
}

.footer-legal-separator[b-r20znaop5h] {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.2);
}

.footer-vat[b-r20znaop5h] {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.3);
    font-family: var(--vondl-font-body);
}

@media (max-width: 960px) {
    .footer-top[b-r20znaop5h] {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .footer-brand[b-r20znaop5h] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .vondl-footer[b-r20znaop5h] {
        padding: 48px 0 0;
    }

    .footer-top[b-r20znaop5h] {
        gap: 28px;
        padding-bottom: 32px;
    }

    .footer-bottom[b-r20znaop5h] {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .footer-top[b-r20znaop5h] {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .footer-tagline[b-r20znaop5h] {
        max-width: 100%;
    }

    .footer-links-group h4[b-r20znaop5h] {
        margin-bottom: 12px;
    }

    .footer-links-group ul[b-r20znaop5h] {
        gap: 10px;
    }

    .footer-bottom p[b-r20znaop5h] {
        font-size: 0.78rem;
    }
}
/* /Components/Sections/Hero.razor.rz.scp.css */
/* =============================================
   Brand Reveal — Code Rain + Bracket Animation
   ============================================= */
.brand-wrapper[b-j8677ha892] {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: #0a0a1a;
}

.code-rain-canvas[b-j8677ha892] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.35;
}

.brand-reveal[b-j8677ha892] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 50;
    pointer-events: none;
    will-change: transform, opacity;
}

.brand-brackets[b-j8677ha892] {
    display: flex;
    align-items: center;
    gap: 0;
}

.bracket[b-j8677ha892] {
    font-family: 'Space Grotesk', monospace;
    font-size: clamp(2.5rem, 8vw, 7rem);
    font-weight: 300;
    color: var(--vondl-orange);
    opacity: 0;
    animation: bracket-appear-b-j8677ha892 0.6s ease-out forwards;
}

.bracket-open[b-j8677ha892] {
    animation-delay: 0.3s;
    transform: translateX(30px);
}

.bracket-close[b-j8677ha892] {
    animation-delay: 0.5s;
    transform: translateX(-30px);
}

@keyframes bracket-appear-b-j8677ha892 {
    to {
        opacity: 0.6;
        transform: translateX(0);
    }
}

.brand-inner[b-j8677ha892] {
    display: flex;
    align-items: center;
}

.brand-name[b-j8677ha892] {
    font-family: var(--vondl-font-heading);
    font-size: clamp(5rem, 18vw, 16rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1;
    background: var(--vondl-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    user-select: none;
}

.brand-cursor[b-j8677ha892] {
    display: inline-block;
    width: 4px;
    height: clamp(3.5rem, 12vw, 10rem);
    background: var(--vondl-orange);
    margin-left: 8px;
    animation: cursor-blink-b-j8677ha892 1s step-end infinite;
    border-radius: 2px;
}

@keyframes cursor-blink-b-j8677ha892 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.brand-sub[b-j8677ha892] {
    font-family: 'Space Grotesk', monospace;
    font-size: clamp(0.75rem, 1.3vw, 1rem);
    font-weight: 400;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--vondl-orange-light);
    margin-top: 20px;
    opacity: 0;
    animation: fade-in-up-b-j8677ha892 0.8s ease-out 0.8s forwards;
}

@keyframes fade-in-up-b-j8677ha892 {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 0.5; transform: translateY(0); }
}

/* =============================================
   Hero Section — Dark with Code Aesthetics
   ============================================= */
.hero[b-j8677ha892] {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg[b-j8677ha892] {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-gradient[b-j8677ha892] {
    position: absolute;
    inset: 0;
    background: #0a0a1a;
}

/* Subtle circuit-board grid */
.hero-grid-pattern[b-j8677ha892] {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(232, 141, 141, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(232, 141, 141, 0.03) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 70% 60% at 70% 50%, black 20%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 70% 50%, black 20%, transparent 70%);
    animation: grid-pulse-b-j8677ha892 6s ease-in-out infinite;
}

@keyframes grid-pulse-b-j8677ha892 {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

/* Warm glow behind content */
.hero-glow[b-j8677ha892] {
    position: absolute;
    top: 30%;
    right: 15%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(232, 141, 141, 0.1) 0%, rgba(240, 168, 104, 0.05) 40%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
    animation: glow-drift-b-j8677ha892 10s ease-in-out infinite;
    pointer-events: none;
}

@keyframes glow-drift-b-j8677ha892 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(-30px, 20px) scale(1.05); }
    66% { transform: translate(20px, -15px) scale(0.95); }
}

/* =============================================
   Floating Code Tokens
   ============================================= */
.hero-code-tokens[b-j8677ha892] {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.code-token[b-j8677ha892] {
    position: absolute;
    font-family: 'Space Grotesk', monospace;
    font-size: 0.72rem;
    font-weight: 500;
    color: rgba(240, 168, 104, 0.12);
    padding: 4px 10px;
    border: 1px solid rgba(240, 168, 104, 0.06);
    border-radius: 6px;
    white-space: nowrap;
    animation: token-float-b-j8677ha892 var(--dur, 14s) ease-in-out infinite;
    animation-delay: var(--delay, 0s);
}

.token-1[b-j8677ha892]  { top: 12%; right: 8%;  --dur: 16s; --delay: 0s; }
.token-2[b-j8677ha892]  { top: 25%; right: 22%; --dur: 13s; --delay: 1.2s; }
.token-3[b-j8677ha892]  { top: 45%; right: 5%;  --dur: 18s; --delay: 2.5s; }
.token-4[b-j8677ha892]  { top: 65%; right: 18%; --dur: 15s; --delay: 0.8s; }
.token-5[b-j8677ha892]  { top: 80%; right: 10%; --dur: 14s; --delay: 3s; }
.token-6[b-j8677ha892]  { top: 18%; right: 35%; --dur: 17s; --delay: 1.5s; }
.token-7[b-j8677ha892]  { top: 55%; right: 30%; --dur: 12s; --delay: 4s; }
.token-8[b-j8677ha892]  { top: 35%; right: 42%; --dur: 19s; --delay: 2s; }
.token-9[b-j8677ha892]  { top: 72%; right: 35%; --dur: 16s; --delay: 0.5s; }
.token-10[b-j8677ha892] { top: 8%;  right: 48%; --dur: 14s; --delay: 3.5s; }
.token-11[b-j8677ha892] { top: 40%; right: 50%; --dur: 15s; --delay: 1s; }
.token-12[b-j8677ha892] { top: 88%; right: 25%; --dur: 13s; --delay: 2.8s; }

@keyframes token-float-b-j8677ha892 {
    0%, 100% { transform: translateY(0) translateX(0); opacity: 0.6; }
    25% { transform: translateY(-18px) translateX(8px); opacity: 1; }
    50% { transform: translateY(-8px) translateX(-6px); opacity: 0.4; }
    75% { transform: translateY(-22px) translateX(12px); opacity: 0.8; }
}

/* =============================================
   Mini Terminal Mockup
   ============================================= */
.hero-terminal[b-j8677ha892] {
    position: absolute;
    bottom: 10%;
    right: 5%;
    width: 340px;
    z-index: 1;
    background: rgba(10, 10, 26, 0.85);
    border: 1px solid rgba(232, 141, 141, 0.12);
    border-radius: 10px;
    overflow: hidden;
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    opacity: 0;
    animation: terminal-appear-b-j8677ha892 1s ease-out 1.2s forwards;
}

@keyframes terminal-appear-b-j8677ha892 {
    from { opacity: 0; transform: translateY(30px) scale(0.95); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.terminal-bar[b-j8677ha892] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.terminal-dot[b-j8677ha892] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.dot-red[b-j8677ha892] { background: #ff5f57; }
.dot-yellow[b-j8677ha892] { background: #febc2e; }
.dot-green[b-j8677ha892] { background: #28c840; }

.terminal-title[b-j8677ha892] {
    margin-left: auto;
    font-family: 'Space Grotesk', monospace;
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.25);
}

.terminal-body[b-j8677ha892] {
    padding: 14px 16px;
    font-family: 'Space Grotesk', monospace;
    font-size: 0.72rem;
    line-height: 1.9;
}

.terminal-line[b-j8677ha892] {
    opacity: 0;
    animation: type-in-b-j8677ha892 0.4s ease-out forwards;
}

.line-1[b-j8677ha892] { animation-delay: 1.8s; }
.line-2[b-j8677ha892] { animation-delay: 2.4s; }
.line-3[b-j8677ha892] { animation-delay: 3.2s; }
.line-4[b-j8677ha892] { animation-delay: 3.8s; }
.line-5[b-j8677ha892] { animation-delay: 4.6s; }
.line-6[b-j8677ha892] { animation-delay: 5.2s; }

@keyframes type-in-b-j8677ha892 {
    from { opacity: 0; transform: translateX(-6px); }
    to { opacity: 1; transform: translateX(0); }
}

.t-keyword[b-j8677ha892] { color: var(--vondl-orange); }
.t-string[b-j8677ha892] { color: var(--vondl-yellow); }
.t-success[b-j8677ha892] { color: #28c840; }
.t-muted[b-j8677ha892] { color: rgba(255, 255, 255, 0.3); }
.t-cursor[b-j8677ha892] {
    color: var(--vondl-orange);
    animation: cursor-blink-b-j8677ha892 1s step-end infinite;
}

/* =============================================
   Hero Content
   ============================================= */
.hero-content[b-j8677ha892] {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 140px 0 100px;
}

.hero-text[b-j8677ha892] {
    max-width: 640px;
}

.hero-title[b-j8677ha892] {
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    font-weight: 700;
    color: var(--vondl-white);
    line-height: 1.12;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.hero-description[b-j8677ha892] {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.8;
    max-width: 520px;
    margin-bottom: 40px;
}

.hero-actions[b-j8677ha892] {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.animate-hero[b-j8677ha892] {
    animation: hero-text-reveal 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation-fill-mode: both;
}

.hero-stats[b-j8677ha892] {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 80px;
    max-width: 480px;
}

.stat-item[b-j8677ha892] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    text-align: center;
}

.stat-value[b-j8677ha892] {
    font-family: var(--vondl-font-heading);
    font-size: 1.8rem;
    font-weight: 700;
    background: var(--vondl-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label[b-j8677ha892] {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.35);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.stat-divider[b-j8677ha892] {
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.08);
    margin: 0 4px;
}

/* =============================================
   Responsive
   ============================================= */
@media (max-width: 768px) {
    .brand-sub[b-j8677ha892] {
        letter-spacing: 0.1em;
        font-size: 0.7rem;
        margin-top: 12px;
    }

    .bracket[b-j8677ha892] {
        font-size: clamp(1.8rem, 6vw, 3.5rem);
    }

    .brand-cursor[b-j8677ha892] {
        height: clamp(2.5rem, 8vw, 5rem);
        width: 3px;
    }

    .hero-content[b-j8677ha892] {
        padding: 100px 0 64px;
    }

    .hero-description[b-j8677ha892] {
        font-size: 0.95rem;
        margin-bottom: 32px;
    }

    .hero-stats[b-j8677ha892] {
        margin-top: 48px;
        flex-direction: column;
        gap: 16px;
    }

    .stat-divider[b-j8677ha892] {
        width: 40px;
        height: 1px;
        margin: 0;
    }

    .hero-actions[b-j8677ha892] {
        flex-direction: column;
    }

    .hero-actions .vondl-btn[b-j8677ha892] {
        justify-content: center;
    }

    .hero-terminal[b-j8677ha892] {
        display: none;
    }

    .hero-code-tokens[b-j8677ha892] {
        display: none;
    }
}

@media (max-width: 480px) {
    .brand-sub[b-j8677ha892] {
        font-size: 0.6rem;
        letter-spacing: 0.06em;
        padding: 0 16px;
        text-align: center;
    }

    .bracket[b-j8677ha892] {
        display: none;
    }

    .brand-cursor[b-j8677ha892] {
        height: 2.5rem;
    }

    .hero-content[b-j8677ha892] {
        padding: 80px 0 48px;
    }

    .hero-title[b-j8677ha892] {
        font-size: clamp(1.8rem, 8vw, 2.4rem);
    }

    .hero-description[b-j8677ha892] {
        font-size: 0.9rem;
    }

    .stat-value[b-j8677ha892] {
        font-size: 1.5rem;
    }

    .stat-label[b-j8677ha892] {
        font-size: 0.68rem;
    }
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    .code-token[b-j8677ha892],
    .hero-glow[b-j8677ha892],
    .hero-grid-pattern[b-j8677ha892],
    .brand-cursor[b-j8677ha892],
    .terminal-line[b-j8677ha892] {
        animation: none !important;
        opacity: 1 !important;
    }

    .bracket[b-j8677ha892] {
        animation: none !important;
        opacity: 0.6 !important;
        transform: none !important;
    }

    .brand-sub[b-j8677ha892] {
        animation: none !important;
        opacity: 0.5 !important;
    }

    .hero-terminal[b-j8677ha892] {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}
/* /Components/Sections/Navbar.razor.rz.scp.css */
.vondl-nav[b-5z5dj820rm] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 20px 0;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

:global(.nav-scrolled).vondl-nav[b-5z5dj820rm],
.vondl-nav:global(.nav-scrolled)[b-5z5dj820rm] {
    padding: 14px 0;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
}

.nav-inner[b-5z5dj820rm] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo[b-5z5dj820rm] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--vondl-font-heading);
    font-weight: 800;
    font-size: 1.3rem;
    color: var(--vondl-dark);
    text-decoration: none;
}

.logo-mark[b-5z5dj820rm] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: var(--vondl-gradient);
    color: var(--vondl-white);
    border-radius: 9px;
    font-size: 1.05rem;
    font-weight: 800;
}

.nav-links[b-5z5dj820rm] {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-links li a[b-5z5dj820rm] {
    display: block;
    padding: 8px 16px;
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--vondl-text-light);
    border-radius: 8px;
    transition: color 0.2s;
    cursor: pointer;
}

.nav-links li a:hover[b-5z5dj820rm] {
    color: var(--vondl-text);
}

.nav-cta[b-5z5dj820rm] {
    background: var(--vondl-dark) !important;
    color: var(--vondl-white) !important;
    border-radius: 50px !important;
    padding: 10px 24px !important;
    font-weight: 600 !important;
}

.nav-cta:hover[b-5z5dj820rm] {
    background: var(--vondl-dark-alt) !important;
}

.nav-toggle[b-5z5dj820rm] {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    z-index: 10;
}

.nav-toggle span[b-5z5dj820rm] {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--vondl-dark);
    border-radius: 2px;
    transition: all 0.3s;
}

.nav-toggle.active span:nth-child(1)[b-5z5dj820rm] {
    transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle.active span:nth-child(2)[b-5z5dj820rm] {
    opacity: 0;
}

.nav-toggle.active span:nth-child(3)[b-5z5dj820rm] {
    transform: rotate(-45deg) translate(5px, -5px);
}

@media (max-width: 768px) {
    .nav-inner[b-5z5dj820rm] {
        padding: 0 16px;
    }

    .nav-toggle[b-5z5dj820rm] {
        display: flex;
    }

    .nav-links[b-5z5dj820rm] {
        position: fixed;
        top: 0;
        right: -100%;
        width: min(280px, 80vw);
        height: 100vh;
        height: 100dvh;
        flex-direction: column;
        background: var(--vondl-dark);
        padding: 80px 24px 32px;
        padding-bottom: max(32px, env(safe-area-inset-bottom));
        gap: 4px;
        transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: -8px 0 32px rgba(0, 0, 0, 0.2);
        align-items: stretch;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .nav-links.open[b-5z5dj820rm] {
        right: 0;
    }

    .nav-links li a[b-5z5dj820rm] {
        color: rgba(255, 255, 255, 0.85) !important;
        padding: 14px 16px;
        font-size: 1rem;
        min-height: 48px;
        display: flex;
        align-items: center;
    }

    .nav-links li a:hover[b-5z5dj820rm],
    .nav-links li a:active[b-5z5dj820rm] {
        background: rgba(255, 255, 255, 0.08) !important;
        color: var(--vondl-white) !important;
    }

    .nav-cta[b-5z5dj820rm] {
        margin-top: 16px;
        text-align: center;
        justify-content: center;
        min-height: 48px;
    }
}
/* /Components/Sections/Services.razor.rz.scp.css */
.services-header[b-50bifzuy7w] {
    text-align: center;
    margin-bottom: 64px;
}

.services-header .section-subtitle[b-50bifzuy7w] {
    margin: 0 auto;
}

.services-grid[b-50bifzuy7w] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.service-card[b-50bifzuy7w] {
    padding: 36px;
    position: relative;
}

.service-icon-wrap[b-50bifzuy7w] {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.service-title[b-50bifzuy7w] {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--vondl-white);
}

.service-desc[b-50bifzuy7w] {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
    margin-bottom: 20px;
}

.service-tags[b-50bifzuy7w] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-tags li[b-50bifzuy7w] {
    padding: 5px 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50px;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 500;
}

@media (max-width: 960px) {
    .services-grid[b-50bifzuy7w] {
        grid-template-columns: 1fr;
    }

    .service-card[b-50bifzuy7w] {
        padding: 28px;
    }
}

@media (max-width: 480px) {
    .services-header[b-50bifzuy7w] {
        margin-bottom: 40px;
    }

    .service-card[b-50bifzuy7w] {
        padding: 24px;
    }

    .service-title[b-50bifzuy7w] {
        font-size: 1.1rem;
    }

    .service-desc[b-50bifzuy7w] {
        font-size: 0.88rem;
    }
}
/* /Components/Sections/Showcase.razor.rz.scp.css */
.showcase-header[b-1x18ji2xac] {
    text-align: center;
    margin-bottom: 64px;
}

.showcase-header .section-subtitle[b-1x18ji2xac] {
    margin: 0 auto;
}

.showcase-grid[b-1x18ji2xac] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 24px;
}

.showcase-tile[b-1x18ji2xac] {
    position: relative;
    border-radius: var(--vondl-radius-lg);
    overflow: hidden;
    min-height: 300px;
    cursor: default;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.showcase-tile:hover[b-1x18ji2xac] {
    transform: translateY(-4px);
}

.showcase-tile-large[b-1x18ji2xac] {
    grid-column: 1 / -1;
    min-height: 360px;
}

.tile-bg[b-1x18ji2xac] {
    position: absolute;
    inset: 0;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.showcase-tile:hover .tile-bg[b-1x18ji2xac] {
    transform: scale(1.04);
}

.tile-content[b-1x18ji2xac] {
    position: relative;
    z-index: 1;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: var(--vondl-white);
}

.tile-category[b-1x18ji2xac] {
    display: inline-block;
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 16px;
    width: fit-content;
}

.tile-title[b-1x18ji2xac] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}

.showcase-tile-large .tile-title[b-1x18ji2xac] {
    font-size: 2rem;
}

.tile-desc[b-1x18ji2xac] {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    max-width: 600px;
    margin-bottom: 20px;
}

.tile-stats[b-1x18ji2xac] {
    display: flex;
    gap: 32px;
}

.tile-stat[b-1x18ji2xac] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.tile-stat-value[b-1x18ji2xac] {
    font-family: var(--vondl-font-heading);
    font-size: 1.5rem;
    font-weight: 800;
}

.tile-stat-label[b-1x18ji2xac] {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

@media (max-width: 768px) {
    .showcase-header[b-1x18ji2xac] {
        margin-bottom: 40px;
    }

    .showcase-grid[b-1x18ji2xac] {
        grid-template-columns: 1fr;
    }

    .showcase-tile-large[b-1x18ji2xac] {
        grid-column: 1;
        min-height: 280px;
    }

    .showcase-tile[b-1x18ji2xac] {
        min-height: 260px;
    }

    .tile-content[b-1x18ji2xac] {
        padding: 28px;
    }

    .showcase-tile-large .tile-title[b-1x18ji2xac] {
        font-size: 1.4rem;
    }

    .tile-title[b-1x18ji2xac] {
        font-size: 1.25rem;
    }

    .tile-desc[b-1x18ji2xac] {
        font-size: 0.88rem;
    }

    .tile-stats[b-1x18ji2xac] {
        gap: 20px;
    }

    .tile-stat-value[b-1x18ji2xac] {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .showcase-tile-large[b-1x18ji2xac],
    .showcase-tile[b-1x18ji2xac] {
        min-height: 240px;
    }

    .tile-content[b-1x18ji2xac] {
        padding: 22px;
    }

    .showcase-tile-large .tile-title[b-1x18ji2xac],
    .tile-title[b-1x18ji2xac] {
        font-size: 1.15rem;
    }

    .tile-category[b-1x18ji2xac] {
        font-size: 0.7rem;
        padding: 5px 10px;
        margin-bottom: 12px;
    }
}
/* /Components/Sections/WhyChoose.razor.rz.scp.css */
.why-layout[b-ytb4bxdrv1] {
    max-width: 800px;
    margin: 0 auto;
}

.why-intro[b-ytb4bxdrv1] {
    text-align: center;
    margin-bottom: 56px;
}

.why-intro .section-subtitle[b-ytb4bxdrv1] {
    margin: 0 auto;
}

.why-grid[b-ytb4bxdrv1] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.why-card[b-ytb4bxdrv1] {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px 28px;
    background: var(--vondl-white);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: var(--vondl-radius-md);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-card:hover[b-ytb4bxdrv1] {
    border-color: rgba(232, 141, 141, 0.2);
    box-shadow: 0 8px 32px rgba(232, 141, 141, 0.08);
    transform: translateX(4px);
}

.why-card-icon[b-ytb4bxdrv1] {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--vondl-bg-light);
    border-radius: 12px;
    transition: all 0.3s;
}

.why-card:hover .why-card-icon[b-ytb4bxdrv1] {
    background: linear-gradient(135deg, rgba(232, 141, 141, 0.08), rgba(240, 168, 104, 0.08));
}

.why-card-content[b-ytb4bxdrv1] {
    flex: 1;
}

.why-card-content h3[b-ytb4bxdrv1] {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--vondl-text);
}

.why-card-content p[b-ytb4bxdrv1] {
    font-size: 0.9rem;
    color: var(--vondl-text-light);
    line-height: 1.7;
    margin: 0;
}

.why-card-check[b-ytb4bxdrv1] {
    flex-shrink: 0;
    margin-top: 4px;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s;
}

.why-card:hover .why-card-check[b-ytb4bxdrv1] {
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 768px) {
    .why-card[b-ytb4bxdrv1] {
        padding: 20px;
    }

    .why-card-check[b-ytb4bxdrv1] {
        display: none;
    }
}
