:root{--navy:#0F172A;--text:#111827;--muted:#6B7280;--line:#E5E7EB;--soft:#F8FAFC;--blue:#2563EB;--blue-dark:#1D4ED8;--green:#10B981}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--text);background:#fff}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{max-width:1280px;margin:0 auto;padding:0 24px}.narrow-container{max-width:860px;margin:0 auto;padding:0 24px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.nav-shell{height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand,.footer-brand{display:flex;align-items:center;gap:10px;border:0;background:none;color:var(--navy);font-weight:800;letter-spacing:-.02em}.brand-mark{width:32px;height:32px;border-radius:8px;background:var(--navy);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.desktop-nav{display:flex;gap:32px}.desktop-nav button,.mobile-nav button,.site-footer nav button{border:0;background:none;color:var(--muted);font-size:14px;font-weight:500}.desktop-nav button:hover,.site-footer nav :is(button,a):hover{color:var(--text)}.btn{border:0;border-radius:12px;font-size:14px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;transition:.2s}.btn-primary{background:var(--blue);color:#fff;padding:10px 20px}.btn-primary:hover{background:var(--blue-dark)}.btn-secondary{border:1px solid var(--line);color:var(--text);background:#fff}.btn-secondary:hover{background:var(--soft);border-color:#9CA3AF}.btn-large{padding:14px 28px}.mobile-toggle{display:none;background:none;border:0;flex-direction:column;gap:4px}.mobile-toggle span{display:block;width:20px;height:2px;background:var(--text)}.mobile-nav{display:none;border-top:1px solid var(--line);padding:16px 24px;flex-direction:column;gap:16px}.mobile-nav.open{display:flex}.hero{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;padding-top:80px;padding-bottom:96px}.eyebrow{display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:#EFF6FF;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:7px 12px;margin-bottom:32px}.eyebrow span{width:6px;height:6px;border-radius:50%;background:var(--blue)}.eyebrow.dark{background:rgba(255,255,255,.1);color:#60A5FA}.eyebrow.dark span{background:#60A5FA}h1{font-size:clamp(44px,5vw,56px);line-height:1.1;letter-spacing:-.04em;color:var(--navy);margin:0 0 24px}h1 small{display:block;color:var(--muted);font-size:clamp(32px,4vw,40px);font-weight:500;line-height:1.2;margin-top:12px}.hero-copy p,.section-head p,.custom-section p,.cta p{font-size:18px;line-height:1.65;color:var(--muted)}.hero-copy p{max-width:580px;margin-bottom:40px}.hero-actions{display:flex;flex-wrap:wrap;gap:16px}.hero-art{min-height:420px}.hero-art svg{width:100%;height:100%}.trust,.section-muted{background:var(--soft)}.trust{border-block:1px solid var(--line);padding:56px 0;text-align:center}.trust p{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#9CA3AF;margin:0 0 32px}.trust-list{display:flex;flex-wrap:wrap;justify-content:center;gap:16px 40px}.trust-list span{font-size:14px;font-weight:600;color:#374151}.section,.quote{padding:96px 0}.bordered{border-block:1px solid var(--line)}.section-head{max-width:680px;margin-bottom:56px}.section-head.center{text-align:center;margin-inline:auto}.section-head h2,.custom-section h2,.cta h2{font-size:clamp(32px,4vw,40px);line-height:1.2;letter-spacing:-.035em;margin:0 0 16px;color:var(--navy)}.section-head p{margin:0}.form-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 1px 2px rgba(15,23,42,.04);padding:32px}.grid{display:grid;gap:24px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}form{display:grid;gap:28px}label,legend{font-size:14px;font-weight:700;color:var(--text)}input,select,textarea{width:100%;margin-top:8px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:13px 16px;font-size:14px;color:var(--text);outline:none}input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(37,99,235,.16)}fieldset{border:0;padding:0;margin:0}.radio-row{display:flex;flex-wrap:wrap;gap:16px;margin-top:12px}.radio-row label{display:flex;gap:8px;align-items:center;font-weight:600;color:#374151}.radio-row input{width:auto;margin:0}.custom-fields{border-top:1px solid #F3F4F6;padding-top:24px}.hidden{display:none!important}.hp{position:absolute;left:-9999px}.details{border-top:1px solid #F3F4F6;padding-top:24px}.details>p{font-size:14px;font-weight:800;margin:0 0 20px}.submit-wrap{text-align:center;display:grid;justify-items:center;gap:16px}.btn-submit{min-width:220px;padding:16px 48px}.submit-wrap p{font-size:12px;color:#9CA3AF;margin:0;display:flex;align-items:center;gap:6px}.submit-wrap span{width:6px;height:6px;border-radius:50%;background:var(--green)}.success{text-align:center;padding:64px 0}.success-icon{width:64px;height:64px;border-radius:50%;background:#ECFDF5;color:var(--green);display:inline-flex;align-items:center;justify-content:center;font-size:30px;font-weight:800}.success h3{font-size:24px;color:var(--navy);margin:24px 0 12px}.success p{color:var(--muted);max-width:400px;margin:auto;line-height:1.6}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.cards article{border:1px solid var(--line);border-radius:20px;padding:32px;transition:.2s}.cards article:hover{border-color:#CBD5E1;box-shadow:0 1px 8px rgba(15,23,42,.05)}.cards b{width:40px;height:40px;border-radius:12px;background:#EFF6FF;color:var(--blue);display:flex;align-items:center;justify-content:center;margin-bottom:24px}.cards h3{color:var(--navy);margin:0 0 12px}.cards p{color:var(--muted);font-size:14px;line-height:1.65;margin:0}.product-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.product-grid button{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;min-height:118px;display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center;color:#374151;font-weight:700}.product-grid button:hover{border-color:var(--blue);box-shadow:0 1px 8px rgba(15,23,42,.05);color:var(--blue)}.product-grid span{font-size:12px}.custom-section,.cta{background:var(--navy);padding:96px 0;color:#fff}.custom-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px}.custom-section h2,.cta h2{color:#fff}.custom-section p,.cta p{color:#94A3B8}.capabilities{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.capabilities span{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#CBD5E1;font-size:14px;font-weight:600;padding:16px}.process{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;position:relative}.process div{text-align:center}.process b{width:56px;height:56px;border:2px solid var(--line);border-radius:16px;background:var(--soft);display:inline-flex;align-items:center;justify-content:center;color:var(--navy);margin-bottom:16px}.process span{display:block;font-weight:700;font-size:14px}.cta{text-align:center}.cta p{max-width:540px;margin:0 auto 40px}.site-footer{border-top:1px solid var(--line);padding:48px 0;background:#fff}.footer-top{display:flex;align-items:flex-start;justify-content:space-between;gap:32px}.footer-brand .brand-mark{width:28px;height:28px}.site-footer p{font-size:12px;color:#9CA3AF}.site-footer nav{display:flex;flex-wrap:wrap;gap:12px 32px}.site-footer nav a{font-size:14px;color:var(--muted);text-decoration:none}.copyright{border-top:1px solid #F3F4F6;margin-top:40px;padding-top:28px}@media (max-width:900px){.desktop-nav,.desktop-cta{display:none}.mobile-toggle{display:flex}.hero,.custom-grid{grid-template-columns:1fr}.hero{padding-top:56px}.hero-art{min-height:auto}.cards{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(3,1fr)}.capabilities{grid-template-columns:repeat(2,1fr)}.process{grid-template-columns:repeat(2,1fr)}.footer-top{flex-direction:column}.grid.two{grid-template-columns:1fr}}@media (max-width:520px){.container,.narrow-container{padding:0 20px}.form-card{padding:24px 18px}.product-grid{grid-template-columns:repeat(2,1fr)}.capabilities{grid-template-columns:1fr}h1{font-size:38px}h1 small{font-size:28px}.hero-actions .btn{width:100%}}
