*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui;background:#f7fafb;color:#0f2f3f}.header{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:50}.tabs{display:flex;gap:6px}.tab{padding:8px 14px;border-radius:999px;font-size:14px;cursor:pointer;background:#eef2f4;color:#0f2f3f}.tab.active{background:#0f2f3f;color:#fff}.btn{border-radius:999px;padding:10px 16px;border:none;cursor:pointer;font-weight:700}.btn-orange{background:#ff7a1a;color:#fff}.btn-dark{background:#0f2f3f;color:#fff}.btn-yellow{background:#f6c445;color:#0f2f3f}.hero{background:#0f2f3f;color:#fff;padding:48px 16px 32px}.hero-inner{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:1.35fr .85fr;gap:24px;align-items:start}.badge{background:#f6c445;color:#0f2f3f;padding:5px 12px;border-radius:999px;font-size:11px;font-weight:900;display:inline-block;margin-bottom:12px}.card{background:#fff;border-radius:16px;padding:16px;box-shadow:0 8px 30px #00000014;border:1px solid #e5e7eb}.sticky-box{position:sticky;top:80px;align-self:start}.feature-pill{background:#0f2f3f;color:#fff;padding:8px 14px;border-radius:999px;font-size:12px;font-weight:700;display:inline-block;cursor:default!important;-webkit-user-select:none;user-select:none;transition:all .18s ease;border:1px solid #0f2f3f}.feature-pill:hover{background:#ff7a1a!important;border-color:#ff7a1a!important;box-shadow:0 4px 12px #ff7a1a59;transform:translateY(-1px)}.platform-card{position:relative;overflow:hidden;border:2px solid #0f2f3f;border-radius:20px;background:#fff;min-height:500px;display:grid;grid-template-columns:58% 42%;box-shadow:0 12px 40px #00000014}.platform-left{padding:26px;z-index:2}.platform-right{position:relative;background:#f8fcfd;overflow:hidden}.curve-svg{position:absolute;right:-10px;top:0;width:115%;height:100%}@media (max-width:980px){.hero-inner,.platform-card{grid-template-columns:1fr}.platform-right{height:260px}.sticky-box{position:static}}
