@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}: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)}}
