:root{--blue:#1457D9;--blue2:#2E6FEA;--blue-soft:#EAF1FF;--ink:#101318;--ink2:#20242A;--muted:#6B7280;--line:#E3E7EE;--paper:#F7F8FA;--white:#fff;--max:1200px;--shadow:0 18px 60px rgba(16,19,24,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.container{width:min(calc(100% - 40px),var(--max));margin:auto}.eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--blue)}.display{font-size:clamp(3rem,7vw,6.35rem);line-height:.94;letter-spacing:-.055em;margin:0;font-weight:780}.h2{font-size:clamp(2.2rem,4.2vw,4rem);line-height:1.02;letter-spacing:-.045em;margin:.45rem 0 1.25rem;font-weight:760}.lead{font-size:clamp(1.05rem,1.8vw,1.34rem);color:#4C5563;max-width:760px}.blue{color:var(--blue)}.nav-wrap{position:sticky;top:0;z-index:50;background:rgba(247,248,250,.88);backdrop-filter:blur(14px);border-bottom:1px solid rgba(227,231,238,.8)}nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:-.03em;font-size:1.28rem}.brand-mark{width:64px;height:64px;border-radius:10px;position:relative;overflow:hidden}.brand-mark:before,.brand-mark:after{content:"";position:absolute;border-radius:999px;transform:rotate(-36deg)}.brand-mark:before{width:64px;height:64px;left:4px;top:9px}.brand-mark:after{width:64px;height:64px;left:4px;top:19px}.brand-mark IMG{ width: 100%}.nav-links{display:flex;align-items:center;gap:26px;font-size:.93rem;color:#3E4651}.nav-links a:hover{color:var(--blue)}.nav-cta{padding:11px 17px;border-radius:999px;border:1px solid var(--ink);font-weight:700;font-size:.9rem;background:transparent;cursor:pointer}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:999px;font-weight:760;border:1px solid transparent;transition:.2s ease;cursor:pointer}.btn-primary{background:var(--blue);color:white;box-shadow:0 10px 30px rgba(20,87,217,.22)}.btn-secondary{border-color:#C9D0DA;background:rgba(255,255,255,.6)}.site-footer{background:#0D1015;color:#A1ABB8;padding:58px 0 30px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:50px}.site-footer .brand{color:white;margin-bottom:18px}.footer-brand p{max-width:380px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:9px}.footer-grid strong{color:white;margin-bottom:7px}.footer-grid a:hover{color:white}.footer-bottom{border-top:1px solid #272E38;margin-top:42px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;font-size:.78rem}.west-launcher{position:fixed;right:24px;bottom:24px;z-index:90;width:58px;height:58px;border:0;border-radius:18px;background:var(--ink);color:white;box-shadow:0 18px 50px rgba(16,19,24,.24);cursor:pointer;display:grid;place-items:center}.west-w{font-weight:900;font-size:1.25rem}.west-status{position:absolute;width:12px;height:12px;border-radius:50%;background:#49D17D;border:3px solid var(--paper);right:-1px;top:-1px}.west-panel{position:fixed;right:24px;bottom:94px;z-index:100;width:min(390px,calc(100vw - 28px));height:min(610px,calc(100vh - 125px));background:white;border:1px solid var(--line);border-radius:24px;box-shadow:0 28px 90px rgba(16,19,24,.22);display:flex;flex-direction:column;overflow:hidden;opacity:0;pointer-events:none;transform:translateY(14px) scale(.98);transition:.22s ease;color:var(--ink)}.west-panel.open{opacity:1;pointer-events:auto;transform:none}.west-head{background:var(--ink);color:white;padding:18px;display:flex;align-items:center;gap:12px}.west-avatar{width:42px;height:42px;border-radius:13px;background:var(--blue);display:grid;place-items:center;font-weight:850}.west-head>div:nth-child(2){flex:1}.west-head strong{display:block}.west-head span{font-size:.77rem;color:#AEB7C3}.west-head i{display:inline-block;width:7px;height:7px;background:#49D17D;border-radius:50%;margin-right:5px}.west-close{border:0;background:transparent;color:#B8C0CB;font-size:1.45rem;cursor:pointer}.west-body{flex:1;overflow:auto;padding:20px;background:#F8F9FB}.bubble{max-width:88%;padding:12px 14px;border-radius:16px;margin:0 0 10px;font-size:.9rem;line-height:1.45}.bubble.bot{background:white;border:1px solid #E5E8ED;border-top-left-radius:5px}.bubble.user{background:var(--blue);color:white;margin-left:auto;border-top-right-radius:5px}.west-suggestions{display:flex;gap:7px;flex-wrap:wrap;margin-top:14px}.west-suggestions button,.west-action{border:1px solid #D8DEE7;background:white;color:#3D4652;border-radius:999px;padding:8px 11px;font-size:.78rem;cursor:pointer}.west-action{display:inline-block;margin:4px 4px 0 0}.west-input{padding:12px;border-top:1px solid var(--line);display:flex;gap:8px;background:white}.west-input input{flex:1;border:1px solid #D9DEE6;border-radius:14px;padding:12px 13px;outline:none;min-width:0}.west-input button{width:44px;border:0;border-radius:13px;background:var(--blue);color:white;cursor:pointer}.west-note{text-align:center;font-size:.66rem;color:#9098A4;padding:0 12px 10px;background:white}@media(max-width:900px){.nav-links{display:none}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.container{width:min(calc(100% - 28px),var(--max))}.nav-cta{display:none}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.west-launcher{right:14px;bottom:14px}.west-panel{right:14px;bottom:82px;height:calc(100vh - 105px)}}
