@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#fff;-webkit-font-smoothing:antialiased;background:#0d1b2a;font-family:Inter,system-ui,-apple-system,sans-serif}.chat-fab{color:#fff;cursor:pointer;z-index:1000;background:linear-gradient(135deg,#0abfbc,#0891b2);border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 4px 20px #0abfbc73}.chat-fab:hover{transform:scale(1.08);box-shadow:0 6px 28px #0abfbc99}.chat-badge{color:#fff;background:#ff6b6b;border:2px solid #060d1f;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.chat-panel{z-index:999;background:#0f1629;border:1px solid #1e2a45;border-radius:18px;flex-direction:column;width:340px;max-height:520px;animation:.2s chatSlideIn;display:flex;position:fixed;bottom:96px;right:28px;overflow:hidden;box-shadow:0 12px 48px #0000008c}@keyframes chatSlideIn{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.chat-header{background:linear-gradient(135deg,#0abfbc22,#0891b211);border-bottom:1px solid #1e2a45;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.chat-header-info{align-items:center;gap:10px;display:flex}.chat-avatar{background:linear-gradient(135deg,#0abfbc,#0891b2);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}.chat-title{color:#fff;font-size:14px;font-weight:700}.chat-subtitle{color:#0abfbc;font-size:11px}.chat-reset{color:#fff6;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 6px;font-size:18px;transition:color .2s,background .2s}.chat-reset:hover{color:#fff;background:#ffffff14}.chat-messages{scrollbar-width:thin;scrollbar-color:#1e2a45 transparent;flex-direction:column;flex:1;gap:10px;padding:16px;display:flex;overflow-y:auto}.chat-bubble{max-width:88%;display:flex}.chat-bubble.user{align-self:flex-end}.chat-bubble.assistant{align-self:flex-start}.bubble-content{white-space:pre-wrap;word-break:break-word;border-radius:14px;padding:10px 13px;font-size:13px;line-height:1.55}.chat-bubble.user .bubble-content{color:#fff;background:linear-gradient(135deg,#0abfbc,#0891b2);border-bottom-right-radius:4px}.chat-bubble.assistant .bubble-content{color:#ffffffe0;background:#1a2744;border-bottom-left-radius:4px}.bubble-content.typing{align-items:center;gap:5px;padding:12px 16px;display:flex}.bubble-content.typing span{background:#fff6;border-radius:50%;width:7px;height:7px;animation:1.2s infinite typingBounce}.bubble-content.typing span:nth-child(2){animation-delay:.2s}.bubble-content.typing span:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}.chat-input-row{border-top:1px solid #1e2a45;align-items:flex-end;gap:8px;padding:10px 12px;display:flex}.chat-input{color:#fff;resize:none;background:#1a2744;border:1px solid #2a3a5c;border-radius:10px;outline:none;flex:1;max-height:100px;padding:9px 12px;font-family:inherit;font-size:13px;line-height:1.4;transition:border-color .2s;overflow-y:auto}.chat-input:focus{border-color:#0abfbc}.chat-input::placeholder{color:#ffffff4d}.chat-send{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0abfbc,#0891b2);border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:opacity .2s;display:flex}.chat-send:disabled{opacity:.35;cursor:not-allowed}.chat-send:not(:disabled):hover{opacity:.85}.chat-footer{text-align:center;color:#ffffff40;padding:6px 12px 10px;font-size:10px}.chat-footer a{color:#ffffff59;text-decoration:none}.chat-footer a:hover{color:#0abfbc}@media (width<=480px){.chat-panel{width:calc(100vw - 24px);bottom:84px;right:12px}.chat-fab{bottom:16px;right:16px}}:root{--midnight:#0d1b2a;--teal:#0abfbc;--coral:#ff6b6b;--gold:#ffd93d;--white:#fff;--gray:#8892a4;--card-bg:#162032;--border:#ffffff14}.landing{background:var(--midnight);color:var(--white);min-height:100vh;font-family:Inter,system-ui,sans-serif}.nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:100;background:#0d1b2ae6;justify-content:space-between;align-items:center;padding:1.2rem 5%;display:flex;position:sticky;top:0}.nav-logo{letter-spacing:-.5px;align-items:center;gap:.6rem;font-size:1.3rem;font-weight:700;display:flex}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--gray);font-size:.95rem;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--white)}.btn-primary{background:var(--teal);color:var(--midnight);cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.4rem;font-weight:600;text-decoration:none;transition:opacity .2s,transform .1s}.btn-primary:hover{opacity:.88;transform:translateY(-1px)}.btn-outline{border:1.5px solid var(--border);color:var(--white);border-radius:8px;padding:.6rem 1.4rem;font-weight:500;text-decoration:none;transition:border-color .2s}.btn-outline:hover{border-color:var(--teal);color:var(--teal)}.btn-lg{border-radius:10px;padding:.85rem 2rem;font-size:1rem}.hero{justify-content:space-between;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:6rem 5% 5rem;display:flex}.hero-content{flex:1}.hero-badge{color:var(--teal);background:#0abfbc1f;border:1px solid #0abfbc4d;border-radius:100px;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.82rem;font-weight:600;display:inline-block}.hero-content h1{letter-spacing:-1px;margin-bottom:1.2rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.15}.hero-content p{color:var(--gray);max-width:480px;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.hero-cta{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.hero-stats{gap:2.5rem;display:flex}.hero-stats div{flex-direction:column;gap:.15rem;display:flex}.hero-stats strong{color:var(--white);font-size:1.5rem;font-weight:800}.hero-stats span{color:var(--gray);text-transform:uppercase;letter-spacing:.5px;font-size:.8rem}.hero-visual{flex-shrink:0;align-items:center;gap:1rem;display:flex}.node{border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:90px;height:90px;font-size:.8rem;font-weight:600;display:flex}.client-node{border:2px solid var(--coral);color:var(--coral);background:#ff6b6b26}.client-node span{font-size:1.8rem}.provider-node{border:2px solid var(--teal);color:var(--teal);background:#0abfbc26}.provider-node span{font-size:1.8rem}.connection-lines{justify-content:center;align-items:center;width:100px;height:90px;display:flex;position:relative}.arc{border:2.5px solid var(--gold);border-bottom:none;border-radius:80px 80px 0 0;width:80px;height:40px;position:absolute}.arc-bottom{border-top:none;border-bottom:2.5px solid var(--gold);border-radius:0 0 80px 80px}.dj-center{background:var(--gold);color:var(--midnight);z-index:1;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.75rem;font-weight:800;display:flex}.services{text-align:center;max-width:1200px;margin:0 auto;padding:5rem 5%}.services h2{letter-spacing:-.5px;margin-bottom:.6rem;font-size:2.2rem;font-weight:800}.section-sub{color:var(--gray);margin-bottom:3rem;font-size:1.05rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.2rem;display:grid}.service-card{background:var(--card-bg);border:1px solid var(--border);text-align:center;cursor:pointer;color:inherit;border-radius:16px;padding:1.8rem 1.2rem;text-decoration:none;transition:transform .2s,border-color .2s;display:block}.service-card:hover{border-color:var(--teal);transform:translateY(-4px)}.service-icon{margin-bottom:.8rem;font-size:2.2rem}.service-card h3{margin-bottom:.3rem;font-size:1rem;font-weight:600}.service-card p{color:var(--gray);font-size:.82rem}.how{background:var(--card-bg);text-align:center;padding:5rem 5%}.how h2{letter-spacing:-.5px;margin-bottom:3rem;font-size:2.2rem;font-weight:800}.steps{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;max-width:1000px;margin:0 auto;display:flex}.step{background:var(--midnight);border:1px solid var(--border);text-align:center;border-radius:16px;max-width:200px;padding:2rem 1.5rem}.step-num{background:var(--teal);width:40px;height:40px;color:var(--midnight);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.1rem;font-weight:800;display:flex}.step h3{margin-bottom:.5rem;font-size:.95rem;font-weight:700}.step p{color:var(--gray);font-size:.82rem;line-height:1.5}.step-arrow{color:var(--gold);font-size:1.5rem;font-weight:300}.footer{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2.5rem 5%;display:flex}.footer-logo{align-items:center;gap:.5rem;font-size:1.1rem;font-weight:700;display:flex}.footer p{color:var(--gray);font-size:.85rem}.footer-legal{align-items:center;gap:10px;margin-top:6px;font-size:.8rem;display:flex}.footer-legal a{color:#ffffff59;text-decoration:none;transition:color .2s}.footer-legal a:hover{color:#0abfbc}.footer-legal span{color:#fff3}@media (width<=768px){.hero{text-align:center;flex-direction:column;padding:3rem 5%}.hero-content p{max-width:100%}.hero-cta,.hero-stats{justify-content:center}.hero-visual,.nav-links a:not(.btn-primary):not(.btn-outline){display:none}.steps{flex-direction:column}.step-arrow{transform:rotate(90deg)}}
