@import 'VONDL.Web.Client.vjrzb3ghv0.bundle.scp.css';

/* /Components/Admin/Analytics/LeadDetailPage.razor.rz.scp.css */
/* Lead detail (static SSR page) — full-page layout for a single lead.
   Ports the session/journey/field styling from the retired drawer and adds the
   page header + responsive card grid. Complements global .vw-* rules. */

.vw-detail-top[b-x75wkd8k8t] {
    margin-bottom: 14px;
}

.vw-detail-back[b-x75wkd8k8t] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.vw-detail-head[b-x75wkd8k8t] {
    margin-bottom: 20px;
}

.vw-detail-eyebrow[b-x75wkd8k8t] {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--vw-muted);
}

.vw-detail-title[b-x75wkd8k8t] {
    font-size: 1.5rem;
    font-weight: 680;
    margin: 4px 0 12px;
    color: var(--vw-ink);
    word-break: break-word;
}

.vw-detail-chips[b-x75wkd8k8t] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.vw-detail-seen[b-x75wkd8k8t] {
    font-size: 0.82rem;
    color: var(--vw-muted);
    margin-top: 12px;
}

/* Two-column card grid; the wide section (captured fields) spans both. */
.vw-detail-grid[b-x75wkd8k8t] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    align-items: start;
}

.vw-detail-section[b-x75wkd8k8t] {
    padding: 20px;
}

.vw-detail-section--wide[b-x75wkd8k8t] {
    grid-column: 1 / -1;
}

@media (max-width: 900px) {
    .vw-detail-grid[b-x75wkd8k8t] {
        grid-template-columns: 1fr;
    }
}

.vw-detail-h[b-x75wkd8k8t] {
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--vw-muted);
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--vw-border);
}

.vw-detail-muted[b-x75wkd8k8t] {
    font-size: 0.85rem;
    color: var(--vw-muted);
    margin: 0;
}

/* ----- Sessions ----- */
.vw-session-list[b-x75wkd8k8t] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vw-session[b-x75wkd8k8t] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-left: 12px;
    border-left: 2px solid var(--vw-s1);
}

.vw-session-time[b-x75wkd8k8t] {
    font-size: 0.85rem;
    font-weight: 550;
    color: var(--vw-ink);
}

.vw-session-meta[b-x75wkd8k8t] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 12px;
    font-size: 0.8rem;
    color: var(--vw-ink-2);
}

.vw-session-path[b-x75wkd8k8t] {
    color: var(--vw-muted);
    word-break: break-all;
}

/* ----- Journey ----- */
.vw-journey[b-x75wkd8k8t] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vw-journey-item[b-x75wkd8k8t] {
    display: grid;
    grid-template-columns: 16px 1fr;
    gap: 10px;
    padding-bottom: 16px;
    position: relative;
}

.vw-journey-item:not(:last-child)[b-x75wkd8k8t]::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 14px;
    bottom: 0;
    width: 2px;
    background: var(--vw-grid);
}

.vw-journey-dot[b-x75wkd8k8t] {
    width: 10px;
    height: 10px;
    margin-top: 4px;
    border-radius: 50%;
    background: var(--vw-s1);
    border: 2px solid var(--vw-surface);
    box-shadow: 0 0 0 1px var(--vw-baseline);
    z-index: 1;
}

.vw-journey-url[b-x75wkd8k8t] {
    font-size: 0.87rem;
    font-weight: 550;
    color: var(--vw-ink);
    word-break: break-all;
}

.vw-journey-meta[b-x75wkd8k8t] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 12px;
    font-size: 0.78rem;
    color: var(--vw-muted);
    margin-top: 3px;
}

/* ----- Captured fields ----- */
.vw-fields[b-x75wkd8k8t] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px 24px;
    margin: 0;
}

.vw-field[b-x75wkd8k8t] { min-width: 0; }
.vw-field--wide[b-x75wkd8k8t] { grid-column: 1 / -1; }

.vw-field dt[b-x75wkd8k8t] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--vw-muted);
    margin-bottom: 3px;
}

.vw-field dd[b-x75wkd8k8t] {
    margin: 0;
    font-size: 0.85rem;
    color: var(--vw-ink);
    word-break: break-word;
    font-variant-numeric: tabular-nums;
}

@media (max-width: 620px) {
    .vw-fields[b-x75wkd8k8t] { grid-template-columns: 1fr; }
}
/* /Components/Admin/Analytics/LeadsExplorer.razor.rz.scp.css */
/* Leads explorer (static SSR) — row links, range chips, date inputs.
   Complements the global .vw-* rules in wwwroot/css/admin-analytics.css. */

/* Date-range presets */
.vw-range-bar[b-9dsori58wi] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.vw-range-chip[b-9dsori58wi] {
    font-size: 0.82rem;
    font-weight: 550;
    color: var(--vw-ink-2);
    background: var(--vw-plane);
    border: 1px solid var(--vw-border);
    border-radius: 999px;
    padding: 6px 14px;
    text-decoration: none;
    transition: background 0.12s ease, color 0.12s ease, border-color 0.12s ease;
}

.vw-range-chip:hover[b-9dsori58wi] {
    background: var(--vw-hover);
    color: var(--vw-ink);
}

.vw-range-chip.is-active[b-9dsori58wi] {
    background: var(--vw-ink);
    color: var(--vw-surface);
    border-color: var(--vw-ink);
}

/* Custom date inputs inside the filter form */
.vw-daterange[b-9dsori58wi] {
    display: inline-flex;
    align-items: center;
}

.vw-daterange input[type="date"][b-9dsori58wi] {
    font: inherit;
    font-size: 0.85rem;
    color: var(--vw-ink);
    background: var(--vw-surface);
    border: 1px solid var(--vw-border);
    border-radius: 8px;
    padding: 7px 10px;
    min-width: 9.5rem;
}

.vw-daterange input[type="date"]:focus-visible[b-9dsori58wi] {
    outline: 2px solid var(--vw-s1);
    outline-offset: 1px;
}

/* Whole-row click target without JS: the org-cell anchor is stretched across
   the entire <tr> using an absolutely-positioned ::after. Native <a> navigation
   means a row click always works — no interactive circuit involved. */
.vw-row[b-9dsori58wi] {
    position: relative;
}

.vw-lead-link[b-9dsori58wi] {
    text-decoration: none;
    color: inherit;
    font-weight: 600;
}

.vw-lead-link[b-9dsori58wi]::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

.vw-row:hover[b-9dsori58wi] {
    background: var(--vw-hover);
    cursor: pointer;
}

.vw-lead-link:focus-visible[b-9dsori58wi] {
    outline: 2px solid var(--vw-s1);
    outline-offset: -2px;
    border-radius: 4px;
}

/* Keep the DNS badge / ISP text clickable-through but above the stretched link
   so their own titles/tooltips still work. */
.vw-cell-org .vw-badge[b-9dsori58wi],
.vw-cell-org .vw-org-isp[b-9dsori58wi] {
    position: relative;
    z-index: 2;
}

/* Location cell: flag + place on one line, source IP as a monospace subline */
.vw-loc[b-9dsori58wi] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.vw-ip[b-9dsori58wi] {
    display: inline-block;
    margin-top: 2px;
    font-family: ui-monospace, "SFMono-Regular", "Cascadia Code", Menlo, Consolas, monospace;
    font-size: 0.76rem;
    color: var(--vw-ink-2);
    letter-spacing: -0.01em;
    /* Keep the IP above the stretched row-link so its title tooltip works. */
    position: relative;
    z-index: 2;
}

/* Sort headers are now anchors */
.vw-th-btn[b-9dsori58wi] {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

/* Disabled pager controls rendered as inert spans */
.vw-btn.is-disabled[b-9dsori58wi] {
    opacity: 0.45;
    pointer-events: none;
}
/* /Components/Admin/Analytics/Widgets/DateRangeSelector.razor.rz.scp.css */
.vw-range[b-u444ljtqnl] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.vw-range-presets[b-u444ljtqnl] {
    display: inline-flex;
    background: var(--vw-surface);
    border: 1px solid var(--vw-border);
    border-radius: 10px;
    padding: 3px;
    gap: 2px;
    flex-wrap: wrap;
}

.vw-range-btn[b-u444ljtqnl] {
    font: inherit;
    font-size: 0.82rem;
    font-weight: 550;
    color: var(--vw-ink-2);
    background: transparent;
    border: none;
    border-radius: 7px;
    padding: 6px 12px;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.vw-range-btn:hover[b-u444ljtqnl] {
    background: var(--vw-hover);
    color: var(--vw-ink);
}

.vw-range-btn.is-active[b-u444ljtqnl] {
    background: var(--vw-s1);
    color: #fff;
}

.vw-range-btn:focus-visible[b-u444ljtqnl] {
    outline: 2px solid var(--vw-s1);
    outline-offset: 2px;
}

.vw-range-custom[b-u444ljtqnl] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.vw-range-custom input[type="date"][b-u444ljtqnl] {
    font: inherit;
    font-size: 0.82rem;
    color: var(--vw-ink);
    background: var(--vw-surface);
    border: 1px solid var(--vw-border);
    border-radius: 8px;
    padding: 6px 8px;
    color-scheme: inherit;
}

.vw-range-dash[b-u444ljtqnl] {
    color: var(--vw-muted);
}

.vw-range-apply[b-u444ljtqnl] {
    padding: 7px 14px;
}

.vw-range-summary[b-u444ljtqnl] {
    font-size: 0.82rem;
    color: var(--vw-muted);
    font-variant-numeric: tabular-nums;
}
/* /Components/Admin/Analytics/Widgets/RankedBars.razor.rz.scp.css */
/* Ranked-bar styles live in wwwroot/css/admin-analytics.css (.vw-rb*) so the same
   markup can be reused directly in pages (e.g. the geo list with flags). This scoped
   file is intentionally empty. */
/* /Components/Admin/Analytics/Widgets/Sparkline.razor.rz.scp.css */
.vw-sparkline[b-vach1gj0n0] {
    display: block;
    width: 100%;
    height: 30px;
    overflow: visible;
}
/* /Components/Admin/Analytics/Widgets/StatTile.razor.rz.scp.css */
.vw-tile[b-ojdlo8bx7z] {
    background: var(--vw-surface);
    border: 1px solid var(--vw-border);
    border-radius: 14px;
    padding: 16px 18px 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-height: 118px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.vw-tile-label[b-ojdlo8bx7z] {
    font-size: 0.78rem;
    font-weight: 550;
    color: var(--vw-ink-2);
    letter-spacing: 0.01em;
}

.vw-tile-value[b-ojdlo8bx7z] {
    font-size: 1.9rem;
    font-weight: 640;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: var(--vw-ink);
}

.vw-tile-foot[b-ojdlo8bx7z] {
    display: flex;
    align-items: center;
    min-height: 18px;
    margin-top: auto;
}

.vw-tile-delta[b-ojdlo8bx7z] {
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
    font-size: 0.78rem;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.vw-tile-delta span[aria-hidden][b-ojdlo8bx7z] {
    font-size: 0.66rem;
}

.vw-tile-delta.is-good[b-ojdlo8bx7z] { color: var(--vw-good-text); }
.vw-tile-delta.is-bad[b-ojdlo8bx7z] { color: var(--vw-down-text); }
.vw-tile-delta.is-flat[b-ojdlo8bx7z] { color: var(--vw-muted); }

.vw-tile-delta-note[b-ojdlo8bx7z] {
    color: var(--vw-muted);
    font-weight: 500;
}

.vw-tile-sub[b-ojdlo8bx7z] {
    font-size: 0.78rem;
    color: var(--vw-ink-2);
}

.vw-tile-spark[b-ojdlo8bx7z] {
    margin-top: 4px;
}
/* /Components/Admin/Layout/AdminLayout.razor.rz.scp.css */
/* ============================================================
   VONDL Admin Shell — layout tokens + chrome (VON-43)
   Tokens scoped to .vw-admin-shell; the analytics page adds
   its own .vw-analytics tokens for dataviz colours.
   ============================================================ */

.vw-admin-shell[b-0ssemvar94] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: var(--vondl-dark-surface, #0F0F23);
    color: var(--vondl-white, #fff);
    font-family: var(--vondl-font-body, 'Inter', sans-serif);
}

/* ── Top bar ────────────────────────────────────────────── */

.vw-admin-topbar[b-0ssemvar94] {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(22, 33, 62, 0.92);
    border-bottom: 1px solid rgba(255,255,255,0.09);
    backdrop-filter: saturate(1.2) blur(8px);
    -webkit-backdrop-filter: saturate(1.2) blur(8px);
}

.vw-admin-topbar-inner[b-0ssemvar94] {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 clamp(16px, 3vw, 32px);
    height: 56px;
}

/* ── Brand ──────────────────────────────────────────────── */

.vw-admin-brand[b-0ssemvar94] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    flex-shrink: 0;
}

.vw-admin-logo-text[b-0ssemvar94] {
    font-family: var(--vondl-font-heading, 'Space Grotesk', 'Inter', sans-serif);
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1;
    color: #fff;
    background: linear-gradient(90deg, #fff 0%, var(--vondl-red-light, #F4B0B0) 140%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vw-admin-brand-sep[b-0ssemvar94] {
    color: rgba(255,255,255,0.35);
    font-size: 0.9rem;
}

.vw-admin-brand-name[b-0ssemvar94] {
    font-size: 0.88rem;
    font-weight: 600;
    color: rgba(255,255,255,0.65);
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

/* ── Nav ────────────────────────────────────────────────── */

.vw-admin-nav[b-0ssemvar94] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 12px;
    margin-right: auto;
}

.vw-admin-nav-link[b-0ssemvar94] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 15px;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255,255,255,0.60);
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.15s ease, color 0.15s ease;
    white-space: nowrap;
}

.vw-admin-nav-link:hover[b-0ssemvar94] {
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.90);
}

.vw-admin-nav-link.active[b-0ssemvar94] {
    background: rgba(232, 141, 141, 0.12);
    color: var(--vondl-red-light, #F4B0B0);
    font-weight: 600;
}

.vw-admin-nav-icon[b-0ssemvar94] {
    font-size: 0.8rem;
    line-height: 1;
}

/* ── Top-bar actions ────────────────────────────────────── */

.vw-admin-topbar-actions[b-0ssemvar94] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.vw-admin-site-link[b-0ssemvar94] {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.45);
    text-decoration: none;
    padding: 5px 9px;
    border-radius: 6px;
    transition: background 0.15s, color 0.15s;
}

.vw-admin-site-link:hover[b-0ssemvar94] {
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.80);
}

.vw-admin-user[b-0ssemvar94] {
    max-width: 180px;
    overflow: hidden;
}

.vw-admin-user-email[b-0ssemvar94] {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.45);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.vw-admin-signout-form[b-0ssemvar94] {
    display: contents;
}

.vw-admin-signout-btn[b-0ssemvar94] {
    font-size: 0.8rem;
    font-weight: 500;
    color: rgba(255,255,255,0.55);
    background: transparent;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    padding: 5px 11px;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
    white-space: nowrap;
}

.vw-admin-signout-btn:hover[b-0ssemvar94] {
    background: rgba(232, 141, 141, 0.10);
    border-color: rgba(232, 141, 141, 0.35);
    color: var(--vondl-red-light, #F4B0B0);
}

.vw-admin-signout-btn:focus-visible[b-0ssemvar94] {
    outline: 2px solid var(--vondl-red, #E88D8D);
    outline-offset: 2px;
}

/* ── Main content ───────────────────────────────────────── */

.vw-admin-main[b-0ssemvar94] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* ── Responsive: collapse nav labels on small screens ───── */

@media (max-width: 640px) {
    .vw-admin-topbar-inner[b-0ssemvar94] {
        gap: 10px;
    }

    .vw-admin-nav[b-0ssemvar94] {
        margin-left: 4px;
        gap: 4px;
    }

    .vw-admin-nav-link[b-0ssemvar94] {
        padding: 7px 10px;
        font-size: 0.8rem;
    }

    .vw-admin-user[b-0ssemvar94] {
        display: none;
    }
}

/* ── Navigation progress bar ─────────────────────────────
   A slim top bar that signals in-flight page loads (enhanced
   navigation + form posts). Driven by wwwroot/js/admin-portal.js
   which toggles .is-active / .is-done. Degrades to invisible if
   the script never runs. */

.vw-admin-progress[b-0ssemvar94] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    transform: scaleX(0);
    transform-origin: 0 50%;
    background: linear-gradient(90deg, var(--vondl-red, #E88D8D), var(--vondl-red-light, #F4B0B0));
    box-shadow: 0 0 8px rgba(232, 141, 141, 0.55);
    z-index: 100;
    opacity: 0;
    pointer-events: none;
}

.vw-admin-progress.is-active[b-0ssemvar94] {
    opacity: 1;
    animation: vw-admin-progress-fill-b-0ssemvar94 8s cubic-bezier(0.1, 0.7, 0.3, 1) forwards;
}

.vw-admin-progress.is-done[b-0ssemvar94] {
    opacity: 0;
    transform: scaleX(1);
    transition: transform 0.2s ease, opacity 0.35s ease 0.1s;
    animation: none;
}

@keyframes vw-admin-progress-fill-b-0ssemvar94 {
    0%   { transform: scaleX(0); }
    35%  { transform: scaleX(0.45); }
    75%  { transform: scaleX(0.8); }
    100% { transform: scaleX(0.94); }
}

@media (prefers-reduced-motion: reduce) {
    .vw-admin-progress.is-active[b-0ssemvar94] { animation: none; opacity: 1; transform: scaleX(0.5); }
}
/* /Components/Admin/Pages/AdminSettings.razor.rz.scp.css */
/* Settings page — light surface, consistent with the analytics design system.
   Tokens (--vw-*) inherit from the .vw-analytics wrapper. */

.vw-deflist[b-q2bfjnxdb3] {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 10px 16px;
    margin: 0;
    font-size: 0.88rem;
}

.vw-deflist dt[b-q2bfjnxdb3] {
    color: var(--vw-muted);
    font-weight: 550;
}

.vw-deflist dd[b-q2bfjnxdb3] {
    margin: 0;
    color: var(--vw-ink);
    overflow-wrap: anywhere;
}

.vw-mono[b-q2bfjnxdb3] {
    font-family: ui-monospace, "SFMono-Regular", "Cascadia Code", Consolas, monospace;
    font-size: 0.82rem;
    color: var(--vw-ink-2);
}

.vw-settings-actions[b-q2bfjnxdb3] {
    margin-top: 18px;
}

.vw-linklist[b-q2bfjnxdb3] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.vw-linklist li[b-q2bfjnxdb3] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.vw-linklist a[b-q2bfjnxdb3] {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--vw-s1);
    text-decoration: none;
    width: fit-content;
}

.vw-linklist a:hover[b-q2bfjnxdb3] {
    text-decoration: underline;
}

.vw-linklist span[b-q2bfjnxdb3] {
    font-size: 0.82rem;
    color: var(--vw-muted);
}

.vw-settings-note[b-q2bfjnxdb3] {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.6;
    color: var(--vw-ink-2);
    max-width: 68ch;
}

@media (max-width: 520px) {
    .vw-deflist[b-q2bfjnxdb3] {
        grid-template-columns: 1fr;
        gap: 2px 0;
    }

    .vw-deflist dt[b-q2bfjnxdb3] {
        margin-top: 10px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-mc6jnm7f5n] {
    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-mc6jnm7f5n] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/PrivacyPolicy.razor.rz.scp.css */
.legal-page[b-yo9fhujztx] {
    padding-top: 120px;
    padding-bottom: 80px;
    min-height: 100vh;
}

.legal-header[b-yo9fhujztx] {
    margin-bottom: 48px;
}

.legal-header .section-title[b-yo9fhujztx] {
    font-family: var(--vondl-font-heading);
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--vondl-dark);
    margin-bottom: 8px;
}

.legal-updated[b-yo9fhujztx] {
    font-size: 0.9rem;
    color: var(--vondl-text-muted);
}

.legal-content h2[b-yo9fhujztx] {
    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-yo9fhujztx],
.legal-content li[b-yo9fhujztx] {
    font-size: 0.95rem;
    color: var(--vondl-text);
    line-height: 1.8;
}

.legal-content ul[b-yo9fhujztx] {
    padding-left: 24px;
    margin: 12px 0;
}

.legal-content ul li[b-yo9fhujztx] {
    margin-bottom: 6px;
}

.legal-content a[b-yo9fhujztx] {
    color: var(--vondl-red-deep);
    text-decoration: underline;
    transition: color var(--vondl-transition);
}

.legal-content a:hover[b-yo9fhujztx] {
    color: var(--vondl-orange);
}

.legal-back[b-yo9fhujztx] {
    margin-top: 48px;
}

.btn-back[b-yo9fhujztx] {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--vondl-text-light);
    transition: color var(--vondl-transition);
}

.btn-back:hover[b-yo9fhujztx] {
    color: var(--vondl-orange);
}

@media (max-width: 768px) {
    .legal-page[b-yo9fhujztx] {
        padding-top: 96px;
        padding-bottom: 48px;
    }

    .legal-header .section-title[b-yo9fhujztx] {
        font-size: 1.8rem;
    }

    .legal-content h2[b-yo9fhujztx] {
        font-size: 1.1rem;
    }
}
/* /Components/Sections/About.razor.rz.scp.css */
.about-grid[b-hy93ochwnd] {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 80px;
    align-items: center;
}

.about-visual[b-hy93ochwnd] {
    position: relative;
}

.visual-card[b-hy93ochwnd] {
    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-hy93ochwnd] {
    text-align: center;
}

.visual-metric[b-hy93ochwnd] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.metric-number[b-hy93ochwnd] {
    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-hy93ochwnd] {
    font-size: 0.9rem;
    color: var(--vondl-text-muted);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.about-text[b-hy93ochwnd] {
    font-size: 1.05rem;
    color: var(--vondl-text-light);
    line-height: 1.8;
    margin-bottom: 16px;
}

.about-features[b-hy93ochwnd] {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.feature-item[b-hy93ochwnd] {
    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-hy93ochwnd] {
    background: var(--vondl-bg-light);
}

.feature-icon[b-hy93ochwnd] {
    flex-shrink: 0;
    margin-top: 2px;
}

.feature-item div[b-hy93ochwnd] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.feature-item strong[b-hy93ochwnd] {
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--vondl-text);
}

.feature-item span[b-hy93ochwnd] {
    font-size: 0.84rem;
    color: var(--vondl-text-light);
}

@media (max-width: 960px) {
    .about-grid[b-hy93ochwnd] {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .visual-card[b-hy93ochwnd] {
        min-height: 200px;
        padding: 36px;
    }
}

@media (max-width: 480px) {
    .visual-card[b-hy93ochwnd] {
        min-height: 160px;
        padding: 28px;
    }

    .metric-number[b-hy93ochwnd] {
        font-size: 3rem;
    }

    .about-text[b-hy93ochwnd] {
        font-size: 0.95rem;
    }

    .feature-item[b-hy93ochwnd] {
        padding: 10px 12px;
    }

    .feature-item strong[b-hy93ochwnd] {
        font-size: 0.88rem;
    }

    .feature-item span[b-hy93ochwnd] {
        font-size: 0.8rem;
    }
}
/* /Components/Sections/Clients.razor.rz.scp.css */
.clients-section[b-rmjjq7shv5] {
    padding: 64px 0;
}

.clients-content[b-rmjjq7shv5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 32px;
}

.clients-logos[b-rmjjq7shv5] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 48px;
}

.client-logo-link[b-rmjjq7shv5] {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity var(--vondl-transition), transform var(--vondl-transition);
}

.client-logo-link:hover[b-rmjjq7shv5] {
    opacity: 0.7;
    transform: translateY(-2px);
}

.client-logo[b-rmjjq7shv5] {
    max-height: 48px;
    width: auto;
}

.client-logo-link:hover .client-logo[b-rmjjq7shv5] {
    opacity: 0.7;
}

@media (max-width: 480px) {
    .clients-section[b-rmjjq7shv5] {
        padding: 48px 0;
    }

    .client-logo[b-rmjjq7shv5] {
        max-height: 36px;
    }
}
/* /Components/Sections/Contact.razor.rz.scp.css */
.contact-header[b-v8vvrm1skk] {
    text-align: center;
    margin-bottom: 64px;
}

.contact-header .section-subtitle[b-v8vvrm1skk] {
    margin: 0 auto;
}

.contact-grid[b-v8vvrm1skk] {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
    align-items: start;
}

.info-card[b-v8vvrm1skk] {
    background: var(--vondl-dark);
    color: var(--vondl-white);
    border-radius: var(--vondl-radius-lg);
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.info-card[b-v8vvrm1skk]::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-v8vvrm1skk] {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 12px;
    position: relative;
}

.info-text[b-v8vvrm1skk] {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
    margin-bottom: 36px;
    position: relative;
}

.info-items[b-v8vvrm1skk] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
}

.info-item[b-v8vvrm1skk] {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.info-icon[b-v8vvrm1skk] {
    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-v8vvrm1skk] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.info-item strong[b-v8vvrm1skk] {
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}

.info-item span[b-v8vvrm1skk] {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.5;
}

.info-item a[b-v8vvrm1skk] {
    color: rgba(255, 255, 255, 0.45);
    transition: color 0.3s;
}

.info-item a:hover[b-v8vvrm1skk] {
    color: var(--vondl-orange-light);
}

.info-company[b-v8vvrm1skk] {
    margin-top: 36px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
}

.info-company span[b-v8vvrm1skk] {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.3);
}

.contact-form-wrap[b-v8vvrm1skk] {
    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-v8vvrm1skk] {
        margin-bottom: 40px;
    }

    .contact-grid[b-v8vvrm1skk] {
        grid-template-columns: 1fr;
    }

    .info-card[b-v8vvrm1skk] {
        padding: 28px;
    }

    .info-card h3[b-v8vvrm1skk] {
        font-size: 1.15rem;
    }

    .contact-form-wrap[b-v8vvrm1skk] {
        padding: 28px;
    }
}

@media (max-width: 480px) {
    .info-card[b-v8vvrm1skk] {
        padding: 22px;
    }

    .info-text[b-v8vvrm1skk] {
        font-size: 0.85rem;
        margin-bottom: 24px;
    }

    .info-items[b-v8vvrm1skk] {
        gap: 18px;
    }

    .info-icon[b-v8vvrm1skk] {
        width: 36px;
        height: 36px;
    }

    .contact-form-wrap[b-v8vvrm1skk] {
        padding: 20px;
    }
}
/* /Components/Sections/CookieConsent.razor.rz.scp.css */
.cookie-banner[b-t4ejkv9q66] {
    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-t4ejkv9q66 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.cookie-banner-content[b-t4ejkv9q66] {
    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-t4ejkv9q66] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin: 0;
}

.cookie-banner-content a[b-t4ejkv9q66] {
    color: var(--vondl-orange-light);
    text-decoration: underline;
    transition: color var(--vondl-transition);
}

.cookie-banner-content a:hover[b-t4ejkv9q66] {
    color: var(--vondl-orange);
}

.cookie-accept-btn[b-t4ejkv9q66] {
    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-t4ejkv9q66] {
    opacity: 0.9;
    transform: translateY(-1px);
}

@keyframes slide-up-b-t4ejkv9q66 {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

@media (max-width: 600px) {
    .cookie-banner-content[b-t4ejkv9q66] {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
}
/* /Components/Sections/Footer.razor.rz.scp.css */
.vondl-footer[b-s0rmfhdijw] {
    background: var(--vondl-dark);
    color: var(--vondl-white);
    padding: 64px 0 0;
}

.footer-address[b-s0rmfhdijw] {
    font-style: normal;
}

.footer-top[b-s0rmfhdijw] {
    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-s0rmfhdijw] {
    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-s0rmfhdijw] {
    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-s0rmfhdijw] {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.7;
    max-width: 280px;
}

.footer-links-group h4[b-s0rmfhdijw] {
    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-s0rmfhdijw] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links-group ul li[b-s0rmfhdijw] {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.45);
    transition: color 0.3s;
}

.footer-links-group ul li a[b-s0rmfhdijw] {
    color: rgba(255, 255, 255, 0.45);
    transition: color 0.3s;
}

.footer-links-group ul li a:hover[b-s0rmfhdijw] {
    color: var(--vondl-orange-light);
}

.footer-bottom[b-s0rmfhdijw] {
    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-s0rmfhdijw] {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.3);
    margin: 0;
}

.footer-legal[b-s0rmfhdijw] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-legal a[b-s0rmfhdijw] {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.3);
    transition: color var(--vondl-transition);
}

.footer-legal a:hover[b-s0rmfhdijw] {
    color: var(--vondl-orange-light);
}

.footer-legal-separator[b-s0rmfhdijw] {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.2);
}

.footer-vat[b-s0rmfhdijw] {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.3);
    font-family: var(--vondl-font-body);
}

@media (max-width: 960px) {
    .footer-top[b-s0rmfhdijw] {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .footer-brand[b-s0rmfhdijw] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .vondl-footer[b-s0rmfhdijw] {
        padding: 48px 0 0;
    }

    .footer-top[b-s0rmfhdijw] {
        gap: 28px;
        padding-bottom: 32px;
    }

    .footer-bottom[b-s0rmfhdijw] {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .footer-top[b-s0rmfhdijw] {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .footer-tagline[b-s0rmfhdijw] {
        max-width: 100%;
    }

    .footer-links-group h4[b-s0rmfhdijw] {
        margin-bottom: 12px;
    }

    .footer-links-group ul[b-s0rmfhdijw] {
        gap: 10px;
    }

    .footer-bottom p[b-s0rmfhdijw] {
        font-size: 0.78rem;
    }
}
/* /Components/Sections/Hero.razor.rz.scp.css */
/* =============================================
   Brand Reveal — Code Rain + Bracket Animation
   ============================================= */
.brand-wrapper[b-t52t0kgulm] {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: #0a0a1a;
}

.code-rain-canvas[b-t52t0kgulm] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.35;
}

.brand-reveal[b-t52t0kgulm] {
    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-t52t0kgulm] {
    display: flex;
    align-items: center;
    gap: 0;
}

.bracket[b-t52t0kgulm] {
    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-t52t0kgulm 0.6s ease-out forwards;
}

.bracket-open[b-t52t0kgulm] {
    animation-delay: 0.3s;
    transform: translateX(30px);
}

.bracket-close[b-t52t0kgulm] {
    animation-delay: 0.5s;
    transform: translateX(-30px);
}

@keyframes bracket-appear-b-t52t0kgulm {
    to {
        opacity: 0.6;
        transform: translateX(0);
    }
}

.brand-inner[b-t52t0kgulm] {
    display: flex;
    align-items: center;
}

.brand-name[b-t52t0kgulm] {
    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-t52t0kgulm] {
    display: inline-block;
    width: 4px;
    height: clamp(3.5rem, 12vw, 10rem);
    background: var(--vondl-orange);
    margin-left: 8px;
    animation: cursor-blink-b-t52t0kgulm 1s step-end infinite;
    border-radius: 2px;
}

@keyframes cursor-blink-b-t52t0kgulm {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.brand-sub[b-t52t0kgulm] {
    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-t52t0kgulm 0.8s ease-out 0.8s forwards;
}

@keyframes fade-in-up-b-t52t0kgulm {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 0.5; transform: translateY(0); }
}

/* =============================================
   Hero Section — Dark with Code Aesthetics
   ============================================= */
.hero[b-t52t0kgulm] {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg[b-t52t0kgulm] {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-gradient[b-t52t0kgulm] {
    position: absolute;
    inset: 0;
    background: #0a0a1a;
}

/* Subtle circuit-board grid */
.hero-grid-pattern[b-t52t0kgulm] {
    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-t52t0kgulm 6s ease-in-out infinite;
}

@keyframes grid-pulse-b-t52t0kgulm {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

/* Warm glow behind content */
.hero-glow[b-t52t0kgulm] {
    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-t52t0kgulm 10s ease-in-out infinite;
    pointer-events: none;
}

@keyframes glow-drift-b-t52t0kgulm {
    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-t52t0kgulm] {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.code-token[b-t52t0kgulm] {
    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-t52t0kgulm var(--dur, 14s) ease-in-out infinite;
    animation-delay: var(--delay, 0s);
}

.token-1[b-t52t0kgulm]  { top: 12%; right: 8%;  --dur: 16s; --delay: 0s; }
.token-2[b-t52t0kgulm]  { top: 25%; right: 22%; --dur: 13s; --delay: 1.2s; }
.token-3[b-t52t0kgulm]  { top: 45%; right: 5%;  --dur: 18s; --delay: 2.5s; }
.token-4[b-t52t0kgulm]  { top: 65%; right: 18%; --dur: 15s; --delay: 0.8s; }
.token-5[b-t52t0kgulm]  { top: 80%; right: 10%; --dur: 14s; --delay: 3s; }
.token-6[b-t52t0kgulm]  { top: 18%; right: 35%; --dur: 17s; --delay: 1.5s; }
.token-7[b-t52t0kgulm]  { top: 55%; right: 30%; --dur: 12s; --delay: 4s; }
.token-8[b-t52t0kgulm]  { top: 35%; right: 42%; --dur: 19s; --delay: 2s; }
.token-9[b-t52t0kgulm]  { top: 72%; right: 35%; --dur: 16s; --delay: 0.5s; }
.token-10[b-t52t0kgulm] { top: 8%;  right: 48%; --dur: 14s; --delay: 3.5s; }
.token-11[b-t52t0kgulm] { top: 40%; right: 50%; --dur: 15s; --delay: 1s; }
.token-12[b-t52t0kgulm] { top: 88%; right: 25%; --dur: 13s; --delay: 2.8s; }

@keyframes token-float-b-t52t0kgulm {
    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-t52t0kgulm] {
    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-t52t0kgulm 1s ease-out 1.2s forwards;
}

@keyframes terminal-appear-b-t52t0kgulm {
    from { opacity: 0; transform: translateY(30px) scale(0.95); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.terminal-bar[b-t52t0kgulm] {
    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-t52t0kgulm] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.dot-red[b-t52t0kgulm] { background: #ff5f57; }
.dot-yellow[b-t52t0kgulm] { background: #febc2e; }
.dot-green[b-t52t0kgulm] { background: #28c840; }

.terminal-title[b-t52t0kgulm] {
    margin-left: auto;
    font-family: 'Space Grotesk', monospace;
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.25);
}

.terminal-body[b-t52t0kgulm] {
    padding: 14px 16px;
    font-family: 'Space Grotesk', monospace;
    font-size: 0.72rem;
    line-height: 1.9;
}

.terminal-line[b-t52t0kgulm] {
    opacity: 0;
    animation: type-in-b-t52t0kgulm 0.4s ease-out forwards;
}

.line-1[b-t52t0kgulm] { animation-delay: 1.8s; }
.line-2[b-t52t0kgulm] { animation-delay: 2.4s; }
.line-3[b-t52t0kgulm] { animation-delay: 3.2s; }
.line-4[b-t52t0kgulm] { animation-delay: 3.8s; }
.line-5[b-t52t0kgulm] { animation-delay: 4.6s; }
.line-6[b-t52t0kgulm] { animation-delay: 5.2s; }

@keyframes type-in-b-t52t0kgulm {
    from { opacity: 0; transform: translateX(-6px); }
    to { opacity: 1; transform: translateX(0); }
}

.t-keyword[b-t52t0kgulm] { color: var(--vondl-orange); }
.t-string[b-t52t0kgulm] { color: var(--vondl-yellow); }
.t-success[b-t52t0kgulm] { color: #28c840; }
.t-muted[b-t52t0kgulm] { color: rgba(255, 255, 255, 0.3); }
.t-cursor[b-t52t0kgulm] {
    color: var(--vondl-orange);
    animation: cursor-blink-b-t52t0kgulm 1s step-end infinite;
}

/* =============================================
   Hero Content
   ============================================= */
.hero-content[b-t52t0kgulm] {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 140px 0 100px;
}

.hero-text[b-t52t0kgulm] {
    max-width: 640px;
}

.hero-title[b-t52t0kgulm] {
    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-t52t0kgulm] {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.8;
    max-width: 520px;
    margin-bottom: 40px;
}

.hero-actions[b-t52t0kgulm] {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.animate-hero[b-t52t0kgulm] {
    animation: hero-text-reveal 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation-fill-mode: both;
}

.hero-stats[b-t52t0kgulm] {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 80px;
    max-width: 480px;
}

.stat-item[b-t52t0kgulm] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    text-align: center;
}

.stat-value[b-t52t0kgulm] {
    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-t52t0kgulm] {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.35);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.stat-divider[b-t52t0kgulm] {
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.08);
    margin: 0 4px;
}

/* =============================================
   Responsive
   ============================================= */
@media (max-width: 768px) {
    .brand-sub[b-t52t0kgulm] {
        letter-spacing: 0.1em;
        font-size: 0.7rem;
        margin-top: 12px;
    }

    .bracket[b-t52t0kgulm] {
        font-size: clamp(1.8rem, 6vw, 3.5rem);
    }

    .brand-cursor[b-t52t0kgulm] {
        height: clamp(2.5rem, 8vw, 5rem);
        width: 3px;
    }

    .hero-content[b-t52t0kgulm] {
        padding: 100px 0 64px;
    }

    .hero-description[b-t52t0kgulm] {
        font-size: 0.95rem;
        margin-bottom: 32px;
    }

    .hero-stats[b-t52t0kgulm] {
        margin-top: 48px;
        flex-direction: column;
        gap: 16px;
    }

    .stat-divider[b-t52t0kgulm] {
        width: 40px;
        height: 1px;
        margin: 0;
    }

    .hero-actions[b-t52t0kgulm] {
        flex-direction: column;
    }

    .hero-actions .vondl-btn[b-t52t0kgulm] {
        justify-content: center;
    }

    .hero-terminal[b-t52t0kgulm] {
        display: none;
    }

    .hero-code-tokens[b-t52t0kgulm] {
        display: none;
    }
}

@media (max-width: 480px) {
    .brand-sub[b-t52t0kgulm] {
        font-size: 0.6rem;
        letter-spacing: 0.06em;
        padding: 0 16px;
        text-align: center;
    }

    .bracket[b-t52t0kgulm] {
        display: none;
    }

    .brand-cursor[b-t52t0kgulm] {
        height: 2.5rem;
    }

    .hero-content[b-t52t0kgulm] {
        padding: 80px 0 48px;
    }

    .hero-title[b-t52t0kgulm] {
        font-size: clamp(1.8rem, 8vw, 2.4rem);
    }

    .hero-description[b-t52t0kgulm] {
        font-size: 0.9rem;
    }

    .stat-value[b-t52t0kgulm] {
        font-size: 1.5rem;
    }

    .stat-label[b-t52t0kgulm] {
        font-size: 0.68rem;
    }
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    .code-token[b-t52t0kgulm],
    .hero-glow[b-t52t0kgulm],
    .hero-grid-pattern[b-t52t0kgulm],
    .brand-cursor[b-t52t0kgulm],
    .terminal-line[b-t52t0kgulm] {
        animation: none !important;
        opacity: 1 !important;
    }

    .bracket[b-t52t0kgulm] {
        animation: none !important;
        opacity: 0.6 !important;
        transform: none !important;
    }

    .brand-sub[b-t52t0kgulm] {
        animation: none !important;
        opacity: 0.5 !important;
    }

    .hero-terminal[b-t52t0kgulm] {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}
/* /Components/Sections/Navbar.razor.rz.scp.css */
.vondl-nav[b-7de78ffta3] {
    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-7de78ffta3],
.vondl-nav:global(.nav-scrolled)[b-7de78ffta3] {
    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-7de78ffta3] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo[b-7de78ffta3] {
    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-7de78ffta3] {
    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-7de78ffta3] {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-links li a[b-7de78ffta3] {
    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-7de78ffta3] {
    color: var(--vondl-text);
}

.nav-cta[b-7de78ffta3] {
    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-7de78ffta3] {
    background: var(--vondl-dark-alt) !important;
}

.nav-toggle[b-7de78ffta3] {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    z-index: 10;
}

.nav-toggle span[b-7de78ffta3] {
    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-7de78ffta3] {
    transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle.active span:nth-child(2)[b-7de78ffta3] {
    opacity: 0;
}

.nav-toggle.active span:nth-child(3)[b-7de78ffta3] {
    transform: rotate(-45deg) translate(5px, -5px);
}

@media (max-width: 768px) {
    .nav-inner[b-7de78ffta3] {
        padding: 0 16px;
    }

    .nav-toggle[b-7de78ffta3] {
        display: flex;
    }

    .nav-links[b-7de78ffta3] {
        position: fixed;
        top: 0;
        right: 0;
        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;
        /* Move off-canvas with transform, not `right`, so the hidden panel
           doesn't add to the document width and cause horizontal scroll. */
        transform: translateX(100%);
        transition: transform 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-7de78ffta3] {
        transform: translateX(0);
    }

    .nav-links li a[b-7de78ffta3] {
        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-7de78ffta3],
    .nav-links li a:active[b-7de78ffta3] {
        background: rgba(255, 255, 255, 0.08) !important;
        color: var(--vondl-white) !important;
    }

    .nav-cta[b-7de78ffta3] {
        margin-top: 16px;
        text-align: center;
        justify-content: center;
        min-height: 48px;
    }
}
/* /Components/Sections/Services.razor.rz.scp.css */
.services-header[b-bl2r5kdwz4] {
    text-align: center;
    margin-bottom: 64px;
}

.services-header .section-subtitle[b-bl2r5kdwz4] {
    margin: 0 auto;
}

.services-grid[b-bl2r5kdwz4] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.service-card[b-bl2r5kdwz4] {
    padding: 36px;
    position: relative;
}

.service-icon-wrap[b-bl2r5kdwz4] {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.service-title[b-bl2r5kdwz4] {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--vondl-white);
}

.service-desc[b-bl2r5kdwz4] {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
    margin-bottom: 20px;
}

.service-tags[b-bl2r5kdwz4] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-tags li[b-bl2r5kdwz4] {
    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-bl2r5kdwz4] {
        grid-template-columns: 1fr;
    }

    .service-card[b-bl2r5kdwz4] {
        padding: 28px;
    }
}

@media (max-width: 480px) {
    .services-header[b-bl2r5kdwz4] {
        margin-bottom: 40px;
    }

    .service-card[b-bl2r5kdwz4] {
        padding: 24px;
    }

    .service-title[b-bl2r5kdwz4] {
        font-size: 1.1rem;
    }

    .service-desc[b-bl2r5kdwz4] {
        font-size: 0.88rem;
    }
}
/* /Components/Sections/Showcase.razor.rz.scp.css */
.showcase-header[b-bs5flmk06l] {
    text-align: center;
    margin-bottom: 64px;
}

.showcase-header .section-subtitle[b-bs5flmk06l] {
    margin: 0 auto;
}

.showcase-grid[b-bs5flmk06l] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 24px;
}

.showcase-tile[b-bs5flmk06l] {
    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-bs5flmk06l] {
    transform: translateY(-4px);
}

.showcase-tile-large[b-bs5flmk06l] {
    grid-column: 1 / -1;
    min-height: 360px;
}

.tile-bg[b-bs5flmk06l] {
    position: absolute;
    inset: 0;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.showcase-tile:hover .tile-bg[b-bs5flmk06l] {
    transform: scale(1.04);
}

.tile-content[b-bs5flmk06l] {
    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-bs5flmk06l] {
    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-bs5flmk06l] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}

.showcase-tile-large .tile-title[b-bs5flmk06l] {
    font-size: 2rem;
}

.tile-desc[b-bs5flmk06l] {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    max-width: 600px;
    margin-bottom: 20px;
}

.tile-stats[b-bs5flmk06l] {
    display: flex;
    gap: 32px;
}

.tile-stat[b-bs5flmk06l] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.tile-stat-value[b-bs5flmk06l] {
    font-family: var(--vondl-font-heading);
    font-size: 1.5rem;
    font-weight: 800;
}

.tile-stat-label[b-bs5flmk06l] {
    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-bs5flmk06l] {
        margin-bottom: 40px;
    }

    .showcase-grid[b-bs5flmk06l] {
        grid-template-columns: 1fr;
    }

    .showcase-tile-large[b-bs5flmk06l] {
        grid-column: 1;
        min-height: 280px;
    }

    .showcase-tile[b-bs5flmk06l] {
        min-height: 260px;
    }

    .tile-content[b-bs5flmk06l] {
        padding: 28px;
    }

    .showcase-tile-large .tile-title[b-bs5flmk06l] {
        font-size: 1.4rem;
    }

    .tile-title[b-bs5flmk06l] {
        font-size: 1.25rem;
    }

    .tile-desc[b-bs5flmk06l] {
        font-size: 0.88rem;
    }

    .tile-stats[b-bs5flmk06l] {
        gap: 20px;
    }

    .tile-stat-value[b-bs5flmk06l] {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .showcase-tile-large[b-bs5flmk06l],
    .showcase-tile[b-bs5flmk06l] {
        min-height: 240px;
    }

    .tile-content[b-bs5flmk06l] {
        padding: 22px;
    }

    .showcase-tile-large .tile-title[b-bs5flmk06l],
    .tile-title[b-bs5flmk06l] {
        font-size: 1.15rem;
    }

    .tile-category[b-bs5flmk06l] {
        font-size: 0.7rem;
        padding: 5px 10px;
        margin-bottom: 12px;
    }
}
/* /Components/Sections/WhyChoose.razor.rz.scp.css */
.why-layout[b-yockkvapo1] {
    max-width: 800px;
    margin: 0 auto;
}

.why-intro[b-yockkvapo1] {
    text-align: center;
    margin-bottom: 56px;
}

.why-intro .section-subtitle[b-yockkvapo1] {
    margin: 0 auto;
}

.why-grid[b-yockkvapo1] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.why-card[b-yockkvapo1] {
    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-yockkvapo1] {
    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-yockkvapo1] {
    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-yockkvapo1] {
    background: linear-gradient(135deg, rgba(232, 141, 141, 0.08), rgba(240, 168, 104, 0.08));
}

.why-card-content[b-yockkvapo1] {
    flex: 1;
}

.why-card-content h3[b-yockkvapo1] {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--vondl-text);
}

.why-card-content p[b-yockkvapo1] {
    font-size: 0.9rem;
    color: var(--vondl-text-light);
    line-height: 1.7;
    margin: 0;
}

.why-card-check[b-yockkvapo1] {
    flex-shrink: 0;
    margin-top: 4px;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s;
}

.why-card:hover .why-card-check[b-yockkvapo1] {
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 768px) {
    .why-card[b-yockkvapo1] {
        padding: 20px;
    }

    .why-card-check[b-yockkvapo1] {
        display: none;
    }
}
