:root{--navy:#071a34;--blue:#315f8f;--light:#f5f7fa;--ink:#0a1930;--line:#dce3eb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:var(--light)}a{text-decoration:none;color:inherit}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.nav,.site-nav{display:flex;justify-content:space-between;align-items:center;padding:22px 0}.brand{font-weight:800;font-size:20px}.brand span{color:#83a9d4}.hero{background:var(--navy);color:white;min-height:690px}.hero-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:64px;align-items:center;padding:85px 0 105px}.eyebrow{color:#9fc0e2;text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:700}.hero h1{font-size:clamp(46px,6vw,76px);line-height:1;letter-spacing:-.055em;margin:22px 0}.hero p{font-size:18px;line-height:1.7;color:#cbd5e1}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:14px 24px;background:#4e83bd;color:white;font-weight:700;cursor:pointer}.btn.white{background:white;color:var(--navy)}.panel,.card{background:white;color:var(--ink);border-radius:24px;border:1px solid var(--line);box-shadow:0 22px 60px rgba(0,0,0,.18)}.panel,.card{padding:26px}.ask{display:flex;gap:8px;background:white;border:1px solid var(--line);border-radius:16px;padding:8px;margin:20px 0}.ask input,.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);border-radius:12px;padding:13px;font:inherit}.ask input{border:0;outline:0}.answer{background:#f7f9fc;border-radius:16px;padding:18px;line-height:1.6}.section,.site-section{padding:80px 0}.grid,.services{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{box-shadow:none}.auth{width:min(760px,calc(100% - 40px));margin:50px auto}.field{margin:16px 0}.field label{display:block;font-size:13px;font-weight:700;margin-bottom:7px}.options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.option input{display:none}.option span{display:block;padding:15px;border:2px solid var(--line);border-radius:14px;cursor:pointer}.option input:checked+span{border-color:var(--blue);background:#edf4fb}.topbar,.footer{background:var(--navy);color:white}.notice{padding:14px;border-radius:12px;background:#eaf2fb;margin:15px 0}.site-hero{padding:100px 0}.site-hero h1{font-size:clamp(44px,7vw,78px);letter-spacing:-.05em;line-height:1;margin:0 0 25px}.footer{padding:40px 0;color:#cbd5e1}.muted{color:#64748b}.row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}@media(max-width:800px){.hero-grid,.grid,.services{grid-template-columns:1fr}.hero-grid{padding:55px 0}.options{grid-template-columns:1fr}.nav a:not(.brand){display:none}}

/* VentureLogix homepage: scoped so existing customer/account pages are unchanged. */
.vl-home { background:#f5f7fa;color:#0a1930;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased; }
.vl-home *, .vl-home *::before, .vl-home *::after { box-sizing:border-box; }
.vl-home p,.vl-home h1,.vl-home h2,.vl-home h3,.vl-home h4 { margin:0; }
.vl-home button,.vl-home input { font:inherit; }
.vl-home button,.vl-home a { -webkit-tap-highlight-color:transparent; }
.vl-home a { color:inherit;text-decoration:none; }
.vl-home a:focus-visible,.vl-home button:focus-visible { outline:3px solid #6e98c5;outline-offset:5px; }
.vl-home svg { width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0; }
.vl-home .vl-symbols { position:absolute;width:0;height:0;overflow:hidden; }
.vl-home .vl-container { width:100%;max-width:1280px;margin:0 auto;padding-left:40px;padding-right:40px; }
.vl-home .vl-sr-only { position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0; }
.vl-home .vl-hero { position:relative;background:radial-gradient(circle at 80% 0%,rgba(46,101,167,.28),transparent 34%),linear-gradient(110deg,transparent 0%,rgba(255,255,255,.025) 50%,transparent 50%),#071a34;color:#fff; }
.vl-home .vl-nav { display:flex;justify-content:space-between;align-items:center;gap:22px;padding-top:24px;padding-bottom:24px; }
.vl-home .vl-brand { display:flex;align-items:center;gap:12px;font-size:18px;font-weight:750;letter-spacing:-.035em;white-space:nowrap; }
.vl-home .vl-monogram { width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#fff;color:#0a254a;font-size:18px;font-weight:900;letter-spacing:-.12em;padding-right:3px;box-shadow:0 8px 20px #0002; }
.vl-home .vl-brand-accent { color:#83a9d4; }
.vl-home .vl-nav-links { display:flex;gap:32px;align-items:center;font-size:14px;color:#cbd5e1; }
.vl-home .vl-nav-links a:hover,.vl-home .vl-login:hover { color:white; }
.vl-home .vl-nav-actions { display:flex;gap:20px;align-items:center; }
.vl-home .vl-login { font-size:13px;color:#cbd5e1; }
.vl-home .vl-button { display:inline-flex;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:13px 28px;border:1px solid transparent;border-radius:999px;font-size:14px;font-weight:600;line-height:1.4;cursor:pointer;transition:background .18s,transform .18s; }
.vl-home .vl-button:hover { transform:translateY(-1px); }
.vl-home .vl-button svg { width:16px;height:16px; }
.vl-home .vl-button-white { background:#fff;color:#0a254a; }
.vl-home .vl-button-white:hover { background:#edf2f8; }
.vl-home .vl-button-blue { background:#4e83bd;color:white; }
.vl-home .vl-button-blue:hover { background:#6093ca; }
.vl-home .vl-button-outline { background:white;border-color:#cbd5e1;color:#0a254a; }
.vl-home .vl-button-outline:hover { background:#f7f9fc; }
.vl-home .vl-nav-cta { min-height:40px;padding:10px 20px; }
.vl-home .vl-hero-grid { display:grid;grid-template-columns:.88fr 1.12fr;gap:48px;align-items:center;padding-top:96px;padding-bottom:112px; }
.vl-home .vl-pill { display:inline-flex;align-items:center;gap:8px;padding:8px 16px;margin-bottom:28px;border-radius:999px;border:1px solid #ffffff26;background:#ffffff0d;color:#a9c5e4;font-size:11px;font-weight:600;line-height:1.5;letter-spacing:.18em;text-transform:uppercase; }
.vl-home .vl-pill svg { width:14px;height:14px; }
.vl-home .vl-hero-copy h1 { font-size:72px;line-height:1.02;font-weight:600;letter-spacing:-.055em; }
.vl-home .vl-hero-copy h1 span { color:#8db3dd; }
.vl-home .vl-hero-copy>p { font-size:18px;line-height:1.78;color:#cbd5e1;margin-top:28px; }
.vl-home .vl-hero-actions { display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin-top:36px; }
.vl-home .vl-text-link { display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#cbd5e1; }
.vl-home .vl-text-link:hover { color:white; }
.vl-home .vl-text-link svg { width:16px;height:16px; }
.vl-home .vl-hero-copy>.vl-price-note { font-size:12px;line-height:1.7;color:#a9bbd1;margin-top:20px; }
.vl-home .vl-assistant-wrap { position:relative;min-width:0; }
.vl-home .vl-assistant-wrap::before { content:"";position:absolute;inset:-24px;background:#2b5d9233;filter:blur(55px);border-radius:40px;pointer-events:none; }
.vl-home .vl-assistant { position:relative;overflow:hidden;border-radius:32px;border:1px solid #ffffff26;background:white;color:#0a1930;box-shadow:0 30px 65px #0005; }
.vl-home .vl-assistant-header { display:flex;align-items:center;gap:12px;padding:16px 24px;border-bottom:1px solid #e2e8f0; }
.vl-home .vl-round-icon { width:36px;height:36px;display:grid;place-items:center;background:#e7eff8;color:#1a4e84;border-radius:50%;flex-shrink:0; }
.vl-home .vl-round-icon svg { width:17px;height:17px; }
.vl-home .vl-assistant-header h2 { font-size:14px;font-weight:650;letter-spacing:-.015em; }
.vl-home .vl-assistant-header p { color:#64748b;font-size:12px;margin-top:3px; }
.vl-home .vl-ready { display:flex;align-items:center;gap:7px;margin-left:auto;font-size:12px;color:#047857;white-space:nowrap; }
.vl-home .vl-ready>span { width:7px;height:7px;background:#10b981;border-radius:50%; }
.vl-home .vl-assistant-body { padding:28px;background:#f7f9fc; }
.vl-home .vl-assistant-body h3 { font-size:20px;font-weight:600;letter-spacing:-.025em; }
.vl-home .vl-assistant-intro { color:#64748b;font-size:14px;line-height:1.6;margin-top:4px; }
.vl-home .vl-question-form { display:flex;gap:8px;align-items:center;border:1px solid #e2e8f0;background:#fff;padding:8px;border-radius:16px;margin-top:20px;box-shadow:0 1px 3px #00000008; }
.vl-home .vl-question-form:focus-within { border-color:#6e98c5;box-shadow:0 0 0 4px #dce8f5; }
.vl-home .vl-question-form input { width:100%;min-width:0;padding:10px;border:0;outline:0;background:transparent;color:#0a1930;font-size:14px; }
.vl-home .vl-question-form input::placeholder { color:#778596; }
.vl-home .vl-question-form button { width:44px;height:44px;border:0;border-radius:12px;background:#123d6b;color:#fff;display:grid;place-items:center;cursor:pointer;flex-shrink:0; }
.vl-home .vl-question-form button:hover { background:#1d5187; }
.vl-home .vl-question-form button svg { width:17px;height:17px; }
.vl-home .vl-suggestions { display:flex;gap:8px;flex-wrap:wrap;margin-top:12px; }
.vl-home .vl-suggestions button { border:1px solid #e2e8f0;border-radius:999px;background:white;color:#475569;font-size:11px;font-weight:500;line-height:1.6;padding:8px 12px;cursor:pointer; }
.vl-home .vl-suggestions button:hover { border-color:#83a9d4;color:#164b80; }
.vl-home .vl-response { display:flex;gap:12px;margin-top:20px;padding:20px;border:1px solid #dbe6f1;border-radius:16px;background:white;min-height:205px; }
.vl-home .vl-response-icon { margin-top:2px;width:32px;height:32px;display:grid;place-items:center;border-radius:8px;background:#0e3159;color:white;flex-shrink:0; }
.vl-home .vl-response-icon svg { width:16px;height:16px; }
.vl-home .vl-response h4 { color:#0d294b;font-size:15px;line-height:1.5;font-weight:600; }
.vl-home .vl-response p { margin-top:8px;color:#475569;font-size:13px;line-height:1.8; }
.vl-home .vl-answer-actions { display:flex;gap:8px;flex-wrap:wrap;margin-top:16px; }
.vl-home .vl-answer-actions a { padding:8px 12px;font-size:11px;font-weight:650;line-height:1.5;border-radius:8px;color:#64748b; }
.vl-home .vl-answer-actions a:first-child { background:#e8f0f8;color:#164b80; }
.vl-home .vl-answer-actions a:hover { background:#e2e8f0; }
.vl-home .vl-demo-note { margin-top:14px;font-size:10px;color:#64748b;text-align:center;line-height:1.5; }
.vl-home .vl-section { padding-top:128px;padding-bottom:128px;scroll-margin-top:20px; }
.vl-home .vl-eyebrow { color:#557da8;font-size:12px;font-weight:700;line-height:1.5;text-transform:uppercase;letter-spacing:.22em; }
.vl-home .vl-section-copy h2 { margin-top:16px;font-size:48px;line-height:1.12;letter-spacing:-.04em;font-weight:600; }
.vl-home .vl-section-copy>p:not(.vl-eyebrow) { color:#475569;font-size:16px;line-height:1.8;max-width:440px;margin-top:24px; }
.vl-home .vl-experience-grid { display:grid;grid-template-columns:.8fr 1.2fr;gap:48px; }
.vl-home .vl-feature-grid { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px; }
.vl-home .vl-feature { background:white;border:1px solid #e2e8f0;border-radius:24px;padding:24px; }
.vl-home .vl-feature>svg { width:24px;height:24px;color:#315f8f; }
.vl-home .vl-feature h3 { font-size:18px;font-weight:600;line-height:1.4;margin-top:32px; }
.vl-home .vl-feature p { font-size:14px;line-height:1.72;color:#475569;margin-top:12px; }
.vl-home .vl-feature-dark { background:#0b284a;border-color:#193f69;color:white;transform:translateY(20px); }
.vl-home .vl-feature-dark>svg { color:#94b9df; }
.vl-home .vl-feature-dark p { color:#cbd5e1; }
.vl-home .vl-process-section { border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;background:white; }
.vl-home .vl-process-heading { max-width:690px; }
.vl-home .vl-process-heading>p:not(.vl-eyebrow) { max-width:670px;font-size:18px; }
.vl-home .vl-mobile-break { display:none; }
.vl-home .vl-process-grid { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;border:1px solid #e2e8f0;border-radius:28px;background:#e2e8f0;overflow:hidden;margin-top:56px; }
.vl-home .vl-process-grid article { padding:28px;background:white; }
.vl-home .vl-step-number { font-size:12px;font-weight:700;letter-spacing:.15em;color:#94a3b8; }
.vl-home .vl-process-grid svg { display:block;width:28px;height:28px;margin-top:40px;color:#315f8f; }
.vl-home .vl-process-grid h3 { font-size:20px;font-weight:600;margin-top:32px;line-height:1.4; }
.vl-home .vl-process-grid p { margin-top:12px;font-size:14px;color:#475569;line-height:1.72; }
.vl-home .vl-plans-grid { display:grid;grid-template-columns:.75fr 1.25fr;gap:40px;align-items:center; }
.vl-home .vl-pricing-cards { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px; }
.vl-home .vl-plan { padding:28px;background:#fff;border:1px solid #e2e8f0;border-radius:28px;display:flex;flex-direction:column; }
.vl-home .vl-plan-name { color:#64748b;font-size:14px;font-weight:600; }
.vl-home .vl-price { display:flex;align-items:baseline;gap:7px;flex-wrap:wrap;margin-top:20px;font-size:44px;font-weight:600;letter-spacing:-.035em;line-height:1.2; }
.vl-home .vl-price span { color:#64748b;font-size:14px;font-weight:400;letter-spacing:normal; }
.vl-home .vl-plan-caption { font-size:12px;color:#64748b;margin-top:10px;line-height:1.6; }
.vl-home .vl-plan ul { list-style:none;padding:0;margin:28px 0 32px; }
.vl-home .vl-plan li { display:flex;gap:10px;font-size:13px;color:#475569;line-height:1.65; }
.vl-home .vl-plan li+li { margin-top:12px; }
.vl-home .vl-plan li svg { width:16px;height:16px;margin-top:3px;color:#3b6e9f; }
.vl-home .vl-plan .vl-button { margin-top:auto;width:100%;padding-left:12px;padding-right:12px;border-radius:12px; }
.vl-home .vl-plan-dark { background:#0a2547;border-color:#0a2547;color:#fff;box-shadow:0 20px 35px #0a254726; }
.vl-home .vl-plan-dark .vl-plan-name { color:#a8c2de; }
.vl-home .vl-plan-dark .vl-price span,.vl-home .vl-plan-dark .vl-plan-caption,.vl-home .vl-plan-dark li { color:#cbd5e1; }
.vl-home .vl-plan-dark li svg { color:#91b7dd; }
.vl-home .vl-plan-fineprint { color:#64748b;font-size:12px;line-height:1.7;text-align:right;margin-top:24px; }
.vl-home .vl-final-cta { background:#071a34;color:white;text-align:center;padding:112px 0; }
.vl-home .vl-final-cta .vl-eyebrow { color:#8fb4dc; }
.vl-home .vl-final-cta h2 { max-width:780px;margin:20px auto 0;font-size:60px;font-weight:600;letter-spacing:-.04em;line-height:1.1; }
.vl-home .vl-final-cta p:not(.vl-eyebrow) { max-width:585px;margin:24px auto 0;font-size:18px;line-height:1.8;color:#cbd5e1; }
.vl-home .vl-final-cta .vl-button { margin-top:36px;padding-left:32px;padding-right:32px; }
.vl-home .vl-footer { border-top:1px solid #ffffff1a;background:#071a34;color:#94a3b8;padding:32px 0; }
.vl-home .vl-footer .vl-container { display:flex;gap:20px;justify-content:space-between;font-size:12px;line-height:1.7; }
@media(min-width:1440px) { .vl-home .vl-hero-grid { padding-top:104px;padding-bottom:120px; } }
@media(max-width:1100px) {
 .vl-home .vl-nav-links { gap:20px;font-size:13px; }
 .vl-home .vl-login { display:none; }
 .vl-home .vl-hero-grid { gap:32px; }
 .vl-home .vl-hero-copy h1 { font-size:60px; }
 .vl-home .vl-assistant-body { padding:22px; }
 .vl-home .vl-plans-grid { grid-template-columns:.65fr 1.35fr;gap:30px; }
 .vl-home .vl-plan { padding:22px; }
}
@media(max-width:900px) {
 .vl-home .vl-container { padding-left:24px;padding-right:24px; }
 .vl-home .vl-nav-links { display:none; }
 .vl-home .vl-hero-grid { grid-template-columns:1fr;gap:48px;padding-top:64px;padding-bottom:80px; }
 .vl-home .vl-hero-copy { max-width:680px; }
 .vl-home .vl-hero-copy h1 { font-size:64px; }
 .vl-home .vl-assistant-wrap { max-width:690px;width:100%; }
 .vl-home .vl-section { padding-top:80px;padding-bottom:80px; }
 .vl-home .vl-experience-grid,.vl-home .vl-plans-grid { grid-template-columns:1fr;gap:44px; }
 .vl-home .vl-section-copy>p:not(.vl-eyebrow) { max-width:620px; }
 .vl-home .vl-process-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .vl-home .vl-plan-fineprint { text-align:left; }
 .vl-home .vl-final-cta h2 { font-size:48px; }
}
@media(max-width:560px) {
 .vl-home .vl-container { padding-left:20px;padding-right:20px; }
 .vl-home .vl-nav { gap:12px;padding-top:20px;padding-bottom:20px; }
 .vl-home .vl-brand { gap:8px;font-size:16px; }
 .vl-home .vl-monogram { width:34px;height:34px;font-size:16px;border-radius:10px; }
 .vl-home .vl-nav-cta { font-size:11px;padding:9px 12px;min-height:36px;gap:6px; }
 .vl-home .vl-nav-cta svg { display:none; }
 .vl-home .vl-hero-grid { padding-top:44px;padding-bottom:64px; }
 .vl-home .vl-pill { font-size:9px;letter-spacing:.15em;padding:8px 12px;margin-bottom:24px; }
 .vl-home .vl-hero-copy h1 { font-size:49px; }
 .vl-home .vl-hero-copy>p { font-size:16px;line-height:1.8;margin-top:24px; }
 .vl-home .vl-hero-actions { gap:18px;margin-top:28px; }
 .vl-home .vl-button { font-size:13px;padding:12px 20px; }
 .vl-home .vl-assistant { border-radius:24px; }
 .vl-home .vl-assistant-header { padding:16px;gap:10px; }
 .vl-home .vl-assistant-body { padding:20px 16px; }
 .vl-home .vl-assistant-body h3 { font-size:19px; }
 .vl-home .vl-assistant-intro { font-size:13px; }
 .vl-home .vl-question-form input { font-size:16px;padding-left:6px; }
 .vl-home .vl-question-form input::placeholder { font-size:12px; }
 .vl-home .vl-suggestions { gap:6px; }
 .vl-home .vl-suggestions button { padding:7px 9px;font-size:10px; }
 .vl-home .vl-response { padding:16px;gap:10px; }
 .vl-home .vl-response-icon { width:27px;height:27px; }
 .vl-home .vl-response h4 { font-size:14px; }
 .vl-home .vl-response p { font-size:13px; }
 .vl-home .vl-answer-actions { gap:4px; }
 .vl-home .vl-answer-actions a { padding:7px 8px;font-size:10px; }
 .vl-home .vl-section-copy h2 { font-size:40px; }
 .vl-home .vl-feature-grid,.vl-home .vl-pricing-cards,.vl-home .vl-process-grid { grid-template-columns:1fr; }
 .vl-home .vl-feature-dark { transform:none; }
 .vl-home .vl-feature h3 { margin-top:24px; }
 .vl-home .vl-process-grid { margin-top:36px; }
 .vl-home .vl-process-grid article { padding:28px; }
 .vl-home .vl-process-grid svg { margin-top:24px; }
 .vl-home .vl-process-grid h3 { margin-top:24px; }
 .vl-home .vl-mobile-break { display:block; }
 .vl-home .vl-plan { padding:28px; }
 .vl-home .vl-final-cta { padding:80px 0; }
 .vl-home .vl-final-cta h2 { font-size:40px; }
 .vl-home .vl-final-cta p:not(.vl-eyebrow) { font-size:16px; }
 .vl-home .vl-footer .vl-container { flex-direction:column;gap:10px; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; }.vl-home .vl-button { transition:none; }.vl-home .vl-button:hover { transform:none; } }
